DescriptionThis adds schema support for "CSS Transitions" as speced at
http://dev.w3.org/csswg/css-transitions
OPEN QUESTION: How do we sanitize values of <single-transition-property>?
Check that they are allowed in the CSS white-list?
Should this be special cased?
> 2. Transitions
> Normally when the value of a CSS property changes, the rendered result
> is instantly updated, with the affected elements immediately changing
> from the old property value to the new property value. This section
> describes a way to specify transitions using new CSS properties.
> These properties are used to animate smoothly from the old state to
> the new state over time.
> For example, suppose that transitions of one second have been defined
> on the ‘left’ and ‘background-color’ properties. The following diagram
> illustrates the effect of updating those properties on an element, in
> this case moving it to the right and changing the background from red
> to blue. This assumes other transition parameters still have their
> default values.
----
Submitted @ r5512
Patch Set 1 #Patch Set 2 : Schema support for CSS3 transitions module #
Total comments: 2
MessagesTotal messages: 7
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||