DescriptionSupport unknown property strings in transition-property
The spec mandates that transition-property (and thus the transition
shorthand) are able to support arbitrary unknown properties, for
backwards and forwards compatibility. This patch adds support for such
unknown properties.
Note that this makes the shorthand strings like "ease" or "ease ease-in"
ambiguous. In this patch we take the first case to refer to a timing
function, and in the second case the first token as a timing function
and the second token as the property name.
This change progresses the w3c transitions test transition-property-002,
although the first two cases of the test are incorrect.
BUG=304020, 375098
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176489
Patch Set 1 #
Total comments: 2
Patch Set 2 : rebased #
Messages
Total messages: 7 (0 generated)
|