Navigation Menu

Skip to content

Commit

Permalink
[e] (0) Clean up references to CSS specs.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3292 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 17, 2009
1 parent 73ec6f3 commit 4784350
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 42 deletions.
44 changes: 23 additions & 21 deletions index
Expand Up @@ -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>

Expand Down Expand Up @@ -6194,7 +6194,7 @@ interface <dfn id=domstringmap-0>DOMStringMap</dfn> {};</pre>
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
Expand Down Expand Up @@ -7639,7 +7639,7 @@ Transport Protocol"&gt;HTTP&lt;/abbr&gt; today.&lt;/p&gt;</pre>

<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>

Expand Down Expand Up @@ -10488,7 +10488,7 @@ people expect to have work and what is necessary.
</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>

Expand Down Expand Up @@ -15743,7 +15743,7 @@ brighter. A &lt;b&gt;rat&lt;/b&gt; scurries past the corner wall.&lt;/p&gt;</pre
<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>

Expand Down Expand Up @@ -16811,7 +16811,7 @@ interface <dfn id=htmlimageelement>HTMLImageElement</dfn> : <a href=#htmlelement
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>
Expand Down Expand Up @@ -22337,7 +22337,7 @@ interface <dfn id=canvaspixelarray>CanvasPixelArray</dfn> {
<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>

Expand Down Expand Up @@ -22735,7 +22735,7 @@ idea from Mihai:
<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=#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
Expand Down Expand Up @@ -23252,7 +23252,7 @@ notes on what would need to be defined for dashed lines:
<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=#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>
Expand Down Expand Up @@ -23312,8 +23312,8 @@ notes on what would need to be defined for dashed lines:
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
Expand Down Expand Up @@ -23580,14 +23580,12 @@ notes on what would need to be defined for dashed lines:
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=#refsBEZIER>[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=#refsBEZIER>[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>,
Expand Down Expand Up @@ -23830,8 +23828,7 @@ notes on what would need to be defined for dashed lines:
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
Expand All @@ -23843,8 +23840,7 @@ notes on what would need to be defined for dashed lines:

<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
Expand Down Expand Up @@ -53824,7 +53820,7 @@ at the first element with the given ID must be treated as if it was cloned and r
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>



Expand Down Expand Up @@ -55385,8 +55381,7 @@ at the first element with the given ID must be treated as if it was cloned and r
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
Expand Down Expand Up @@ -70043,7 +70038,7 @@ time:empty { binding: <i title="">time</i>; }</pre>
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
Expand Down Expand Up @@ -70083,10 +70078,16 @@ time:empty { binding: <i title="">time</i>; }</pre>
<!-- 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

Expand All @@ -70098,6 +70099,7 @@ time:empty { binding: <i title="">time</i>; }</pre>
[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
Expand Down

0 comments on commit 4784350

Please sign in to comment.