- From: David Baron via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 31 Aug 2011 18:03:34 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-conditional
In directory hutz:/tmp/cvs-serv5356
Modified Files:
Overview.html Overview.src.html
Log Message:
Note need for CSSOM interfaces as issue.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-conditional/Overview.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- Overview.html 31 Aug 2011 17:53:30 -0000 1.33
+++ Overview.html 31 Aug 2011 18:03:32 -0000 1.34
@@ -195,21 +195,23 @@
<li><a href="#at-document"><span class=secno>7. </span>Document queries:
the ‘<code class=css>@document</code>’ rule</a>
- <li><a href="#conformance"><span class=secno>8. </span>Conformance</a>
+ <li><a href="#apis"><span class=secno>8. </span>APIs</a>
+
+ <li><a href="#conformance"><span class=secno>9. </span>Conformance</a>
<ul class=toc>
- <li><a href="#base-modules"><span class=secno>8.1. </span>Base
+ <li><a href="#base-modules"><span class=secno>9.1. </span>Base
Modules</a>
- <li><a href="#conformance-classes"><span class=secno>8.2.
+ <li><a href="#conformance-classes"><span class=secno>9.2.
</span>Conformance Classes</a>
- <li><a href="#partial"><span class=secno>8.3. </span> Partial
+ <li><a href="#partial"><span class=secno>9.3. </span> Partial
Implementations</a>
- <li><a href="#experimental"><span class=secno>8.4. </span>Experimental
+ <li><a href="#experimental"><span class=secno>9.4. </span>Experimental
Implementations</a>
- <li><a href="#cr-exit-criteria"><span class=secno>8.5. </span>CR Exit
+ <li><a href="#cr-exit-criteria"><span class=secno>9.5. </span>CR Exit
Criteria</a>
</ul>
@@ -978,9 +980,14 @@
: (URI | FUNCTION) S*
;</pre>
- <h2 id=conformance><span class=secno>8. </span>Conformance</h2>
+ <h2 id=apis><span class=secno>8. </span>APIs</h2>
- <h3 id=base-modules><span class=secno>8.1. </span>Base Modules</h3>
+ <p class=issue>This specification needs to define the CSSOM interfaces for
+ the new rule types.
+
+ <h2 id=conformance><span class=secno>9. </span>Conformance</h2>
+
+ <h3 id=base-modules><span class=secno>9.1. </span>Base Modules</h3>
<p>This specification defines conformance in terms of base modules, which
are modules that this specification builds on top of. The base modules of
@@ -1013,7 +1020,7 @@
such syntax does not make a style sheet nonconformant and failure to treat
such syntax as invalid does not make a processor nonconformant.
- <h3 id=conformance-classes><span class=secno>8.2. </span>Conformance
+ <h3 id=conformance-classes><span class=secno>9.2. </span>Conformance
Classes</h3>
<p>Conformance to the CSS Conditional Rules Module is defined for three
@@ -1058,7 +1065,7 @@
it writes style sheets that conform to the module and (if it reads CSS) it
is a conformant processor.
- <h3 id=partial><span class=secno>8.3. </span> Partial Implementations</h3>
+ <h3 id=partial><span class=secno>9.3. </span> Partial Implementations</h3>
<p>So that authors can exploit the forward-compatible parsing rules to
assign fallback values, CSS renderers <strong>must</strong> treat as
@@ -1072,7 +1079,7 @@
unsupported values must be), CSS requires that the entire declaration be
ignored.
- <h3 id=experimental><span class=secno>8.4. </span>Experimental
+ <h3 id=experimental><span class=secno>9.4. </span>Experimental
Implementations</h3>
<p>To avoid clashes with future CSS features, the CSS specifications
@@ -1086,7 +1093,7 @@
should implement the non-prefixed syntax for any feature they consider to
be correctly implemented according to spec.
- <h3 id=cr-exit-criteria><span class=secno>8.5. </span>CR Exit Criteria</h3>
+ <h3 id=cr-exit-criteria><span class=secno>9.5. </span>CR Exit Criteria</h3>
<p>For this specification to be advanced to Proposed Recommendation, there
must be at least two independent, interoperable implementations of each
@@ -1295,13 +1302,13 @@
<li>conformance
<ul>
<li>authoring tool, <a href="#conform-authoring-tool"
- title="conformance, authoring tool"><strong>8.2.</strong></a>
+ title="conformance, authoring tool"><strong>9.2.</strong></a>
<li>processor, <a href="#conform-processor" title="conformance,
- processor"><strong>8.2.</strong></a>
+ processor"><strong>9.2.</strong></a>
<li>style sheet, <a href="#conform-style-sheet" title="conformance,
- style sheet"><strong>8.2.</strong></a>
+ style sheet"><strong>9.2.</strong></a>
</ul>
<li>‘<code class=css>@document</code>’ rule, <a
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-conditional/Overview.src.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- Overview.src.html 31 Aug 2011 17:53:30 -0000 1.33
+++ Overview.src.html 31 Aug 2011 18:03:32 -0000 1.34
@@ -738,6 +738,11 @@
: (URI | FUNCTION) S*
;</pre>
+<h2 id="apis">APIs</h2>
+
+<p class="issue">This specification needs to define the CSSOM interfaces
+for the new rule types.</p>
+
<h2 id="conformance">Conformance</h2>
<h3 id="base-modules">Base Modules</h3>
Received on Wednesday, 31 August 2011 18:03:40 UTC