File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3230,12 +3230,12 @@ a <a>target element</a> for which computed property values can be calculated.
32303230 1. Shorthand properties with fewer longhand components override those
32313231 with more longhand components (e.g. 'border-top' overrides
32323232 'border-color' ).
3233+ 1. Physical properties override logical properties.
32333234 1. For shorthand properties with an equal number of longhand
32343235 components, properties whose IDL name (see the <a>CSS property to
32353236 IDL attribute</a> algorithm [[!CSSOM]] ) appears earlier when
32363237 sorted in ascending order by the Unicode codepoints that make up
32373238 each IDL name, override those who appear later.
3238- 1. Physical properties override logical properties.
32393239
324032401. Apply the procedure to <a>compute missing keyframe offsets</a> to
32413241 <var> computed keyframes</var> .
@@ -5792,6 +5792,8 @@ The following changes have been made since the <a
57925792* Made the definition of a [=current=] [=animation effect=] incorporate the
57935793 associated animation's [=playback rate=] (<a
57945794 href="https://github.com/w3c/csswg-drafts/issues/3193"> #3193</a> ).
5795+ * Updated the steps for resolving which properties to use when calculating
5796+ [=computed keyframes=] when physical and logical properties are used.
57955797
57965798The <a
57975799 href="https://github.com/w3c/csswg-drafts/commits/master/web-animations-1"> changelog</a>
You can’t perform that action at this time.
0 commit comments