File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -2789,6 +2789,11 @@ steps:
27892789 <dt> <a for="CSSStyleDeclaration">declarations</a>
27902790 <dd> All longhand properties that are <a lt="supported CSS property">supported CSS properties</a> , in lexicographical order, with the value being
27912791 the <a>resolved value</a> computed for <var> obj</var> using the style rules associated with <var> doc</var> .
2792+
2793+ Issue: There are UAs that handle shorthands, and all UAs handle shorthands
2794+ that used to be longhands like 'overflow' , see
2795+ <a href="https://github.com/w3c/csswg-drafts/issues/2529">#2529</a> .
2796+
27922797 <dt> <a for="CSSStyleDeclaration">parent CSS rule</a>
27932798 <dd> Null.
27942799 <dt> <a for="CSSStyleDeclaration">owner node</a>
@@ -2800,6 +2805,8 @@ steps:
28002805<p class=warning> The {{Window/getComputedStyle()}} method exposes information from <a lt="CSS style sheet">CSS style
28012806sheets</a> with the <a>origin-clean flag</a> unset.
28022807
2808+ Issue: Should getComputedStyle() provide a useful serialization?
2809+ See <a href="https://github.com/w3c/csswg-drafts/issues/1033">#1033</a>
28032810
28042811Utility APIs {#utility-apis}
28052812============================
You can’t perform that action at this time.
0 commit comments