--- a/master/types.html Mon Aug 20 10:05:43 2012 +1000
+++ b/master/types.html Mon Aug 20 10:14:31 2012 +1000
@@ -221,8 +221,8 @@
<span class='prop-value'>grad</span> indicates grads and
<span class='prop-value'>rad</span> indicates radians.
The unit identifier may be in lower (recommended) or upper case.</p>
- <p>For properties defined in CSS2
- [<a href="http://www.w3.org/TR/2008/REC-CSS2-20080411/">CSS2</a>],
+ <p>For properties defined in CSS 2.1
+ [<a href="http://www.w3.org/TR/2011/REC-CSS2-20110607/">CSS21</a>],
an angle unit identifier must be provided (for non-zero
values). For SVG-specific <a>properties</a> the angle unit
identifier is optional. If a unit is not provided, the angle
@@ -256,7 +256,7 @@
<dt id='DataTypeColor'><color></dt>
<dd>
- <p>The basic type <color> is a CSS2 compatible specification for a
+ <p>The basic type <color> is a CSS 2.1 compatible specification for a
color in the sRGB color space [<a href="refs.html#ref-SRGB">SRGB</a>].
<color> applies to SVG's use of the <a>'color'</a> property and
is a component of the definitions of properties <a>'fill'</a>,
@@ -265,8 +265,8 @@
specifications.</p>
<p>SVG supports all of the syntax alternatives for <color> defined in
- <a href='http://www.w3.org/TR/2008/REC-CSS2-20080411/syndata.html#value-def-color'>CSS2
- syntax and basic data types</a> ([<a href='refs.html#ref-CSS2'>CSS2</a>],
+ <a href='http://www.w3.org/TR/2011/REC-CSS2-20110607/syndata.html#color-units'>CSS 2.1
+ syntax and basic data types</a> ([<a href='refs.html#ref-CSS21'>CSS21</a>],
section 4.3.6), with the exception that SVG allows an expanded list of
<a href="types.html#ColorKeywords">recognized color keywords names</a>.</p>
@@ -278,8 +278,8 @@
keywords that correspond to the colors used by objects in the
user's environment. The normative definition of these
keywords is found in
- <a href='http://www.w3.org/TR/2008/REC-CSS2-20080411/ui.html#system-colors'>User preferences
- for colors</a> ([<a href='refs.html#ref-CSS2'>CSS2</a>], section 18.2).</p>
+ <a href='http://www.w3.org/TR/2011/REC-CSS2-20110607/ui.html#system-colors'>System Colors</a>
+ ([<a href='refs.html#ref-CSS21'>CSS21</a>], section 18.2).</p>
<p>The format of an RGB value in hexadecimal notation is a "#"
immediately followed by either three or six hexadecimal
@@ -319,8 +319,8 @@
<p>where <var>color-keyword</var> matches (case insensitively) one of the
color keywords listed in <a href="#ColorKeywords">Recognized color keyword names</a>
below, or one of the system color keywords listed in
- <a href='http://www.w3.org/TR/2008/REC-CSS2-20080411/ui.html#system-colors'>User preferences
- for colors</a> ([<a href='refs.html#ref-CSS2'>CSS2</a>], section 18.2).</p>
+ <a href='http://www.w3.org/TR/2011/REC-CSS2-20110607/ui.html#system-colors'>System Colors</a>
+ ([<a href='refs.html#ref-CSS21'>CSS21</a>], section 18.2).</p>
<p>The corresponding SVG DOM interface definitions for
<color> are defined in
@@ -364,7 +364,7 @@
<dt id="DataTypeFrequency"><frequency></dt>
<dd>
<p>Frequency values are used with aural properties. As defined in
- CSS2, a frequency value is a <number> immediately followed
+ CSS 2.1, a frequency value is a <number> immediately followed
by a frequency unit identifier. The frequency unit identifiers
are:</p>
@@ -445,13 +445,13 @@
<pre class='grammar'><span id='Length'>length</span> ::= <a href='#DataTypeNumber'>number</a> (~"em" | ~"ex" | ~"px" | ~"in" | ~"cm" | ~"mm" | ~"pt" | ~"pc")?</pre>
- <p><a href='http://www.w3.org/TR/2008/REC-CSS2-20080411/syndata.html#length-units'>See
- the CSS2 specification</a> for the meanings of the unit
+ <p><a href='http://www.w3.org/TR/2011/REC-CSS2-20110607/syndata.html#length-units'>See
+ the CSS 2.1 specification</a> for the meanings of the unit
identifiers. The unit identifier may be in lower (recommended)
or upper case.</p>
- <p>For properties defined in CSS2
- [<a href="http://www.w3.org/TR/2008/REC-CSS2-20080411/">CSS2</a>],
+ <p>For properties defined in CSS 2.1
+ [<a href="http://www.w3.org/TR/2011/REC-CSS2-20110607/">CSS21</a>],
a length unit identifier must be provided (for non-zero values).
For SVG-specific <a>properties</a>, the length unit identifier
is optional. If a unit is not provided, the length value
@@ -567,7 +567,7 @@
| [+-]? [0-9]* "." [0-9]+</pre>
<p>This syntax is the same as the definition in CSS
- ([<a href='refs.html#ref-CSS2'>CSS2</a>], section 4.3.1).</p>
+ ([<a href='refs.html#ref-CSS21'>CSS21</a>], section 4.3.1).</p>
<p>When used in an SVG attribute,
a <number> is defined differently, to allow numbers with large magnitudes
@@ -2665,7 +2665,7 @@
<dt id="__svg__SVGLength__SVG_LENGTHTYPE_EMS" class="constant"><b>SVG_LENGTHTYPE_EMS</b><span class="idl-type-parenthetical"> (unsigned short)</span></dt>
<dd class="constant">
<div>
-A value was specified using the em units defined in CSS2.
+A value was specified using the em units defined in CSS 2.1.
</div>
@@ -2674,7 +2674,7 @@
<dt id="__svg__SVGLength__SVG_LENGTHTYPE_EXS" class="constant"><b>SVG_LENGTHTYPE_EXS</b><span class="idl-type-parenthetical"> (unsigned short)</span></dt>
<dd class="constant">
<div>
-A value was specified using the ex units defined in CSS2.
+A value was specified using the ex units defined in CSS 2.1.
</div>
@@ -2683,7 +2683,7 @@
<dt id="__svg__SVGLength__SVG_LENGTHTYPE_PX" class="constant"><b>SVG_LENGTHTYPE_PX</b><span class="idl-type-parenthetical"> (unsigned short)</span></dt>
<dd class="constant">
<div>
-A value was specified using the px units defined in CSS2.
+A value was specified using the px units defined in CSS 2.1.
</div>
@@ -2692,7 +2692,7 @@
<dt id="__svg__SVGLength__SVG_LENGTHTYPE_CM" class="constant"><b>SVG_LENGTHTYPE_CM</b><span class="idl-type-parenthetical"> (unsigned short)</span></dt>
<dd class="constant">
<div>
-A value was specified using the cm units defined in CSS2.
+A value was specified using the cm units defined in CSS 2.1.
</div>
@@ -2701,7 +2701,7 @@
<dt id="__svg__SVGLength__SVG_LENGTHTYPE_MM" class="constant"><b>SVG_LENGTHTYPE_MM</b><span class="idl-type-parenthetical"> (unsigned short)</span></dt>
<dd class="constant">
<div>
-A value was specified using the mm units defined in CSS2.
+A value was specified using the mm units defined in CSS 2.1.
</div>
@@ -2710,7 +2710,7 @@
<dt id="__svg__SVGLength__SVG_LENGTHTYPE_IN" class="constant"><b>SVG_LENGTHTYPE_IN</b><span class="idl-type-parenthetical"> (unsigned short)</span></dt>
<dd class="constant">
<div>
-A value was specified using the in units defined in CSS2.
+A value was specified using the in units defined in CSS 2.1.
</div>
@@ -2719,7 +2719,7 @@
<dt id="__svg__SVGLength__SVG_LENGTHTYPE_PT" class="constant"><b>SVG_LENGTHTYPE_PT</b><span class="idl-type-parenthetical"> (unsigned short)</span></dt>
<dd class="constant">
<div>
-A value was specified using the pt units defined in CSS2.
+A value was specified using the pt units defined in CSS 2.1.
</div>
@@ -2728,7 +2728,7 @@
<dt id="__svg__SVGLength__SVG_LENGTHTYPE_PC" class="constant"><b>SVG_LENGTHTYPE_PC</b><span class="idl-type-parenthetical"> (unsigned short)</span></dt>
<dd class="constant">
<div>
-A value was specified using the pc units defined in CSS2.
+A value was specified using the pc units defined in CSS 2.1.
</div>
@@ -4375,7 +4375,7 @@
user agent's notice of a "pixel". For display devices, ideally this
represents a physical screen pixel. For other devices or environments
where physical pixel sizes are not known, then an algorithm similar to
-the CSS2 definition of a "pixel" can be used instead. Note that null
+the CSS 2.1 definition of a "pixel" can be used instead. Note that null
is returned if this element is not hooked into the document tree. This
method would have been more aptly named as <code>getClientCTM</code>,
but the name <code>getScreenCTM</code> is kept for historical reasons.
@@ -4764,7 +4764,7 @@
<dt class="attributes-header">Attributes:</dt>
<dd>
<dl class="attributes">
- <dt id="__svg__SVGMPathElement__href" class="attribute first-child"><b>href</b><span class="idl-type-parenthetical"> (readonly <a>SVGAnimatedString</a>)</span></dt>
+ <dt id="__svg__SVGURIReference__href" class="attribute first-child"><b>href</b><span class="idl-type-parenthetical"> (readonly <a>SVGAnimatedString</a>)</span></dt>
<dd class="attribute">
<div>
Corresponds to the <span class="attr-name">'xlink:href'</span> attribute.