Skip to content

Commit 7d671b5

Browse files
author
howcome
committed
revising class names
1 parent b27f692 commit 7d671b5

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

css-gcpm/Overview.src.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,9 @@ <h4>Setting named strings: the 'string-set' property</h4>
196196
<dd>the counter() or counters() function, as per <a href="http://www.w3.org/TR/CSS21/syndata.html#counter">CSS 2.1 section 4.3.5</a>
197197

198198

199-
<dt class=unimplemented>contents()
199+
<dt class=remove>contents()
200200

201-
<dd class=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+
<dd class=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.
202202

203203
<dt><!--content-element-->content(text)
204204

@@ -220,7 +220,7 @@ <h4>Setting named strings: the 'string-set' property</h4>
220220

221221
</dl>
222222

223-
<dl class=unimplemented>
223+
<dl class=remove>
224224

225225
<dt>env()
226226

@@ -510,7 +510,7 @@ <h3>Running elements</h3>
510510
</div>
511511

512512
<!--
513-
<div class="example unimplemented">
513+
<div class="example remove">
514514
<p>In this example, the element is copied into the running header but it also keeps its normal place.
515515
516516
<pre>
@@ -652,7 +652,7 @@ <h2>Leaders</h2>
652652
properties, text properties, 'letter-spacing', white-space properties,
653653
background properties, and 'color'.
654654

655-
<div class=unimplemented>
655+
<div class=remove>
656656

657657
<p>The second value describes the alignment of the leader. These values are allowed:
658658

@@ -894,7 +894,7 @@ <h2>Footnotes</h2>
894894
<li>one new page area: ''@footnote''
895895
<li>two new pseudo-elements: ''::footnote-call'' and ''::footnote-marker''
896896
<li>one predefined counter: ''footnote''
897-
<li class=unimplemented>one new value on the 'content' property: ''target-pull()''
897+
<li class=remove>one new value on the 'content' property: ''target-pull()''
898898
<li>border segments
899899
<!--<li>two new 'list-style-type' values: ''super-decimal'', and symbol(...)-->
900900
</ul>
@@ -924,7 +924,7 @@ <h2>Footnotes</h2>
924924

925925
</div>
926926

927-
<div class="example unimplemented">
927+
<div class="example remove">
928928

929929
<p>To support legacy browsers, it is often better to make a link to
930930
the note rather than including the text inline. This example shows how
@@ -993,7 +993,7 @@ <h3>Turning elements into footnotes</h3>
993993
but they inherit through their normal place in the structure of the
994994
document.
995995

996-
<div class=unimplemented>
996+
<div class=remove>
997997
<p>The 'display' property on footnote elements is ignored. Instead,
998998
the value of the 'display' property in the @footnote context
999999
determines if footnotes are block or inline elements.
@@ -2345,7 +2345,7 @@ <h3>'bookmark-label'</h3>
23452345
<p>The resulting bookmark would be: "Chapter: Africa".
23462346
</div>
23472347

2348-
<!--
2348+
<div class=remove>
23492349

23502350
<table class=propdef>
23512351
<tr>
@@ -2391,7 +2391,7 @@ <h3>'bookmark-label'</h3>
23912391
.example { bookmark-target: url(http://www.example.com) }
23922392
</div>
23932393

2394-
-->
2394+
</div>
23952395

23962396
<h3>'bookmark-state'</h3>
23972397

0 commit comments

Comments
 (0)