Skip to content

Commit 23c7881

Browse files
committed
[cssom] Sprinkle some issues.
1 parent 4020029 commit 23c7881

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

cssom-1/Overview.bs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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
28012806
sheets</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

28042811
Utility APIs {#utility-apis}
28052812
============================

0 commit comments

Comments
 (0)