csswg/css-module Overview.html,1.6,1.7 Overview.src.html,1.8,1.9

Update of /sources/public/csswg/css-module
In directory hutz:/tmp/cvs-serv30761

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Change styling of replacement text

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css-module/Overview.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Overview.html	20 Jun 2011 17:30:26 -0000	1.6
+++ Overview.html	2 Jul 2011 00:21:30 -0000	1.7
@@ -10,27 +10,51 @@
   <link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
   type="text/css">
 
+  <style type="text/css">
+    /* delete this block when you've cleared out all the .replaceme elements */
+    .replaceme {
+      border: solid red;
+      padding: 0 0.5em;
+      margin: 0 0.1em;
+      background: yellow;
+      color: green;
+    }
+    .replaceme:before {
+       content: "FIXME(";
+       color: black;
+    }
+    .replaceme:after {
+       content: ")";
+       color: black;
+    }
+  </style>
+
  <body>
   <div class=head> <!--begin-logo-->
    <p><a href="http://www.w3.org/"><img alt=W3C height=48
     src="http://www.w3.org/Icons/w3c_home" width=72></a> <!--end-logo-->
 
-   <h1>CSS <var class=issue>TEMPLATE</var> Module Level <var
-    class=issue>N</var></h1>
+   <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 20 June 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 2 July 2011</h2>
 
    <dl>
     <dt>This version:
 
-    <dd><a href="http://www.w3.org/TR/2011/ED-css3-TEMPLATE-20110620/">
-     http://www.w3.org/TR/2011/ED-css3-TEMPLATE-20110620</a>
+    <dd><a href="http://www.w3.org/TR/2011/ED-FIXME-20110702/">
+     http://www.w3.org/TR/2011/ED-FIXME-20110702</a>
 
     <dt>Latest version:
 
-    <dd><a href="http://www.w3.org/TR/css3-TEMPLATE">
-     http://www.w3.org/TR/css<var class=issue>3</var>-<var
-     class=issue>TEMPLATE</var></a>
+    <dd><a href="http://www.w3.org/TR/FIXME"> http://www.w3.org/TR/css<var
+     class=replaceme>N</var>-<var class=replaceme>TEMPLATE</var></a>
+
+    <dt>Editor's draft:
+
+    <dd><a
+     href="http://dev.w3.org/csswg/FIXME">http://dev.w3.org/csswg/css<var
+     class=replaceme>N</var>-<var class=replaceme>TEMPLATE</var></a>
 
     <dt>Previous version:
 
@@ -73,12 +97,12 @@
   <p>CSS is a language for describing the rendering of structured documents
    (such as HTML and XML) on screen, on paper, in speech, etc. This module
    contains the features of CSS level&nbsp;3 relating to <var
-   class=issue>DESCRIBE HERE</var>. It includes and extends the functionality
-   of CSS level&nbsp;2 <a href="#CSS21"
+   class=replaceme>DESCRIBE HERE</var>. It includes and extends the
+   functionality of CSS level&nbsp;2 <a href="#CSS21"
    rel=biblioentry>[CSS21]<!--{{CSS21}}--></a>, which builds on CSS
    level&nbsp;1 <a href="#CSS1" rel=biblioentry>[CSS1]<!--{{CSS1}}--></a>.
    The main extensions compared to level&nbsp;2 are <var
-   class=issue>SUMMARIZE HERE</var>.
+   class=replaceme>SUMMARIZE HERE</var>.
 
   <h2 class="no-num no-toc" id=status>Status of this document</h2>
   <!--begin-status-->
@@ -91,12 +115,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-TEMPLATE%5D%20PUT%20SUBJECT%20HERE">
+   href="mailto:www-style@w3.org?Subject=%5BFIXME%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
-   &#8220;css3-TEMPLATE&#8221; in the subject, preferably like this:
-   &#8220;[<!---->css3-TEMPLATE<!---->] <em>&hellip;summary of
+   &#8220;FIXME&#8221; in the subject, preferably like this:
+   &#8220;[<!---->FIXME<!---->] <em>&hellip;summary of
    comment&hellip;</em>&#8221;
 
   <p>This document was produced by the <a href="/Style/CSS/members">CSS
@@ -126,10 +150,7 @@
      <li><a href="#placement"><span class=secno>1.1. </span> Module
       Interactions</a>
 
-     <li><a href="#conventions"><span class=secno>1.2. </span> Document
-      Conventions</a>
-
-     <li><a href="#values"><span class=secno>1.3. </span> Values</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
@@ -142,19 +163,22 @@
 
    <li><a href="#conformance"><span class=secno>3. </span> Conformance</a>
     <ul class=toc>
-     <li><a href="#conformance-classes"><span class=secno>3.1. </span>
+     <li><a href="#conventions"><span class=secno>3.1. </span> Document
+      Conventions</a>
+
+     <li><a href="#conformance-classes"><span class=secno>3.2. </span>
       Conformance Classes</a>
 
-     <li><a href="#partial"><span class=secno>3.2. </span> Partial
+     <li><a href="#partial"><span class=secno>3.3. </span> Partial
       Implementations</a>
 
-     <li><a href="#experimental"><span class=secno>3.3. </span> Experimental
+     <li><a href="#experimental"><span class=secno>3.4. </span> Experimental
       Implementations</a>
 
-     <li><a href="#testing"><span class=secno>3.4. </span>Non-Experimental
+     <li><a href="#testing"><span class=secno>3.5. </span>Non-Experimental
       Implementations</a>
 
-     <li><a href="#cr-exit-criteria"><span class=secno>3.5. </span> CR Exit
+     <li><a href="#cr-exit-criteria"><span class=secno>3.6. </span> CR Exit
       Criteria</a>
     </ul>
 
@@ -178,46 +202,19 @@
 
   <p><em>This section is not normative.</em>
 
-  <p><var class=issue>Provide background, motivation, etc.</var>
+  <p><var class=replaceme>Provide background, motivation, etc.</var>
 
   <h3 id=placement><span class=secno>1.1. </span> Module Interactions</h3>
 
-  <p class=issue>Explain, normatively, how this module affects the definition
-   of CSS.
+  <p class=replaceme>Explain, normatively, how this module affects the
+   definition of CSS.
 
-  <p>This module replaces and extends the <var class=issue>SUMMARIZE
+  <p>This module replaces and extends the <var class=replaceme>SUMMARIZE
    HERE</var> features defined in <a href="#CSS21"
-   rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> sections <var class=issue>W.X
-   and Y.Z</var>.
-
-  <h3 id=conventions><span class=secno>1.2. </span> Document Conventions</h3>
-
-  <p>Conformance requirements are expressed with a combination of descriptive
-   assertions and RFC 2119 terminology. The key words “MUST”, “MUST
-   NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”, “SHOULD”,
-   “SHOULD NOT”, “RECOMMENDED”, “MAY”, and “OPTIONAL” in the
-   normative parts of this document are to be interpreted as described in RFC
-   2119. However, for readability, these words do not appear in all uppercase
-   letters in this specification.
-
-  <p>All of the text of this specification is normative except sections
-   explicitly marked as non-normative, examples, and notes. <a
-   href="#RFC2119" rel=biblioentry>[RFC2119]<!--{{!RFC2119}}--></a>
-
-  <p>Examples in this specification are introduced with the words “for
-   example” or are set apart from the normative text with
-   <code>class="example"</code>, like this:
-
-  <div class=example>
-   <p>This is an example of an informative example.</p>
-  </div>
-
-  <p>Informative notes begin with the word “Note” and are set apart from
-   the normative text with <code>class="note"</code>, like this:
-
-  <p class=note>Note, this is an informative note.
+   rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> sections <var
+   class=replaceme>W.X and Y.Z</var>.
 
-  <h3 id=values><span class=secno>1.3. </span> Values</h3>
+  <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
@@ -381,11 +378,38 @@
 
   <h2 id=conformance><span class=secno>3. </span> Conformance</h2>
 
-  <h3 id=conformance-classes><span class=secno>3.1. </span> Conformance
+  <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
+   NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”, “SHOULD”,
+   “SHOULD NOT”, “RECOMMENDED”, “MAY”, and “OPTIONAL” in the
+   normative parts of this document are to be interpreted as described in RFC
+   2119. However, for readability, these words do not appear in all uppercase
+   letters in this specification.
+
+  <p>All of the text of this specification is normative except sections
+   explicitly marked as non-normative, examples, and notes. <a
+   href="#RFC2119" rel=biblioentry>[RFC2119]<!--{{!RFC2119}}--></a>
+
+  <p>Examples in this specification are introduced with the words “for
+   example” or are set apart from the normative text with
+   <code>class="example"</code>, like this:
+
+  <div class=example>
+   <p>This is an example of an informative example.</p>
+  </div>
+
+  <p>Informative notes begin with the word “Note” and are set apart from
+   the normative text with <code>class="note"</code>, like this:
+
+  <p class=note>Note, this is an informative note.
+
+  <h3 id=conformance-classes><span class=secno>3.2. </span> Conformance
    Classes</h3>
 
-  <p>Conformance to <var class=issue>CSS TEMPLATE Module</var> is defined for
-   three conformance classes:
+  <p>Conformance to <var class=replaceme>CSS TEMPLATE Module</var> is defined
+   for three conformance classes:
 
   <dl>
    <dt><dfn id=style-sheet title="style sheet!!as conformance class">style
@@ -406,27 +430,28 @@
     that writes a style sheet.
   </dl>
 
-  <p>A style sheet is conformant to <var class=issue>CSS TEMPLATE
+  <p>A style sheet is conformant to <var class=replaceme>CSS TEMPLATE
    Module</var> if all of its declarations that use properties defined in
    this module have values that are valid according to the generic CSS
    grammar and the individual grammars of each property as given in this
    module.
 
-  <p>A renderer is conformant to <var class=issue>CSS TEMPLATE Module</var>
-   if, in addition to interpreting the style sheet as defined by the
-   appropriate specifications, it supports all the properties defined by <var
-   class=issue>CSS TEMPLATE Module</var> by parsing them correctly and
-   rendering the document accordingly. However, the inability of a UA to
+  <p>A renderer is conformant to <var class=replaceme>CSS TEMPLATE
+   Module</var> if, in addition to interpreting the style sheet as defined by
+   the appropriate specifications, it supports all the features defined by
+   <var class=replaceme>CSS TEMPLATE Module</var> by parsing them correctly
+   and rendering the document accordingly. However, the inability of a UA to
    correctly render a document due to limitations of the device does not make
    the UA non-conformant. (For example, a UA is not required to render color
    on a monochrome monitor.)
 
-  <p>An authoring tool is conformant to <var class=issue>CSS TEMPLATE
-   Module</var> if it writes syntactically correct style sheets, according to
-   the generic CSS grammar and the individual grammars of each property in
-   this module.
+  <p>An authoring tool is conformant to <var class=replaceme>CSS TEMPLATE
+   Module</var> if it writes style sheets that are syntactically correct
+   according to the generic CSS grammar and the individual grammars of each
+   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.2. </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
@@ -440,7 +465,7 @@
    unsupported values must be), CSS requires that the entire declaration be
    ignored.
 
-  <h3 id=experimental><span class=secno>3.3. </span> Experimental
+  <h3 id=experimental><span class=secno>3.4. </span> Experimental
    Implementations</h3>
 
   <p>To avoid clashes with future CSS features, the CSS2.1 specification
@@ -454,7 +479,7 @@
    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.4. </span>Non-Experimental
+  <h3 id=testing><span class=secno>3.5. </span>Non-Experimental
    Implementations</h3>
 
   <p>Once a specification reaches the Candidate Recommendation stage,
@@ -476,7 +501,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.5. </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
@@ -531,7 +556,7 @@
 
   <h2 class=no-num id=acknowledgments>Acknowledgments</h2>
 
-  <p><var class=issue>[acknowledgments]</var>
+  <p><var class=replaceme>[acknowledgments]</var>
 
   <h2 class=no-num id=references>References</h2>
 
@@ -627,7 +652,7 @@
 
   <ul class=indexlist>
    <li>authoring tool, <a href="#authoring-tool" title="authoring
-    tool"><strong>3.1.</strong></a>
+    tool"><strong>3.2.</strong></a>
 
    <li>Cross-references, <a href="#cross-references"
     title=Cross-references><strong>2.1.</strong></a>
@@ -642,7 +667,7 @@
 
    <li>index, <a href="#index0" title=index><strong>2.</strong></a>
 
-   <li>renderer, <a href="#renderer" title=renderer><strong>3.1.</strong></a>
+   <li>renderer, <a href="#renderer" title=renderer><strong>3.2.</strong></a>
     
 
    <li>resource
@@ -659,7 +684,7 @@
    <li>style sheet
     <ul>
      <li>as conformance class, <a href="#style-sheet" title="style sheet, as
-      conformance class"><strong>3.1.</strong></a>
+      conformance class"><strong>3.2.</strong></a>
     </ul>
 
    <li>terms, <a href="#terms" title=terms>2.</a>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css-module/Overview.src.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Overview.src.html	20 Jun 2011 17:30:26 -0000	1.8
+++ Overview.src.html	2 Jul 2011 00:21:30 -0000	1.9
@@ -7,12 +7,30 @@
   <link rel="stylesheet" type="text/css" href="../default.css">
   <link rel="stylesheet" type="text/css"
         href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS].css">
+  <style type="text/css">
+    /* delete this block when you've cleared out all the .replaceme elements */
+    .replaceme {
+      border: solid red;
+      padding: 0 0.5em;
+      margin: 0 0.1em;
+      background: yellow;
+      color: green;
+    }
+    .replaceme:before {
+       content: "FIXME(";
+       color: black;
+    }
+    .replaceme:after {
+       content: ")";
+       color: black;
+    }
+  </style>
 </head>
 
 <div class="head">
 <!--logo-->
 
-<h1>CSS <var class="issue">TEMPLATE</var> Module Level <var class="issue">N</var></h1>
+<h1>CSS <var class="replaceme">TEMPLATE</var> Module Level <var class="replaceme">N</var></h1>
 
 <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
 <dl>
@@ -21,8 +39,11 @@
     http://www.w3.org/TR/[YEAR]/[STATUS]-[SHORTNAME]-[CDATE]</a>
 
   <dt>Latest version:
-    <dd><a href="http://www.w3.org/TR/css3-TEMPLATE">
-    http://www.w3.org/TR/css<var class="issue">3</var>-<var class="issue">TEMPLATE</var></var></a>
+    <dd><a href="http://www.w3.org/TR/FIXME">
+    http://www.w3.org/TR/css<var class="replaceme">N</var>-<var class="replaceme">TEMPLATE</var></a>
+
+  <dt>Editor's draft:
+    <dd><a href="http://dev.w3.org/csswg/FIXME">http://dev.w3.org/csswg/css<var class="replaceme">N</var>-<var class="replaceme">TEMPLATE</var></a>
 
   <dt>Previous version:
     <dd><a href="http://www.w3.org/PreviousVersionURI">
@@ -46,10 +67,10 @@
 
   <p>CSS is a language for describing the rendering of structured documents
   (such as HTML and XML) on screen, on paper,  in speech, etc. This module
-  contains the features of CSS level&nbsp;3 relating to <var class="issue">DESCRIBE HERE</var>.
+  contains the features of CSS level&nbsp;3 relating to <var class="replaceme">DESCRIBE HERE</var>.
   It includes and extends the functionality of CSS level&nbsp;2 [[CSS21]],
   which builds on CSS level&nbsp;1 [[CSS1]].
-  The main extensions compared to level&nbsp;2 are <var class="issue">SUMMARIZE HERE</var>.
+  The main extensions compared to level&nbsp;2 are <var class="replaceme">SUMMARIZE HERE</var>.
 
 <h2 class="no-num no-toc" id=status>Status of this document</h2>
 
@@ -66,42 +87,15 @@
 
   <p><em>This section is not normative.</em>
 
-  <p><var class="issue">Provide background, motivation, etc.</var></p>
+  <p><var class="replaceme">Provide background, motivation, etc.</var></p>
 
 <h3 id="placement">
 Module Interactions</h3>
 
-  <p class="issue">Explain, normatively, how this module affects the definition of CSS.</p>
-
-  <p>This module replaces and extends the <var class="issue">SUMMARIZE HERE</var>
-  features defined in [[!CSS21]] sections <var class="issue">W.X and Y.Z</var>.
-
-<h3 id="conventions">
-Document Conventions</h3>
+  <p class="replaceme">Explain, normatively, how this module affects the definition of CSS.</p>
 
-  <p>Conformance requirements are expressed with a combination of
-  descriptive assertions and RFC 2119 terminology. The key words “MUST”,
-  “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”, “SHOULD”, “SHOULD NOT”,
-  “RECOMMENDED”, “MAY”, and “OPTIONAL” in the normative parts of this
-  document are to be interpreted as described in RFC 2119.
-  However, for readability, these words do not appear in all uppercase
-  letters in this specification.
-  
-  <p>All of the text of this specification is normative except sections
-  explicitly marked as non-normative, examples, and notes. [[!RFC2119]]</p>
-  
-  <p>Examples in this specification are introduced with the words “for example”
-  or are set apart from the normative text with <code>class="example"</code>,
-  like this:
-  
-  <div class="example">
-    <p>This is an example of an informative example.</p>
-  </div>
-  
-  <p>Informative notes begin with the word “Note” and are set apart from the
-  normative text with <code>class="note"</code>, like this:
-  
-  <p class="note">Note, this is an informative note.</p>
+  <p>This module replaces and extends the <var class="replaceme">SUMMARIZE HERE</var>
+  features defined in [[!CSS21]] sections <var class="replaceme">W.X and Y.Z</var>.
 
 <h3 id="values">
 Values</h3>
@@ -241,10 +235,37 @@
 <h2 id="conformance">
 Conformance</h2>
 
+<h3 id="conventions">
+Document Conventions</h3>
+
+  <p>Conformance requirements are expressed with a combination of
+  descriptive assertions and RFC 2119 terminology. The key words “MUST”,
+  “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”, “SHOULD”, “SHOULD NOT”,
+  “RECOMMENDED”, “MAY”, and “OPTIONAL” in the normative parts of this
+  document are to be interpreted as described in RFC 2119.
+  However, for readability, these words do not appear in all uppercase
+  letters in this specification.
+  
+  <p>All of the text of this specification is normative except sections
+  explicitly marked as non-normative, examples, and notes. [[!RFC2119]]</p>
+  
+  <p>Examples in this specification are introduced with the words “for example”
+  or are set apart from the normative text with <code>class="example"</code>,
+  like this:
+  
+  <div class="example">
+    <p>This is an example of an informative example.</p>
+  </div>
+  
+  <p>Informative notes begin with the word “Note” and are set apart from the
+  normative text with <code>class="note"</code>, like this:
+  
+  <p class="note">Note, this is an informative note.</p>
+
 <h3 id="conformance-classes">
 Conformance Classes</h3>
 
-  <p>Conformance to <var class="issue">CSS TEMPLATE Module</var>
+  <p>Conformance to <var class="replaceme">CSS TEMPLATE Module</var>
   is defined for three conformance classes:
   <dl>
     <dt><dfn title="style sheet!!as conformance class">style sheet</dfn>
@@ -259,24 +280,25 @@
       that writes a style sheet.
   </dl>
   
-  <p>A style sheet is conformant to <var class="issue">CSS TEMPLATE Module</var>
+  <p>A style sheet is conformant to <var class="replaceme">CSS TEMPLATE Module</var>
   if all of its declarations that use properties defined in this module
   have values that are valid according to the generic CSS grammar and the
   individual grammars of each property as given in this module.
   
-  <p>A renderer is conformant to <var class="issue">CSS TEMPLATE Module</var>
+  <p>A renderer is conformant to <var class="replaceme">CSS TEMPLATE Module</var>
   if, in addition to interpreting the style sheet as defined by the
-  appropriate specifications, it supports all the properties defined
-  by <var class="issue">CSS TEMPLATE Module</var> by parsing them correctly
+  appropriate specifications, it supports all the features defined
+  by <var class="replaceme">CSS TEMPLATE Module</var> by parsing them correctly
   and rendering the document accordingly. However, the inability of a
   UA to correctly render a document due to limitations of the device
   does not make the UA non-conformant. (For example, a UA is not
   required to render color on a monochrome monitor.)
   
-  <p>An authoring tool is conformant to <var class="issue">CSS TEMPLATE Module</var>
-  if it writes syntactically correct style sheets, according to the
-  generic CSS grammar and the individual grammars of each property in
-  this module.
+  <p>An authoring tool is conformant to <var class="replaceme">CSS TEMPLATE Module</var>
+  if it writes style sheets that are syntactically correct according to the
+  generic CSS grammar and the individual grammars of each feature in
+  this module, and meet all other conformance requirements of style sheets
+  as described in this module.
 
 <h3 id="partial">
 Partial Implementations</h3>
@@ -385,7 +407,7 @@
 
 <h2 class=no-num id=acknowledgments>Acknowledgments</h2>
 
-  <p><var class="issue">[acknowledgments]</var></p>
+  <p><var class="replaceme">[acknowledgments]</var></p>
 
 <h2 class=no-num id=references>References</h2>
 

Received on Saturday, 2 July 2011 00:21:34 UTC