File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -2853,12 +2853,17 @@ steps:
2853
2853
set <var> decls</var> to a list of all longhand properties that are
2854
2854
<a lt="supported CSS property">supported CSS properties</a> , in lexicographical order,
2855
2855
with the value being the <a>resolved value</a> computed for <var> obj</var>
2856
- using the style rules associated with <var> doc</var> .
2856
+ using the style rules associated with <var> doc</var> . Additionally, append to
2857
+ <var> decls</var> all the <a>custom properties</a> whose <a>computed value</a>
2858
+ for <var> obj</var> is not the <a>guaranteed-invalid value</a> .
2857
2859
2858
2860
Issue: There are UAs that handle shorthands, and all UAs handle shorthands
2859
2861
that used to be longhands like 'overflow' , see
2860
2862
<a href="https://github.com/w3c/csswg-drafts/issues/2529">#2529</a> .
2861
2863
2864
+ Issue: Order of custom properties is currently undefined, see
2865
+ <a href="https://github.com/w3c/csswg-drafts/issues/4947">#4947</a> .
2866
+
2862
2867
<li>
2863
2868
Return a live <a>CSS declaration block</a> with the following properties:
2864
2869
<dl>
You can’t perform that action at this time.
0 commit comments