Skip to content

Commit 963d518

Browse files
committed
[cssom] add issue w.r.t. named property table on CSSStyleDeclaration
1 parent e671a58 commit 963d518

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

cssom/Overview.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ <h3 id="history"><span class="secno">1.1 </span>History</h3>
198198
<a href="http://lists.w3.org/Archives/Public/www-style/2003Oct/0347.html" title="[CSSOM] CSSValue and related interfaces (message from the CSS WG)">have
199199
been obsoleted</a> because they were thought to be too awkward for
200200
frequent use. This specification no longer contains those features.
201-
<code>DOMImplementationCSS</code> and <code>CSSCharsetRule</code> have
201+
<code>DOMImplementationCSS</code> and <code>CSSUnknownRule</code> have
202202
been removed as well as they were not deemed necessary.</p>
203203

204204
<!-- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
@@ -1881,6 +1881,7 @@ <h3 id="css-declaration-blocks"><span class="secno">6.5 </span>CSS Declaration B
18811881
</li>
18821882
</ol>
18831883
</li>
1884+
<li><p>Return <var>s</var>.</li>
18841885
</ol>
18851886

18861887
<p class="note">The serialization of an empty CSS declaration block is the empty string.</p>
@@ -1956,6 +1957,9 @@ <h4 id="the-cssstyledeclaration-interface"><span class="secno">6.5.1 </span>The
19561957
same row, as second argument the given value, and no third argument. Any
19571958
exceptions thrown must be re-thrown.</p>
19581959

1960+
<p class="issue">Restore the entries for the following table or resurrect
1961+
CSS2Properties (or similar) or define in general terms using prose or ...</p>
1962+
19591963
<table>
19601964
<thead>
19611965
<tr>

cssom/cssom-source

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<a href="http://lists.w3.org/Archives/Public/www-style/2003Oct/0347.html" title="[CSSOM] CSSValue and related interfaces (message from the CSS WG)">have
130130
been obsoleted</a> because they were thought to be too awkward for
131131
frequent use. This specification no longer contains those features.
132-
<code>DOMImplementationCSS</code> and <code>CSSCharsetRule</code> have
132+
<code>DOMImplementationCSS</code> and <code>CSSUnknownRule</code> have
133133
been removed as well as they were not deemed necessary.</p>
134134

135135
<!-- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
@@ -1485,6 +1485,7 @@
14851485
</li>
14861486
</ol>
14871487
</li>
1488+
<li><p>Return <var>s</var>.</p></li>
14881489
</ol>
14891490

14901491
<p class="note">The serialization of an empty CSS declaration block is the empty string.</p>
@@ -1513,6 +1514,9 @@
15131514
same row, as second argument the given value, and no third argument. Any
15141515
exceptions thrown must be re-thrown.</p>
15151516

1517+
<p class="issue">Restore the entries for the following table or resurrect
1518+
CSS2Properties (or similar) or define in general terms using prose or ...</p>
1519+
15161520
<table>
15171521
<thead>
15181522
<tr>

0 commit comments

Comments
 (0)