8000 Fix duplicate IDs. · w3c/csswg-drafts@2a7ba2c · GitHub
Skip to content

Commit 2a7ba2c

Browse files
committed
Fix duplicate IDs.
1 parent 5d284cb commit 2a7ba2c

2 files changed

Lines changed: 11 additions & 12 deletions

File tree

css3-conditional/Overview.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
174174
<li><a href="#processing"><span class=secno>2. </span>Processing of
175175
conditional group rules</a>
176176

< 8000 /td>
177-
<li><a href="#contents"><span class=secno>3. </span>Contents of
177+
<li><a href="#contents-of"><span class=secno>3. </span>Contents of
178178
conditional group rules</a>
179179

180180
<li><a href="#use"><span class=secno>4. </span>Placement of conditional
@@ -384,8 +384,8 @@ <h2 id=processing><span class=secno>2. </span>Processing of conditional
384384
href="#CSS3-ANIMATIONS"
385385
rel=biblioentry>[CSS3-ANIMATIONS]<!--{{!CSS3-ANIMATIONS}}--></a>).
386386

387-
<h2 id=contents><span class=secno>3. </span>Contents of conditional group
388-
rules</h2>
387+
<h2 id=contents-of><span class=secno>3. </span>Contents of conditional
388+
group rules</h2>
389389

390390
<p class=issue>There is also likely demand for using these conditions with
391391
&lsquo;<code class=css>@import</code>&rsquo;. We should see if we can come
@@ -1089,12 +1089,12 @@ <h3 id=experimental><span class=secno>8.4. </span>Experimental
10891089

10901090
<h3 id=cr-exit-criteria><span class=secno>8.5. </span>CR Exit Criteria</h3>
10911091

1092-
<p id=cr-exit-criteria> For this specification to be advanced to Proposed
1093-
Recommendation, there must be at least two independent, interoperable
1094-
implementations of each feature. Each feature may be implemented by a
1095-
different set of products, there is no requirement that all features be
1096-
implemented by a single product. For the purposes of this criterion, we
1097-
define the following terms:
1092+
<p>For this specification to be advanced to Proposed Recommendation, there
1093+
must be at least two independent, interoperable implementations of each
1094+
feature. Each feature may be implemented by a different set of products,
1095+
there is no requirement that all features be implemented by a single
1096+
product. For the purposes of this criterion, we define the following
1097+
terms:
10981098

10991099
<dl>
11001100
<dt>independent

css3-conditional/Overview.src.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ <h2 id="processing">Processing of conditional group rules</h2>
222222
for some properties in [[CSS3-TRANSITIONS]] and
223223
[[!CSS3-ANIMATIONS]]).</p>
224224

225-
<h2 id="contents">Contents of conditional group rules</h2>
225+
<h2 id="contents-of">Contents of conditional group rules</h2>
226226

227227
<p class="issue">There is also likely demand for using these
228228
conditions with '@import'. We should see if we can
@@ -831,8 +831,7 @@ <h3 id="experimental">Experimental Implementations</h3>
831831

832832
<h3 id="cr-exit-criteria">CR Exit Criteria</h3>
833833

834-
<p id=cr-exit-criteria>
835-
For this specification to be advanced to Proposed Recommendation,
834+
<p>For this specification to be advanced to Proposed Recommendation,
836835
there must be at least two independent, interoperable implementations
837836
of each feature. Each feature may be implemented by a different set of
838837
products, there is no requirement that all features be implemented by

0 commit comments

Comments
 (0)