Lines Matching refs:shorthand
17257 Add a shorthand property for CSSPropertyBackgroundPosition to map to
24155 Test: transitions/bad-transition-shorthand-crash.html
52485 Support animations and transitions of shorthand properties by creating
52487 equal() and blend(). Build that collection of shorthand wrappers using the
52488 shorthand map that CSSMutableStyleDeclaration already has. Skip comparing these
52489 shorthand wrappers during 'all' transitions.
52518 Add a wrapper class for shorthand properties that simply wraps an
52534 When doing 'all' transitions, skip shorthand wrappers, since 'all' transitions
57187 Allow removal of inline shorthand properties for
57189 add getter for shorthand animation property.
57197 Getter for animation property shorthand
63962 so that these shorthand properties are returned correctly.
68265 Make transition shorthand property accept transition-delay.
68267 Test: transitions/transition-shorthand-delay.html