You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-gcpm/Overview.src.html
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -196,9 +196,9 @@ <h4>Setting named strings: the 'string-set' property</h4>
196
196
<dd>the counter() or counters() function, as per <ahref="http://www.w3.org/TR/CSS21/syndata.html#counter">CSS 2.1 section 4.3.5</a>
197
197
198
198
199
-
<dtclass=unimplemented>contents()
199
+
<dtclass=remove>contents()
200
200
201
-
<ddclass=unimplemented>The textual content of the element, including the content of its ::before and ::after pseudo-element. The content of the element's descendants, including their respective ::before and ::after pseudo-elements, are included in the returned content.
201
+
<ddclass=remove>The textual content of the element, including the content of its ::before and ::after pseudo-element. The content of the element's descendants, including their respective ::before and ::after pseudo-elements, are included in the returned content.
202
202
203
203
<dt><!--content-element-->content(text)
204
204
@@ -220,7 +220,7 @@ <h4>Setting named strings: the 'string-set' property</h4>
220
220
221
221
</dl>
222
222
223
-
<dlclass=unimplemented>
223
+
<dlclass=remove>
224
224
225
225
<dt>env()
226
226
@@ -510,7 +510,7 @@ <h3>Running elements</h3>
510
510
</div>
511
511
512
512
<!--
513
-
<div class="example unimplemented">
513
+
<div class="example remove">
514
514
<p>In this example, the element is copied into the running header but it also keeps its normal place.
515
515
516
516
<pre>
@@ -652,7 +652,7 @@ <h2>Leaders</h2>
652
652
properties, text properties, 'letter-spacing', white-space properties,
653
653
background properties, and 'color'.
654
654
655
-
<divclass=unimplemented>
655
+
<divclass=remove>
656
656
657
657
<p>The second value describes the alignment of the leader. These values are allowed:
658
658
@@ -894,7 +894,7 @@ <h2>Footnotes</h2>
894
894
<li>one new page area: ''@footnote''
895
895
<li>two new pseudo-elements: ''::footnote-call'' and ''::footnote-marker''
896
896
<li>one predefined counter: ''footnote''
897
-
<liclass=unimplemented>one new value on the 'content' property: ''target-pull()''
897
+
<liclass=remove>one new value on the 'content' property: ''target-pull()''
898
898
<li>border segments
899
899
<!--<li>two new 'list-style-type' values: ''super-decimal'', and symbol(...)-->
900
900
</ul>
@@ -924,7 +924,7 @@ <h2>Footnotes</h2>
924
924
925
925
</div>
926
926
927
-
<divclass="example unimplemented">
927
+
<divclass="example remove">
928
928
929
929
<p>To support legacy browsers, it is often better to make a link to
930
930
the note rather than including the text inline. This example shows how
@@ -993,7 +993,7 @@ <h3>Turning elements into footnotes</h3>
993
993
but they inherit through their normal place in the structure of the
994
994
document.
995
995
996
-
<divclass=unimplemented>
996
+
<divclass=remove>
997
997
<p>The 'display' property on footnote elements is ignored. Instead,
998
998
the value of the 'display' property in the @footnote context
999
999
determines if footnotes are block or inline elements.
@@ -2345,7 +2345,7 @@ <h3>'bookmark-label'</h3>
2345
2345
<p>The resulting bookmark would be: "Chapter: Africa".
0 commit comments