- From: David Baron via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 03 Aug 2011 22:29:47 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-conditional
In directory hutz:/tmp/cvs-serv15983
Modified Files:
Overview.html Overview.src.html
Log Message:
Fix duplicate IDs.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-conditional/Overview.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- Overview.html 3 Aug 2011 22:17:02 -0000 1.25
+++ Overview.html 3 Aug 2011 22:29:45 -0000 1.26
@@ -174,7 +174,7 @@
<li><a href="#processing"><span class=secno>2. </span>Processing of
conditional group rules</a>
- <li><a href="#contents"><span class=secno>3. </span>Contents of
+ <li><a href="#contents-of"><span class=secno>3. </span>Contents of
conditional group rules</a>
<li><a href="#use"><span class=secno>4. </span>Placement of conditional
@@ -384,8 +384,8 @@
href="#CSS3-ANIMATIONS"
rel=biblioentry>[CSS3-ANIMATIONS]<!--{{!CSS3-ANIMATIONS}}--></a>).
- <h2 id=contents><span class=secno>3. </span>Contents of conditional group
- rules</h2>
+ <h2 id=contents-of><span class=secno>3. </span>Contents of conditional
+ group rules</h2>
<p class=issue>There is also likely demand for using these conditions with
‘<code class=css>@import</code>’. We should see if we can come
@@ -1089,12 +1089,12 @@
<h3 id=cr-exit-criteria><span class=secno>8.5. </span>CR Exit Criteria</h3>
- <p id=cr-exit-criteria> For this specification to be advanced to Proposed
- Recommendation, there must be at least two independent, interoperable
- implementations of each feature. Each feature may be implemented by a
- different set of products, there is no requirement that all features be
- implemented by a single product. For the purposes of this criterion, we
- define the following terms:
+ <p>For this specification to be advanced to Proposed Recommendation, there
+ must be at least two independent, interoperable implementations of each
+ feature. Each feature may be implemented by a different set of products,
+ there is no requirement that all features be implemented by a single
+ product. For the purposes of this criterion, we define the following
+ terms:
<dl>
<dt>independent
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-conditional/Overview.src.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- Overview.src.html 3 Aug 2011 22:17:03 -0000 1.25
+++ Overview.src.html 3 Aug 2011 22:29:45 -0000 1.26
@@ -222,7 +222,7 @@
for some properties in [[CSS3-TRANSITIONS]] and
[[!CSS3-ANIMATIONS]]).</p>
-<h2 id="contents">Contents of conditional group rules</h2>
+<h2 id="contents-of">Contents of conditional group rules</h2>
<p class="issue">There is also likely demand for using these
conditions with '@import'. We should see if we can
@@ -831,8 +831,7 @@
<h3 id="cr-exit-criteria">CR Exit Criteria</h3>
- <p id=cr-exit-criteria>
- For this specification to be advanced to Proposed Recommendation,
+ <p>For this specification to be advanced to Proposed Recommendation,
there must be at least two independent, interoperable implementations
of each feature. Each feature may be implemented by a different set of
products, there is no requirement that all features be implemented by
Received on Wednesday, 3 August 2011 22:29:48 UTC