Chromium Code Reviews
DescriptionCSS Motion Path: Use counters for motion properties having effect
A use counter was requested in the Intent thread
https://groups.google.com/a/chromium.org/d/msg/blink-dev/o1C5NzGf9Q0/lJTs_LhRAAAJ
so we know how often motion-path (and/or the motion shorthand) has a
path that is not 'none'. When the path is none, the motion* properties
have no effect.
We also add a second use counter for when offset-path (and/or the
offset shorthand) has a path that is not 'none', or offset-position is
a position, and not 'auto'. It will tell us how often the offset*
properties have an effect.
BUG=637543
Committed: https://crrev.com/824859c6bd1aad0b03e1b32dc8f504863b364f9f
Cr-Commit-Position: refs/heads/master@{#423447}
Patch Set 1 #Patch Set 2 : offset-position test #Patch Set 3 : rebase #Patch Set 4 : rebase #
Total comments: 2
Patch Set 5 : consumeOffsetPosition accepts use counter #Patch Set 6 : consumeOffsetPath accepts use counter #Messages
Total messages: 38 (27 generated)
|