- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 06 Jan 2012 05:13:43 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css-module In directory hutz:/tmp/cvs-serv11231 Modified Files: Overview.html Overview.src.html Log Message: Switch template to sentencecase per <http://lists.w3.org/Archives/Public/spec-prod/2012JanMar/0004.html> Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css-module/Overview.html,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- Overview.html 4 Jan 2012 19:36:05 -0000 1.17 +++ Overview.html 6 Jan 2012 05:13:41 -0000 1.18 @@ -37,13 +37,13 @@ <h1>CSS <var class=replaceme>TEMPLATE</var> Module Level <var class=replaceme>N</var></h1> - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 4 January 2012</h2> + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 January 2012</h2> <dl> <dt>This version: <dd><a class=replaceme - href="http://www.w3.org/TR/2012/ED-cssN-FIXME-20120104/">http://www.w3.org/TR/2012/ED-cssN-FIXME-20120104/</a> + href="http://www.w3.org/TR/2012/ED-cssN-FIXME-20120106/">http://www.w3.org/TR/2012/ED-cssN-FIXME-20120106/</a> <dt>Latest version: @@ -66,10 +66,10 @@ <dt>Issues List: <dd><a - href="http://www.w3.org/Style/CSS/Tracker/products/27">http://www.w3.org/Style/CSS/Tracker/products/27</a> + href="http://www.w3.org/Style/CSS/Tracker/products/FIXME">http://www.w3.org/Style/CSS/Tracker/products/FIXME</a> - <dt>Discussion List: + <dt>Discussion: <dd><a href="http://lists.w3.org/Archives/Public/www-style/">www-style@w3.org</a> @@ -156,45 +156,45 @@ <p>The following features are at risk: … - <h2 class="no-num no-toc" id=contents> Table of Contents</h2> + <h2 class="no-num no-toc" id=contents> Table of contents</h2> <!--begin-toc--> <ul class=toc> <li><a href="#intro"><span class=secno>1. </span> Introduction</a> <ul class=toc> <li><a href="#placement"><span class=secno>1.1. </span> Module - Interactions</a> + interactions</a> <li><a href="#values"><span class=secno>1.2. </span> Values</a> </ul> <li><a href="#sample-topic"><span class=secno>2. </span> Sample - Section</a> + section</a> <ul class=toc> - <li><a href="#the-display-model"><span class=secno>2.1. </span> Inner - Display Model: the ‘<code - class=property>display-model</code>’ property</a> + <li><a href="#the-display-model"><span class=secno>2.1. </span> Internal + display model: the ‘<code + class=property>display-inside</code>’ property</a> </ul> <li><a href="#conformance"><span class=secno>3. </span> Conformance</a> <ul class=toc> <li><a href="#conventions"><span class=secno>3.1. </span> Document - Conventions</a> + conventions</a> <li><a href="#conformance-classes"><span class=secno>3.2. </span> - Conformance Classes</a> + Conformance classes</a> <li><a href="#partial"><span class=secno>3.3. </span> Partial - Implementations</a> + implementations</a> <li><a href="#experimental"><span class=secno>3.4. </span> Experimental - Implementations</a> + implementations</a> - <li><a href="#testing"><span class=secno>3.5. </span> Non-Experimental - Implementations</a> + <li><a href="#testing"><span class=secno>3.5. </span> Non-experimental + implementations</a> - <li><a href="#cr-exit-criteria"><span class=secno>3.6. </span> CR Exit - Criteria</a> + <li><a href="#cr-exit-criteria"><span class=secno>3.6. </span> CR exit + criteria</a> </ul> <li class=no-num><a href="#acknowledgments"> Acknowledgments</a> @@ -202,14 +202,14 @@ <li class=no-num><a href="#references"> References</a> <ul class=toc> <li class=no-num><a href="#normative-references"> Normative - References</a> + references</a> - <li class=no-num><a href="#other-references"> Other References</a> + <li class=no-num><a href="#other-references"> Other references</a> </ul> <li class=no-num><a href="#index"> Index</a> - <li class=no-num><a href="#property-index"> Property Index</a> + <li class=no-num><a href="#property-index"> Property index</a> </ul> <!--end-toc--> @@ -219,7 +219,7 @@ <p><var class=replaceme>Provide background, motivation, etc.</var> - <h3 id=placement><span class=secno>1.1. </span> Module Interactions</h3> + <h3 id=placement><span class=secno>1.1. </span> Module interactions</h3> <p class=replaceme>Explain, normatively, how this module affects the definition of CSS. @@ -248,7 +248,7 @@ keyword as their property value. For readability it has not been repeated explicitly. - <h2 id=sample-topic><span class=secno>2. </span> Sample Section</h2> + <h2 id=sample-topic><span class=secno>2. </span> Sample section</h2> <p>Look at the mark-up in this section for examples. See the <a href="https://www.w3.org/Style/Group/css3-src/bin/README">documentation</a> @@ -263,10 +263,10 @@ href="https://www.w3.org/Style/Group/css3-src/biblio.ref">list of bibliographic data</a> can of course be extended. - <p>We write about a property such as ‘<a href="#display-model"><code - class=property>display-model</code></a>’ like this and about a piece - of CSS code like this: ‘<code class=css>foo: bar</code>’. - Inline HTML and XML are similar, but use the CODE element: <code + <p>We write about a property such as ‘<code + class=property>display-model</code>’ like this and about a piece of + CSS code like this: ‘<code class=css>foo: bar</code>’. Inline + HTML and XML are similar, but use the CODE element: <code class=html><blockquote>...</blockquote></code> and <code class=xml><r:xyz>...</r:xyz></code>. @@ -313,16 +313,16 @@ <p>A formal definition of a property looks like this: - <h3 id=the-display-model><span class=secno>2.1. </span> Inner Display - Model: the ‘<a href="#display-model"><code - class=property>display-model</code></a>’ property</h3> + <h3 id=the-display-model><span class=secno>2.1. </span> Internal display + model: the ‘<a href="#display-inside"><code + class=property>display-inside</code></a>’ property</h3> <table class=propdef> <tbody> <tr> <th>Name: - <td><dfn id=display-model>display-model</dfn> + <td><dfn id=display-inside>display-inside</dfn> <tr> <th><a href="#values">Value</a>: @@ -404,7 +404,7 @@ <h2 id=conformance><span class=secno>3. </span> Conformance</h2> - <h3 id=conventions><span class=secno>3.1. </span> Document Conventions</h3> + <h3 id=conventions><span class=secno>3.1. </span> Document conventions</h3> <p>Conformance requirements are expressed with a combination of descriptive assertions and RFC 2119 terminology. The key words “MUST”, “MUST @@ -432,7 +432,7 @@ <p class=note>Note, this is an informative note. <h3 id=conformance-classes><span class=secno>3.2. </span> Conformance - Classes</h3> + classes</h3> <p>Conformance to <var class=replaceme>CSS TEMPLATE Module</var> is defined for three conformance classes: @@ -476,7 +476,7 @@ feature in this module, and meet all other conformance requirements of style sheets as described in this module. - <h3 id=partial><span class=secno>3.3. </span> Partial Implementations</h3> + <h3 id=partial><span class=secno>3.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 @@ -491,7 +491,7 @@ ignored. <h3 id=experimental><span class=secno>3.4. </span> Experimental - Implementations</h3> + implementations</h3> <p>To avoid clashes with future CSS features, the CSS2.1 specification reserves a <a @@ -504,8 +504,8 @@ vendor-prefixed syntax for such features, including those in W3C Working Drafts. This avoids incompatibilities with future changes in the draft. - <h3 id=testing><span class=secno>3.5. </span> Non-Experimental - Implementations</h3> + <h3 id=testing><span class=secno>3.5. </span> Non-experimental + implementations</h3> <p>Once a specification reaches the Candidate Recommendation stage, non-experimental implementations are possible, and implementors should @@ -526,7 +526,7 @@ href="http://lists.w3.org/Archives/Public/public-css-testsuite">public-css-testsuite@w3.org</a> mailing list. - <h3 id=cr-exit-criteria><span class=secno>3.6. </span> CR Exit Criteria</h3> + <h3 id=cr-exit-criteria><span class=secno>3.6. </span> CR exit criteria</h3> <p class=issue>[Change or remove the following CR exit criteria if the spec is not a module, but, e.g., a Note or a profile. This text was <a @@ -585,7 +585,7 @@ <h2 class=no-num id=references> References</h2> - <h3 class=no-num id=normative-references> Normative References</h3> + <h3 class=no-num id=normative-references> Normative references</h3> <!--begin-normative--> <!-- Sorted by label --> @@ -624,7 +624,7 @@ </dl> <!--end-normative--> - <h3 class=no-num id=other-references> Other References</h3> + <h3 class=no-num id=other-references> Other references</h3> <!--begin-informative--> <!-- Sorted by label --> @@ -672,8 +672,8 @@ <li>Cross-references, <a href="#cross-references" title=Cross-references><strong>2.1.</strong></a> - <li>display-model, <a href="#display-model" - title=display-model><strong>2.1.</strong></a> + <li>display-inside, <a href="#display-inside" + title=display-inside><strong>2.1.</strong></a> <li>frequency <ul> @@ -713,7 +713,7 @@ </ul> <!--end-index--> - <h2 class=no-num id=property-index> Property Index</h2> + <h2 class=no-num id=property-index> Property index</h2> <!--begin-properties--> <table class=proptable> @@ -735,7 +735,7 @@ <tbody> <tr> - <th><a class=property href="#display-model">display-model</a> + <th><a class=property href="#display-inside">display-inside</a> <td>inline-inside | block-inside | table | ruby | icon Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css-module/Overview.src.html,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- Overview.src.html 5 Jan 2012 19:38:37 -0000 1.21 +++ Overview.src.html 6 Jan 2012 05:13:41 -0000 1.22 @@ -83,7 +83,7 @@ <p>The following features are at risk: … <h2 class="no-num no-toc" id="contents"> -Table of Contents</h2> +Table of contents</h2> <!--toc--> @@ -95,7 +95,7 @@ <p><var class="replaceme">Provide background, motivation, etc.</var></p> <h3 id="placement"> -Module Interactions</h3> +Module interactions</h3> <p class="replaceme">Explain, normatively, how this module affects the definition of CSS.</p> @@ -120,7 +120,7 @@ explicitly. <h2 id="sample-topic"> -Sample Section</h2> +Sample section</h2> <p>Look at the mark-up in this section for examples. See the <a href="https://www.w3.org/Style/Group/css3-src/bin/README">documentation</a> for more precise instructions. The @@ -180,12 +180,12 @@ <p>A formal definition of a property looks like this:</p> <h3 id="the-display-model"> -Inner Display Model: the 'display-model' property</h3> +Internal display model: the 'display-inside' property</h3> <table class=propdef> <tr> <th>Name: - <td><dfn>display-model</dfn> + <td><dfn>display-inside</dfn> <tr> <th><a href="#values">Value</a>: <td>inline-inside | block-inside | table | ruby | icon @@ -247,7 +247,7 @@ Conformance</h2> <h3 id="conventions"> -Document Conventions</h3> +Document conventions</h3> <p>Conformance requirements are expressed with a combination of descriptive assertions and RFC 2119 terminology. The key words “MUST”, @@ -274,7 +274,7 @@ <p class="note">Note, this is an informative note.</p> <h3 id="conformance-classes"> -Conformance Classes</h3> +Conformance classes</h3> <p>Conformance to <var class="replaceme">CSS TEMPLATE Module</var> is defined for three conformance classes: @@ -312,7 +312,7 @@ as described in this module. <h3 id="partial"> -Partial Implementations</h3> +Partial implementations</h3> <p>So that authors can exploit the forward-compatible parsing rules to assign fallback values, CSS renderers <strong>must</strong> @@ -326,7 +326,7 @@ be ignored.</p> <h3 id="experimental"> -Experimental Implementations</h3> +Experimental implementations</h3> <p>To avoid clashes with future CSS features, the CSS2.1 specification reserves a <a href="http://www.w3.org/TR/CSS21/syndata.html#vendor-keywords">prefixed @@ -341,7 +341,7 @@ </p> <h3 id="testing"> -Non-Experimental Implementations</h3> +Non-experimental implementations</h3> <p>Once a specification reaches the Candidate Recommendation stage, non-experimental implementations are possible, and implementors should @@ -364,7 +364,7 @@ mailing list. <h3 id="cr-exit-criteria"> -CR Exit Criteria</h3> +CR exit criteria</h3> <p class=issue>[Change or remove the following CR exit criteria if the spec is not a module, but, e.g., a Note or a profile. This text was <a @@ -426,11 +426,11 @@ References</h2> <h3 class="no-num" id="normative-references"> -Normative References</h3> +Normative references</h3> <!--normative--> <h3 class="no-num" id="other-references"> -Other References</h3> +Other references</h3> <!--informative--> <h2 class="no-num" id="index"> @@ -438,7 +438,7 @@ <!--index--> <h2 class="no-num" id="property-index"> -Property Index</h2> +Property index</h2> <!-- properties --> </body>
Received on Friday, 6 January 2012 05:15:48 UTC