html5/spec Overview.html,1.2438,1.2439

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv20077

Modified Files:
	Overview.html 
Log Message:
Clean up references to CSS specs. (whatwg r3292)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2438
retrieving revision 1.2439
diff -u -d -r1.2438 -r1.2439
--- Overview.html	17 Jun 2009 03:57:33 -0000	1.2438
+++ Overview.html	17 Jun 2009 04:22:28 -0000	1.2439
@@ -3600,7 +3600,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="#references">[CSS3COLOR]</a></li>
+   the <a href="#simple-color">simple color</a> corresponding to that keyword. <a href="#references">[CSSCOLOR]</a></li>
 
    <li>
 
@@ -5550,7 +5550,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="#references">[CSS21]</a><p class="note">A <code>Document</code> object created by the <code title="">createDocument()</code> API on the
+  certain APIs, as well as a few CSS rendering rules. <a href="#references">[CSS]</a><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
   <a href="#html-documents" title="HTML documents">HTML document</a> by calling <code title="dom-document-open"><a href="#dom-document-open">document.open()</a></code> on it.<h4 id="documents-in-the-dom"><span class="secno">3.2.1 </span>Documents in the DOM</h4><p>All <code>Document</code> objects (in user agents implementing
   this specification) <span class="impl">must</span> also implement
@@ -6795,7 +6795,7 @@
 
   </div><h5 id="the-style-attribute"><span class="secno">3.3.3.7 </span>The <dfn title="attr-style"><code>style</code></dfn> attribute</h5><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="#references">[CSS21]</a><div class="impl">
+  a list of zero or more semicolon-separated (;) CSS declarations. <a href="#references">[CSS]</a><div class="impl">
 
   <p>In user agents that support CSS, the attribute's value must be
   parsed when the attribute is added or has its value changed, with
@@ -9211,7 +9211,7 @@
   manipulation task source</a>.</p>
 
   </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="#references">[CSS21]</a><div class="impl">
+  but CSS is expected to be supported by most Web browsers. <a href="#references">[CSS]</a><div class="impl">
 
   <p>The <dfn id="dom-style-media" title="dom-style-media"><code>media</code></dfn>, <dfn id="dom-style-type" title="dom-style-type"><code>type</code></dfn> and <dfn id="dom-style-scoped" title="dom-style-scoped"><code>scoped</code></dfn> DOM attributes
   must <a href="#reflect">reflect</a> the respective content attributes of the
@@ -13652,7 +13652,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="#references">[CSS21]</a></p>
+  requirements by implementing the CSS 'unicode-bidi' property. <a href="#references">[CSS]</a></p>
 
   </div><!-- XXX need examples --><h4 id="the-ruby-element"><span class="secno">4.6.22 </span>The <dfn><code>ruby</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content-0">Flow content</a>.</dd>
@@ -14530,7 +14530,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="#references">[CSS21]</a></p>
+  known. <a href="#references">[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>
@@ -19524,7 +19524,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="#references">[CSS3COLOR]</a></p>
+  fully opaque black. <a href="#references">[CSSCOLOR]</a></p>
 
   </div><h6 id="the-canvas-state"><span class="secno">4.8.11.1.1 </span>The canvas state</h6><p>Each context maintains a stack of drawing states. <dfn id="drawing-state" title="drawing state">Drawing states</dfn> consist of:<ul class="brief"><li>The current <a href="#transformations" title="dom-context-2d-transformation">transformation matrix</a>.</li>
    <li>The current <a href="#clipping-region">clipping region</a>.</li>
@@ -19889,7 +19889,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 &lt;color&gt; 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="#references">[CSS3COLOR]</a> If the value is a string but
+  <code><a href="#canvaspattern">CanvasPattern</a></code> objects must be assigned themselves. <a href="#references">[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
@@ -20383,7 +20383,7 @@
   <p>On setting, the new value must be parsed as a CSS &lt;color&gt;
   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="#references">[CSS3COLOR]</a></p>
+  value. <a href="#references">[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>
@@ -20443,8 +20443,8 @@
      2.</li>
 
      <li> <p>Perform a 2D Gaussian Blur on <var title="">B</var>,
-     using <var title="">&sigma;</var> as the standard
-     deviation. </li> <!-- need a reference for this XXX -->
+     using <var title="">&sigma;</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="">&sigma;</var> to
     an implementation-specific maximum value to avoid exceeding
@@ -20693,14 +20693,12 @@
   the subpath to the given point (<var title="">x</var>, <var title="">y</var>) using a quadratic B&eacute;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="#references">[BEZIER]</a></p>
-  <!-- XXX [BEZIER] Paul de Casteljau, Courbes &agrave; p&ocirc;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&eacute;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="#references">[BEZIER]</a></p>
-  <!-- XXX [BEZIER] Paul de Casteljau, Courbes &agrave; p&ocirc;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>,
@@ -20938,8 +20936,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="#references">[CSS]</a><!-- XXX generic version-independent
-  reference --></p>
+  be ignored, without assigning a new font value. <a href="#references">[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
@@ -20951,8 +20948,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="#references">[CSSOM]</a><!-- XXX ensure that this
-  defines serialization of 'font' --></p>
+  context. <a href="#references">[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
@@ -48198,7 +48194,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="#references">[SELECTORS]</a> <a href="#references">[CSS21]</a><h4 id="documentSelection"><span class="secno">7.7.1 </span>APIs for the browsing context selection</h4><dl class="domintro"><dt><var title="">window</var> . <code title="dom-getSelection"><a href="#dom-getselection">getSelection</a></code>()</dt>
+  pseudo-element. <a href="#references">[SELECTORS]</a> <a href="#references">[CSS]</a><h4 id="documentSelection"><span class="secno">7.7.1 </span>APIs for the browsing context selection</h4><dl class="domintro"><dt><var title="">window</var> . <code title="dom-getSelection"><a href="#dom-getselection">getSelection</a></code>()</dt>
    <dt><var title="">document</var> . <code title="dom-document-getSelection"><a href="#dom-document-getselection">getSelection</a></code>()</dt>
 
    <dd>
@@ -49636,8 +49632,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="#references">[CSS21]</a></li> <!--
-   CSS3 UNITS would be better -->
+   the image respectively. <a href="#references">[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
@@ -63828,7 +63823,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="#references">[CSS21]</a><p>Some user agents may support multiple media, in which case there
+  the CSS specification</a>. <a href="#references">[CSS]</a><p>Some user agents may support multiple media, in which case there
   will exist multiple objects implementing the
   <code>AbstractView</code> interface. Only the default view
   implements the <code><a href="#window">Window</a></code> interface. The other views can be
@@ -63837,10 +63832,16 @@
   way currently to enumerate all the views.</p><!-- XXX examples! --><h2 class="no-num" id="index">Index</h2><p><em>This section is non-normative.</em><p class="XXX">List of elements<p class="XXX">List of attributes<p class="XXX">List of <dfn id="reflecting-dom-attributes">reflecting DOM attributes</dfn> and their corresponding content attributes</p><!-- include option.text; textarea.defaultValue, and other attributes that "reflect" the element's textContent --><p class="XXX">List of interfaces<p class="XXX">List of events<h2 class="no-num" id="references">References</h2><p class="XXX">This section will be written in a future draft.</p><!-- XXX check that #references is always for [RFC\1] --><!-- REFS
 
   [ABNF] http://www.ietf.org/rfc/std/std68.txt
+  [BEZIER] Paul de Casteljau, Courbes &agrave; p&ocirc;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
 
@@ -63852,6 +63853,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

Received on Wednesday, 17 June 2009 04:22:38 UTC