Skip to content

Commit 3c68e78

Browse files
committed
Reworded 'counters in elements with no boxes' section to avoid using 'no effect' twice in different ways.
1 parent 4998f67 commit 3c68e78

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

css3-lists/Overview.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1710,7 +1710,8 @@ <h3 id=counters-without-boxes><span class=secno>8.2. </span> Counters in
17101710

17111711
<p>Other methods of "hiding" elements, such as setting &lsquo;<code
17121712
class=property>visibility</code>&rsquo; to &lsquo;<code
1713-
class=css>hidden</code>&rsquo;, must have no effect on counters.
1713+
class=css>hidden</code>&rsquo;, still cause the element to generate a box,
1714+
and so do not apply here.
17141715

17151716
<h2 id=counter-function><span class=secno>9. </span> Printing Counters: the
17161717
&lsquo;<code class=css>counter()</code>&rsquo; and &lsquo;<code

css3-lists/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@ <h3 id='counters-without-boxes'>
10151015
h2.secret { display: none; }</pre>
10161016
</div>
10171017

1018-
<p>Other methods of "hiding" elements, such as setting 'visibility' to ''hidden'', must have no effect on counters.</p>
1018+
<p>Other methods of "hiding" elements, such as setting 'visibility' to ''hidden'', still cause the element to generate a box, and so do not apply here.</p>
10191019

10201020

10211021
<h2 id='counter-function'>

0 commit comments

Comments
 (0)