- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 19 Oct 2011 00:29:02 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-hierarchies
In directory hutz:/tmp/cvs-serv24147
Modified Files:
Overview.html Overview.src.html
Log Message:
More formatting fixes.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-hierarchies/Overview.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Overview.html 19 Oct 2011 00:06:37 -0000 1.4
+++ Overview.html 19 Oct 2011 00:29:00 -0000 1.5
@@ -40,12 +40,16 @@
<dl>
<dt>This version:
+ <!--<dd><a href="http://www.w3.org/TR/2011/ED-css3-hierarchies-20111019/">http://www.w3.org/TR/2011/ED-css3-hierarchies-20111019/</a>-->
+
<dd><a
- href="http://dev.w3.org/csswg/css-module/http://www.w3.org/TR/2011/ED-css3-Hierarchies-20111019/">http://www.w3.org/TR/2011/ED-css3-Hierarchies-20111019/</a>
+ href="//dev.w3.org/csswg/css3-hierarchies/">http://dev.w3.org/csswg/css3-hierarchies/</a>
<dt>Latest version:
+ <!--<dd><a href="http://www.w3.org/TR/css3-hierarchies">http://www.w3.org/TR/css3-hierarchies</a>-->
+
<dd><a
href="http://www.w3.org/TR/css3-hierarchies/">http://www.w3.org/TR/css3-hierarchies/</a>
@@ -54,23 +58,23 @@
<dt>Editor's draft:
<dd><a
- href="http://dev.w3.org/csswg/css3-hierarchies/">http://dev.w3.org/csswg/css3-hierarchies/</a>
+ href="://dev.w3.org/csswg/css3-hierarchies/">http://dev.w3.org/csswg/css3-hierarchies/</a>
+ <!--
+ <dt>Previous version:
+ <dd><a href="http://www.w3.org/PreviousVersionURI">
+ http://www.w3.org/PreviousVersionURI</a>
+ -->
- <dt>Previous version:
-
- <dd><a href="http://www.w3.org/PreviousVersionURI">
- http://www.w3.org/PreviousVersionURI</a>
-
<dt>Editors:
- <dd class=vcard><span class=fn>[editor1 name]</span>, <span
- class=org>[affiliation (opt.)]</span>, <span class=email>[email address
- (opt.)]</span>
+ <dd class=vcard><span class=fn>Shane Stephens</span>, <span
+ class=org>Google, Inc.</span>, <span
+ class=email>shanes@google.com</span>
- <dd class=vcard><span class=fn>[editor2 name]</span>, <span
- class=org>[affiliation (opt.)]</span>, <span class=email>[email address
- (opt.)]</span>
+ <dd class=vcard> <a href="http://xanthir.com/contact/" rel=url> <span
+ class=fn>Tab Atkins Jr.</span>, </a> <span class=org>Google, Inc.</span>
+
</dl>
<!--begin-copyright-->
<p class=copyright><a
@@ -117,12 +121,12 @@
<p>The (<a
href="http://lists.w3.org/Archives/Public/www-style/">archived</a>) public
mailing list <a
- href="mailto:www-style@w3.org?Subject=%5Bcss3-Hierarchies%5D%20PUT%20SUBJECT%20HERE">
+ href="mailto:www-style@w3.org?Subject=%5Bcss3-hierarchies%5D%20PUT%20SUBJECT%20HERE">
www-style@w3.org</a> (see <a
href="http://www.w3.org/Mail/Request">instructions</a>) is preferred for
discussion of this specification. When sending e-mail, please put the text
- “css3-Hierarchies” in the subject, preferably like this:
- “[<!---->css3-Hierarchies<!---->] <em>…summary of
+ “css3-hierarchies” in the subject, preferably like this:
+ “[<!---->css3-hierarchies<!---->] <em>…summary of
comment…</em>”
<p>This document was produced by the <a href="/Style/CSS/members">CSS
@@ -157,7 +161,7 @@
<li><a href="#motivation"><span class=secno>1.3. </span> Motivation</a>
</ul>
- <li><a href="#selector-and"><span class=secno>2. </span> The &
+ <li><a href="#nesting-selector"><span class=secno>2. </span> The &
Selector</a>
<li><a href="#Grammar"><span class=secno>3. </span> Grammar
@@ -166,11 +170,11 @@
<li><a href="#css-2-grammar"><span class=secno>3.1. </span> Core CSS
Grammar</a>
- <li><a href="#css-4-selectors-grammar"><span class=secno>3.2. </span>
- CSS4 Selectors Grammar</a>
+ <li><a href="#selectors4-grammar"><span class=secno>3.2. </span>
+ Selectors 4 Grammar</a>
- <li><a href="#css-4-selectors-lexical-scanner"><span class=secno>3.3.
- </span> CSS4 Selectors Lexical Scanner</a>
+ <li><a href="#selectors4-lexical-scanner"><span class=secno>3.3. </span>
+ Selectors 4 Lexical Scanner</a>
</ul>
<li><a href="#conformance"><span class=secno>4. </span> Conformance</a>
@@ -230,22 +234,7 @@
<h3 id=values><span class=secno>1.2. </span> Values</h3>
- <p>This specification follows the <a
- href="http://www.w3.org/TR/CSS21/about.html#property-defs">CSS property
- definition conventions</a> from <a href="#CSS21"
- rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>. Value types not defined in
- this specification are defined in CSS Level 2 Revision 1 <a
- href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>. Other CSS
- modules may expand the definitions of these value types: for example <a
- href="#CSS3COLOR" rel=biblioentry>[CSS3COLOR]<!--{{CSS3COLOR}}--></a>,
- when combined with this module, expands the definition of the
- <color> value type as used in this specification.
-
- <p>In addition to the property-specific values listed in their definitions,
- all properties defined in this specification also accept the <a
- href="http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit">inherit</a>
- keyword as their property value. For readability it has not been repeated
- explicitly.
+ <p>This specification does not define any new properties or values.
<h3 id=motivation><span class=secno>1.3. </span> Motivation</h3>
@@ -298,7 +287,7 @@
<p>Besides removing duplication, the grouping of related rules improves
readability and maintainability of the resulting CSS.
- <h2 id=selector-and><span class=secno>2. </span> The & Selector</h2>
+ <h2 id=nesting-selector><span class=secno>2. </span> The & Selector</h2>
<p>This specification provides a mechanism that allows for the nesting of
style rules within other style rules. A nested style rule can used
@@ -368,8 +357,8 @@
<h2 id=Grammar><span class=secno>3. </span> Grammar modifications</h2>
- <p>This specification makes a minor alteration to CSS's Core Grammar, and
- also makes an addition to the grammar of Selectors.
+ <p>This specification alters the CSS Core Grammar and the Selectors
+ grammar.
<h3 id=css-2-grammar><span class=secno>3.1. </span> Core CSS Grammar</h3>
@@ -388,8 +377,8 @@
ruleitem : declaration | nested-ruleset
nested-ruleset : nested-selectors-group ruleset-body</pre>
- <h3 id=css-4-selectors-grammar><span class=secno>3.2. </span> CSS4
- Selectors Grammar</h3>
+ <h3 id=selectors4-grammar><span class=secno>3.2. </span> Selectors 4
+ Grammar</h3>
<p>The following modifications are required to the [[!CSS4SELECTORS]]
grammar as defined in Section 16.1.
@@ -401,8 +390,8 @@
nested-selector : nested-compound-selector [ combinator compound-selector ]*
nested-compound-selector : NEST [ HASH | class | attrib | pseudo | negation ]*</pre>
- <h3 id=css-4-selectors-lexical-scanner><span class=secno>3.3. </span> CSS4
- Selectors Lexical Scanner</h3>
+ <h3 id=selectors4-lexical-scanner><span class=secno>3.3. </span> Selectors
+ 4 Lexical Scanner</h3>
<p>The following modifications are required to the [[!CSS4SELECTORS]]
lexical scanner as defined in Section 16.2.
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-hierarchies/Overview.src.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Overview.src.html 19 Oct 2011 00:06:37 -0000 1.4
+++ Overview.src.html 19 Oct 2011 00:29:00 -0000 1.5
@@ -31,28 +31,33 @@
<h1>CSS Hierarchies Module Level 3</h1>
<h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
-<dl>
- <dt>This version:
- </dt><dd><a href="http://dev.w3.org/csswg/css-module/[VERSION]">http://www.w3.org/TR/[YEAR]/ED-css3-Hierarchies-[CDATE]/</a>
-
- </dd><dt>Latest version:
- </dt><dd><a href="http://www.w3.org/TR/css3-hierarchies/">http://www.w3.org/TR/css3-hierarchies/</a>
-
- </dd><dt>Editor's draft:
- </dt><dd><a href="http://dev.w3.org/csswg/css3-hierarchies/">http://dev.w3.org/csswg/css3-hierarchies/</a>
- </dd><dt>Previous version:
- </dt><dd><a href="http://www.w3.org/PreviousVersionURI">
- http://www.w3.org/PreviousVersionURI</a>
+ <dl>
+ <dt>This version:
+ <!--<dd><a href="[VERSION]">[VERSION]</a>-->
+ <dd><a href="//dev.w3.org/csswg/css3-hierarchies/">http://dev.w3.org/csswg/css3-hierarchies/</a>
+
+ <dt>Latest version:
+ <!--<dd><a href="[LATEST]">[LATEST]</a>-->
+ <dd><a href="http://www.w3.org/TR/css3-hierarchies/">http://www.w3.org/TR/css3-hierarchies/</a>
- </dd><dt>Editors:
- </dt><dd class="vcard"><span class="fn">[editor1 name]</span>,
- <span class="org">[affiliation (opt.)]</span>,
- <span class="email">[email address (opt.)]</span>
- </dd><dd class="vcard"><span class="fn">[editor2 name]</span>,
- <span class="org">[affiliation (opt.)]</span>,
- <span class="email">[email address (opt.)]</span>
-</dd></dl>
+ <dt>Editor's draft:
+ <dd><a href="://dev.w3.org/csswg/css3-hierarchies/">http://dev.w3.org/csswg/css3-hierarchies/</a>
+ <!--
+ <dt>Previous version:
+ <dd><a href="http://www.w3.org/PreviousVersionURI">
+ http://www.w3.org/PreviousVersionURI</a>
+ -->
+ <dt>Editors:
+ <dd class="vcard"><span class="fn">Shane Stephens</span>,
+ <span class="org">Google, Inc.</span>,
+ <span class="email">shanes@google.com</span>
+ <dd class="vcard">
+ <a href="http://xanthir.com/contact/" rel=url>
+ <span class=fn>Tab Atkins Jr.</span>,
+ </a>
+ <span class=org>Google, Inc.</span>
+ </dl>
<!--copyright-->
@@ -96,9 +101,7 @@
<h3 id="values">
Values</h3>
- <p>This specification follows the <a href="http://www.w3.org/TR/CSS21/about.html#property-defs">CSS property definition conventions</a> from [[!CSS21]]. Value types not defined in this specification are defined in CSS Level 2 Revision 1 [[!CSS21]]. Other CSS modules may expand the definitions of these value types: for example [[CSS3COLOR]], when combined with this module, expands the definition of the <color> value type as used in this specification.</p>
-
- <p>In addition to the property-specific values listed in their definitions, all properties defined in this specification also accept the <a href="http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit">inherit</a> keyword as their property value. For readability it has not been repeated explicitly.
+ <p>This specification does not define any new properties or values.
<h3 id="motivation">
Motivation</h3>
@@ -148,7 +151,7 @@
<p>Besides removing duplication, the grouping of related rules improves readability and maintainability of the resulting CSS.
-<h2 id="selector-and">
+<h2 id="nesting-selector">
The & Selector</h2>
<p>This specification provides a mechanism that allows for the nesting of style rules within other style rules. A nested style rule can used anywhere that a declaration can be used.</p>
@@ -212,7 +215,7 @@
<h2 id="Grammar">
Grammar modifications</h2>
- <p>This specification makes a minor alteration to CSS's Core Grammar, and also makes an addition to the grammar of Selectors.</p>
+ <p>This specification alters the CSS Core Grammar and the Selectors grammar.</p>
<h3 id="css-2-grammar">
Core CSS Grammar</h3>
@@ -230,20 +233,20 @@
ruleitem : declaration | nested-ruleset
nested-ruleset : nested-selectors-group ruleset-body</pre>
-<h3 id="css-4-selectors-grammar">
-CSS4 Selectors Grammar</h3>
+<h3 id="selectors4-grammar">
+Selectors 4 Grammar</h3>
<p>The following modifications are required to the [[!CSS4SELECTORS]] grammar as defined in Section 16.1.</p>
<p>The following rules are added:</p>
-<pre>
+ <pre>
nested-selectors-group : nested-selector [ COMMA S* nested-selector ]
nested-selector : nested-compound-selector [ combinator compound-selector ]*
nested-compound-selector : NEST [ HASH | class | attrib | pseudo | negation ]*</pre>
-<h3 id="css-4-selectors-lexical-scanner">
-CSS4 Selectors Lexical Scanner</h3>
+<h3 id="selectors4-lexical-scanner">
+Selectors 4 Lexical Scanner</h3>
<p>The following modifications are required to the [[!CSS4SELECTORS]] lexical scanner as defined in Section 16.2.</p>
@@ -464,6 +467,4 @@
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
--->
-
-</body></html>
+-->
\ No newline at end of file
Received on Wednesday, 19 October 2011 00:29:06 UTC