[html5] r3292 - [e] (0) Clean up references to CSS specs.

whatwg at whatwg.org whatwg at whatwg.org
Tue Jun 16 21:22:23 PDT 2009


Author: ianh
Date: 2009-06-16 21:22:20 -0700 (Tue, 16 Jun 2009)
New Revision: 3292

Modified:
   index
   source
Log:
[e] (0) Clean up references to CSS specs.

Modified: index
===================================================================
--- index	2009-06-17 03:57:27 UTC (rev 3291)
+++ index	2009-06-17 04:22:20 UTC (rev 3292)
@@ -4029,7 +4029,7 @@
    <a href=http://www.w3.org/TR/css3-color/#svg-color>SVG color
    keywords</a> or <a href=http://www.w3.org/TR/css3-color/#css2-system>CSS2 System
    Colors</a> sections of the CSS3 Color specification, then return
-   the <a href=#simple-color>simple color</a> corresponding to that keyword. <a href=#refsCSS3COLOR>[CSS3COLOR]</a></li>
+   the <a href=#simple-color>simple color</a> corresponding to that keyword. <a href=#refsCSSCOLOR>[CSSCOLOR]</a></li>
 
    <li>
 
@@ -6194,7 +6194,7 @@
   documents</dfn> unless they are flagged as being <dfn id=html-documents>HTML
   documents</dfn> when they are created. Whether a document is an
   <a href=#html-documents title="HTML documents">HTML document</a> or an <a href=#xml-documents title="XML documents">XML document</a> affects the behavior of
-  certain APIs, as well as a few CSS rendering rules. <a href=#refsCSS21>[CSS21]</a></p>
+  certain APIs, as well as a few CSS rendering rules. <a href=#refsCSS>[CSS]</a></p>
 
   <p class=note>A <code>Document</code> object created by the <code title="">createDocument()</code> API on the
   <code>DOMImplementation</code> object is initially an <a href=#xml-documents title="XML documents">XML document</a>, but can be made into an
@@ -7639,7 +7639,7 @@
 
   <p>All elements may have the <code title=attr-style><a href=#the-style-attribute>style</a></code>
   content attribute set. If specified, the attribute must contain only
-  a list of zero or more semicolon-separated (;) CSS declarations. <a href=#refsCSS21>[CSS21]</a></p>
+  a list of zero or more semicolon-separated (;) CSS declarations. <a href=#refsCSS>[CSS]</a></p>
 
   <div class=impl>
 
@@ -10488,7 +10488,7 @@
   </div>
 
   <p class=note>This specification does not specify a style system,
-  but CSS is expected to be supported by most Web browsers. <a href=#refsCSS21>[CSS21]</a></p>
+  but CSS is expected to be supported by most Web browsers. <a href=#refsCSS>[CSS]</a></p>
 
   <div class=impl>
 
@@ -15743,7 +15743,7 @@
   <p>The requirements on handling the <code><a href=#the-bdo-element>bdo</a></code> element for the
   bidi algorithm may be implemented indirectly through the style
   layer. For example, an HTML+CSS user agent should implement these
-  requirements by implementing the CSS 'unicode-bidi' property. <a href=#refsCSS21>[CSS21]</a></p>
+  requirements by implementing the CSS 'unicode-bidi' property. <a href=#refsCSS>[CSS]</a></p>
 
   </div>
 
@@ -16811,7 +16811,7 @@
   the intrinsic width and height of the image, in CSS pixels, if the
   image is <i title=img-available><a href=#img-available>available</a></i> but not being
   rendered to a visual medium; or else 0, if the image is not <i title=img-available><a href=#img-available>available</a></i> or its dimensions are not
-  known. <a href=#refsCSS21>[CSS21]</a></p>
+  known. <a href=#refsCSS>[CSS]</a></p>
 
   <p>On setting, they must act as if they <a href=#reflect title=reflect>reflected</a> the respective content attributes
   of the same name.</p>
@@ -22337,7 +22337,7 @@
   <a href=#in-a-document>in a <code>Document</code></a>), then the "computed value
   of the 'color' property" for the purposes of determining the
   computed value of the <code title="">currentColor</code> keyword is
-  fully opaque black. <a href=#refsCSS3COLOR>[CSS3COLOR]</a></p>
+  fully opaque black. <a href=#refsCSSCOLOR>[CSSCOLOR]</a></p>
 
   </div>
 
@@ -22735,7 +22735,7 @@
   <code><a href=#canvasgradient>CanvasGradient</a></code>s, or <code><a href=#canvaspattern>CanvasPattern</a></code>s. On
   setting, strings must be parsed as CSS <color> values and the
   color assigned, and <code><a href=#canvasgradient>CanvasGradient</a></code> and
-  <code><a href=#canvaspattern>CanvasPattern</a></code> objects must be assigned themselves. <a href=#refsCSS3COLOR>[CSS3COLOR]</a> If the value is a string but
+  <code><a href=#canvaspattern>CanvasPattern</a></code> objects must be assigned themselves. <a href=#refsCSSCOLOR>[CSSCOLOR]</a> If the value is a string but
   is not a valid color, or is neither a string, a
   <code><a href=#canvasgradient>CanvasGradient</a></code>, nor a <code><a href=#canvaspattern>CanvasPattern</a></code>, then
   it must be ignored, and the attribute must retain its previous
@@ -23252,7 +23252,7 @@
   <p>On setting, the new value must be parsed as a CSS <color>
   value and the color assigned. If the value is not a valid color,
   then it must be ignored, and the attribute must retain its previous
-  value. <a href=#refsCSS3COLOR>[CSS3COLOR]</a></p>
+  value. <a href=#refsCSSCOLOR>[CSSCOLOR]</a></p>
 
   <p>The <dfn id=dom-context-2d-shadowoffsetx title=dom-context-2d-shadowOffsetX><code>shadowOffsetX</code></dfn>
   and <dfn id=dom-context-2d-shadowoffsety title=dom-context-2d-shadowOffsetY><code>shadowOffsetY</code></dfn>
@@ -23312,8 +23312,8 @@
      2.</li>
 
      <li> <p>Perform a 2D Gaussian Blur on <var title="">B</var>,
-     using <var title="">σ</var> as the standard
-     deviation. </li> <!-- need a reference for this XXX -->
+     using <var title="">σ</var> as the standard deviation.</p>
+     <!-- wish i could find a reference for this --> </li>
 
     </ol><p>User agents may limit values of <var title="">σ</var> to
     an implementation-specific maximum value to avoid exceeding
@@ -23580,14 +23580,12 @@
   the subpath to the given point (<var title="">x</var>, <var title="">y</var>) using a quadratic Bézier curve with control
   point (<var title="">cpx</var>, <var title="">cpy</var>), and must
   then add the given point (<var title="">x</var>, <var title="">y</var>) to the subpath. <a href=#refsBEZIER>[BEZIER]</a></p>
-  <!-- XXX [BEZIER] Paul de Casteljau, Courbes à pôles, INPI, 1959 -->
 
 
   <p>The <dfn id=dom-context-2d-beziercurveto title=dom-context-2d-bezierCurveTo><code>bezierCurveTo(<var title="">cp1x</var>, <var title="">cp1y</var>, <var title="">cp2x</var>, <var title="">cp2y</var>, <var title="">x</var>, <var title="">y</var>)</code></dfn> method must do
   nothing if the context has no subpaths. Otherwise, it must connect
   the last point in the subpath to the given point (<var title="">x</var>, <var title="">y</var>) using a cubic Bézier
   curve with control points (<var title="">cp1x</var>, <var title="">cp1y</var>) and (<var title="">cp2x</var>, <var title="">cp2y</var>). Then, it must add the point (<var title="">x</var>, <var title="">y</var>) to the subpath. <a href=#refsBEZIER>[BEZIER]</a></p>
-  <!-- XXX [BEZIER] Paul de Casteljau, Courbes à pôles, INPI, 1959 -->
 
 
   <p>The <dfn id=dom-context-2d-arcto title=dom-context-2d-arcTo><code>arcTo(<var title="">x1</var>, <var title="">y1</var>, <var title="">x2</var>,
@@ -23830,8 +23828,7 @@
   stylesheet syntax like 'inherit'), and the resulting font must be
   assigned to the context, with the 'line-height' component forced to
   'normal'. If the new value is syntactically incorrect, then it must
-  be ignored, without assigning a new font value. <a href=#refsCSS>[CSS]</a><!-- XXX generic version-independent
-  reference --></p>
+  be ignored, without assigning a new font value. <a href=#refsCSS>[CSS]</a></p>
 
   <p>Font names must be interpreted in the context of the
   <code><a href=#the-canvas-element>canvas</a></code> element's stylesheets; any fonts embedded using
@@ -23843,8 +23840,7 @@
 
   <p>On getting, the <code title=dom-context-2d-font><a href=#dom-context-2d-font>font</a></code>
   attribute must return the serialized form of the current font of the
-  context. <a href=#refsCSSOM>[CSSOM]</a><!-- XXX ensure that this
-  defines serialization of 'font' --></p>
+  context. <a href=#refsCSSOM>[CSSOM]</a></p>
 
   <p>When the context is created, the font of the context must be set
   to 10px sans-serif. When the 'font-size' component is set to lengths
@@ -53824,7 +53820,7 @@
   are presented to the user. The Selectors specification, in
   conjunction with CSS, can be used to style text selections using the
   <code title=selector-selection>::selection</code>
-  pseudo-element. <a href=#refsSELECTORS>[SELECTORS]</a> <a href=#refsCSS21>[CSS21]</a></p>
+  pseudo-element. <a href=#refsSELECTORS>[SELECTORS]</a> <a href=#refsCSS>[CSS]</a></p>
 
 
 
@@ -55385,8 +55381,7 @@
    passed to that method should be used as hints for where to put the
    cursor relative to the resulting image. The values are expressed as
    distances in CSS pixels from the left side and from the top side of
-   the image respectively. <a href=#refsCSS21>[CSS21]</a></li> <!--
-   CSS3 UNITS would be better -->
+   the image respectively. <a href=#refsCSS>[CSS]</a></li>
 
    <li>The elements that were added to the <code title=dom-DragEvent-dataTransfer><a href=#dom-dragevent-datatransfer>dataTransfer</a></code> object, both
    before the event was fired, and during the handling of the event
@@ -70043,7 +70038,7 @@
   return the string that represents the canvas' current rendering mode
   (<code>screen</code>, <code>print</code>, etc). This is a lowercase
   string, as <a href=http://www.w3.org/TR/CSS21/media.html#media-types>defined by
-  the CSS specification</a>. <a href=#refsCSS21>[CSS21]</a></p>
+  the CSS specification</a>. <a href=#refsCSS>[CSS]</a></p>
 
   <p>Some user agents may support multiple media, in which case there
   will exist multiple objects implementing the
@@ -70083,10 +70078,16 @@
   <!-- REFS
 
   [ABNF] http://www.ietf.org/rfc/std/std68.txt
+  [BEZIER] Paul de Casteljau, Courbes à pôles, INPI, 1959
   [BIG5] Institute for Information Industry, "Chinese Coded Character Set in Computer ", March, 1984
   [BOCU1] http://www.unicode.org/notes/tn6/
   [CESU8] http://www.unicode.org/unicode/reports/tr26
   [COMPUTABLE] On computable numbers, with an application to the Entscheidungsproblem. Alan M. Turing. In Proceedings of the London Mathematical Society, series 2, volume 42, pages 230-265. London Mathematical Society, 1937. http://www.turingarchive.org/browse.php/B/12 (referenced: 2007-03-03)
+  [CSS] CSS 2.1
+  [CSSCOLOR] CSS3 Color
+  [CSSOM] CSS Object Model
+  [CSSUI] CSS3 UI
+  [CSSWEBFONTS] CSS3 Web Fonts
   [EUCKR] Korea Industrial Standards Association, "Hangul Unix Environment," Korean Industrial Standard, 1992, Ref. No. KS C 5861-1992.
   [GBK] http://www.iana.org/assignments/charset-reg/GBK
 
@@ -70098,6 +70099,7 @@
   [MIMESNIFF] http://tools.ietf.org/html/draft-abarth-mime-sniff
   [RFC1345] Simonsen, K., "Character Mnemonics & Character Sets", RFC 1345, Rationel Almen Planlaegning, Rationel Almen Planlaegning, June 1992.
   [SCSU] http://www.unicode.org/unicode/reports/tr6/
+  [SELECTORS]
   [SHIFTJIS] JIS X0208:1997
   [TIS620] http://www.iana.org/assignments/charset-reg/tis-620 OR http://www.nectec.or.th/it-standards/std620/std620.htm
   [UNICODECASE] Unicode Standard Annex #21, Case Mappings

Modified: source
===================================================================
--- source	2009-06-17 03:57:27 UTC (rev 3291)
+++ source	2009-06-17 04:22:20 UTC (rev 3292)
@@ -3513,7 +3513,7 @@
    href="http://www.w3.org/TR/css3-color/#css2-system">CSS2 System
    Colors</a> sections of the CSS3 Color specification, then return
    the <span>simple color</span> corresponding to that keyword. <a
-   href="#refsCSS3COLOR">[CSS3COLOR]</a></p></li>
+   href="#refsCSSCOLOR">[CSSCOLOR]</a></p></li>
 
    <li>
 
@@ -6059,7 +6059,7 @@
   <span title="HTML documents">HTML document</span> or an <span
   title="XML documents">XML document</span> affects the behavior of
   certain APIs, as well as a few CSS rendering rules. <a
-  href="#refsCSS21">[CSS21]</a></p>
+  href="#refsCSS">[CSS]</a></p>
 
   <p class="note">A <code>Document</code> object created by the <code
   title="">createDocument()</code> API on the
@@ -7690,7 +7690,7 @@
   <p>All elements may have the <code title="attr-style">style</code>
   content attribute set. If specified, the attribute must contain only
   a list of zero or more semicolon-separated (;) CSS declarations. <a
-  href="#refsCSS21">[CSS21]</a></p>
+  href="#refsCSS">[CSS]</a></p>
 
   <div class="impl">
 
@@ -10934,7 +10934,7 @@
 
   <p class="note">This specification does not specify a style system,
   but CSS is expected to be supported by most Web browsers. <a
-  href="#refsCSS21">[CSS21]</a></p>
+  href="#refsCSS">[CSS]</a></p>
 
   <div class="impl">
 
@@ -16740,7 +16740,7 @@
   bidi algorithm may be implemented indirectly through the style
   layer. For example, an HTML+CSS user agent should implement these
   requirements by implementing the CSS 'unicode-bidi' property. <a
-  href="#refsCSS21">[CSS21]</a></p>
+  href="#refsCSS">[CSS]</a></p>
 
   </div>
 
@@ -17902,7 +17902,7 @@
   image is <i title="img-available">available</i> but not being
   rendered to a visual medium; or else 0, if the image is not <i
   title="img-available">available</i> or its dimensions are not
-  known. <a href="#refsCSS21">[CSS21]</a></p>
+  known. <a href="#refsCSS">[CSS]</a></p>
 
   <p>On setting, they must act as if they <span
   title="reflect">reflected</span> the respective content attributes
@@ -24198,7 +24198,7 @@
   <span>in a <code>Document</code></span>), then the "computed value
   of the 'color' property" for the purposes of determining the
   computed value of the <code title="">currentColor</code> keyword is
-  fully opaque black. <a href="#refsCSS3COLOR">[CSS3COLOR]</a></p>
+  fully opaque black. <a href="#refsCSSCOLOR">[CSSCOLOR]</a></p>
 
   </div>
 
@@ -24675,7 +24675,7 @@
   setting, strings must be parsed as CSS <color> values and the
   color assigned, and <code>CanvasGradient</code> and
   <code>CanvasPattern</code> objects must be assigned themselves. <a
-  href="#refsCSS3COLOR">[CSS3COLOR]</a> If the value is a string but
+  href="#refsCSSCOLOR">[CSSCOLOR]</a> If the value is a string but
   is not a valid color, or is neither a string, a
   <code>CanvasGradient</code>, nor a <code>CanvasPattern</code>, then
   it must be ignored, and the attribute must retain its previous
@@ -25285,7 +25285,7 @@
   <p>On setting, the new value must be parsed as a CSS <color>
   value and the color assigned. If the value is not a valid color,
   then it must be ignored, and the attribute must retain its previous
-  value. <a href="#refsCSS3COLOR">[CSS3COLOR]</a></p>
+  value. <a href="#refsCSSCOLOR">[CSSCOLOR]</a></p>
 
   <p>The <dfn
   title="dom-context-2d-shadowOffsetX"><code>shadowOffsetX</code></dfn>
@@ -25363,8 +25363,8 @@
      2.</p></li>
 
      <li> <p>Perform a 2D Gaussian Blur on <var title="">B</var>,
-     using <var title="">σ</var> as the standard
-     deviation. </li> <!-- need a reference for this XXX -->
+     using <var title="">σ</var> as the standard deviation.</p>
+     <!-- wish i could find a reference for this --> </li>
 
     </ol>
 
@@ -25677,7 +25677,6 @@
   point (<var title="">cpx</var>, <var title="">cpy</var>), and must
   then add the given point (<var title="">x</var>, <var
   title="">y</var>) to the subpath. <a href="#refsBEZIER">[BEZIER]</a></p>
-  <!-- XXX [BEZIER] Paul de Casteljau, Courbes à pôles, INPI, 1959 -->
 
 
   <p>The <dfn
@@ -25693,7 +25692,6 @@
   title="">cp2y</var>). Then, it must add the point (<var
   title="">x</var>, <var title="">y</var>) to the subpath. <a
   href="#refsBEZIER">[BEZIER]</a></p>
-  <!-- XXX [BEZIER] Paul de Casteljau, Courbes à pôles, INPI, 1959 -->
 
 
   <p>The <dfn title="dom-context-2d-arcTo"><code>arcTo(<var
@@ -25978,8 +25976,7 @@
   assigned to the context, with the 'line-height' component forced to
   'normal'. If the new value is syntactically incorrect, then it must
   be ignored, without assigning a new font value. <a
-  href="#refsCSS">[CSS]</a><!-- XXX generic version-independent
-  reference --></p>
+  href="#refsCSS">[CSS]</a></p>
 
   <p>Font names must be interpreted in the context of the
   <code>canvas</code> element's stylesheets; any fonts embedded using
@@ -25992,8 +25989,7 @@
 
   <p>On getting, the <code title="dom-context-2d-font">font</code>
   attribute must return the serialized form of the current font of the
-  context. <a href="#refsCSSOM">[CSSOM]</a><!-- XXX ensure that this
-  defines serialization of 'font' --></p>
+  context. <a href="#refsCSSOM">[CSSOM]</a></p>
 
   <p>When the context is created, the font of the context must be set
   to 10px sans-serif. When the 'font-size' component is set to lengths
@@ -63036,7 +63032,7 @@
   conjunction with CSS, can be used to style text selections using the
   <code title="selector-selection">::selection</code>
   pseudo-element. <a href="#refsSELECTORS">[SELECTORS]</a> <a
-  href="#refsCSS21">[CSS21]</a></p>
+  href="#refsCSS">[CSS]</a></p>
 
 
 
@@ -64921,8 +64917,7 @@
    passed to that method should be used as hints for where to put the
    cursor relative to the resulting image. The values are expressed as
    distances in CSS pixels from the left side and from the top side of
-   the image respectively. <a href="#refsCSS21">[CSS21]</a></li> <!--
-   CSS3 UNITS would be better -->
+   the image respectively. <a href="#refsCSS">[CSS]</a></li>
 
    <li>The elements that were added to the <code
    title="dom-DragEvent-dataTransfer">dataTransfer</code> object, both
@@ -82620,7 +82615,7 @@
   (<code>screen</code>, <code>print</code>, etc). This is a lowercase
   string, as <a
   href="http://www.w3.org/TR/CSS21/media.html#media-types">defined by
-  the CSS specification</a>. <a href="#refsCSS21">[CSS21]</a></p>
+  the CSS specification</a>. <a href="#refsCSS">[CSS]</a></p>
 
   <p>Some user agents may support multiple media, in which case there
   will exist multiple objects implementing the
@@ -82660,10 +82655,16 @@
   <!-- REFS
 
   [ABNF] http://www.ietf.org/rfc/std/std68.txt
+  [BEZIER] Paul de Casteljau, Courbes à pôles, INPI, 1959
   [BIG5] Institute for Information Industry, "Chinese Coded Character Set in Computer ", March, 1984
   [BOCU1] http://www.unicode.org/notes/tn6/
   [CESU8] http://www.unicode.org/unicode/reports/tr26
   [COMPUTABLE] On computable numbers, with an application to the Entscheidungsproblem. Alan M. Turing. In Proceedings of the London Mathematical Society, series 2, volume 42, pages 230-265. London Mathematical Society, 1937. http://www.turingarchive.org/browse.php/B/12 (referenced: 2007-03-03)
+  [CSS] CSS 2.1
+  [CSSCOLOR] CSS3 Color
+  [CSSOM] CSS Object Model
+  [CSSUI] CSS3 UI
+  [CSSWEBFONTS] CSS3 Web Fonts
   [EUCKR] Korea Industrial Standards Association, "Hangul Unix Environment," Korean Industrial Standard, 1992, Ref. No. KS C 5861-1992.
   [GBK] http://www.iana.org/assignments/charset-reg/GBK
 
@@ -82675,6 +82676,7 @@
   [MIMESNIFF] http://tools.ietf.org/html/draft-abarth-mime-sniff
   [RFC1345] Simonsen, K., "Character Mnemonics & Character Sets", RFC 1345, Rationel Almen Planlaegning, Rationel Almen Planlaegning, June 1992.
   [SCSU] http://www.unicode.org/unicode/reports/tr6/
+  [SELECTORS]
   [SHIFTJIS] JIS X0208:1997
   [TIS620] http://www.iana.org/assignments/charset-reg/tis-620 OR http://www.nectec.or.th/it-standards/std620/std620.htm
   [UNICODECASE] Unicode Standard Annex #21, Case Mappings




More information about the Commit-Watchers mailing list