Fix broken links and CSS2 references.
authorCameron McCormack <cam@mcc.id.au>
Mon, 20 Aug 2012 15:11:51 +1000
changeset 307 6f1f0e605bf8
parent 306 7ee2f6ea34e5
child 308 e6cc38847ba7
Fix broken links and CSS2 references.
master/fonts.html
--- a/master/fonts.html	Mon Aug 20 14:47:22 2012 +1000
+++ b/master/fonts.html	Mon Aug 20 15:11:51 2012 +1000
@@ -147,8 +147,9 @@
 detail of a font description can vary from just the name of the
 font up to a list of glyph widths.</p>
 
-<p>For more about font descriptions, refer to the <a href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html">Fonts chapter</a>
-in the CSS2 specification ([<a href="refs.html#ref-CSS2">CSS2</a>], chapter 15).</p>
+<p>For more about font descriptions, refer to
+<a href="http://www.w3.org/TR/2011/WD-css3-fonts-20111004/">CSS Fonts Module Level 3</a>.
+[<a href="refs.html#ref-CSS3FONTS">CSS3FONTS</a>]</p>
 
 <h3 id="FontDescriptionsAlternatives">Alternative ways for providing a font description</h3>
 
@@ -158,8 +159,8 @@
 <ul>
   <li>a <a>'font-face'</a> element</li>
 
-  <li id="AtFontFace">an <a href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">@font-face rule</a>
-  ([<a href="refs.html#ref-CSS2">CSS2</a>], section 15.3.1) within a CSS
+  <li id="AtFontFace">an <a href="http://www.w3.org/TR/2011/WD-css3-fonts-20111004/#font-face-rule">@font-face rule</a>
+  ([<a href="refs.html#ref-CSS3FONTS">CSS3FONTS</a>], section 4.1) within a CSS
   style sheet (only applicable for user agents which support using CSS to
   style the SVG content)</li>
 </ul>
@@ -169,8 +170,8 @@
 <edit:with element='font-face'>
 
 <p>The <a>'font-face'</a> element
-corresponds directly to the <a href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">@font-face facility</a>
-in CSS2 ([<a href="refs.html#ref-CSS2">CSS2</a>], section 15.3.1). It can be used to describe the
+corresponds directly to the <a href="http://www.w3.org/TR/2011/WD-css3-fonts-20111004/#font-face-rule">@font-face facility</a>
+in CSS3 Fonts ([<a href="refs.html#ref-CSS3FONTS">CSS3FONTS</a>], section 4.1). It can be used to describe the
 characteristics of any font, SVG font or otherwise.</p>
 
 <p>When used to describe the characteristics of an SVG font
@@ -193,11 +194,10 @@
         class="adef">font-family</span> = "<span
         class="attr-value">&lt;string&gt;</span>"</dt>
         <dd>Same syntax and semantics as the <a
-        href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-font-family">
+        href="http://www.w3.org/TR/2011/WD-css3-fonts-20111004/#font-family-desc">
         <span class="property">'font-family'</span></a> descriptor
         within an <a
-        href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">
-        @font-face rule</a>.<br />
+        href="http://www.w3.org/TR/2011/WD-css3-fonts-20111004/#font-face-rule">@font-face rule</a>.<br />
          <span class="anim-target"><a
         href="animate.html#Animatable">Animatable</a>:
         no.</span></dd>
@@ -206,10 +206,9 @@
         class="attr-value">all | [ normal | italic | oblique] [,
         [normal | italic | oblique]]*</span>"</dt>
         <dd>Same syntax and semantics as the <a
-        href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-font-style">
-        <span class="property">'font-style'</span></a> descriptor
+        href="http://www.w3.org/TR/2011/WD-css3-fonts-20111004/#font-prop-desc"><span class="property">'font-style'</span></a> descriptor
         within an <a
-        href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">
+        href="http://www.w3.org/TR/2011/WD-css3-fonts-20111004/#font-face-rule">
         @font-face rule</a>. The style of a font. Takes on the same
         values as the <a>'font-style property'</a>
         property, except that a comma-separated list is
@@ -224,10 +223,10 @@
         class="attr-value">[normal | small-caps] [,[normal |
         small-caps]]*</span>"</dt>
         <dd>Same syntax and semantics as the <a
-        href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-font-variant">
+        href="http://www.w3.org/TR/2011/WD-css3-fonts-20111004/#font-rend-desc">
         <span class="property">'font-variant'</span></a>
         descriptor within an <a
-        href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">
+        href="http://www.w3.org/TR/2011/WD-css3-fonts-20111004/#font-face-rule">
         @font-face rule</a>. Indication of whether this face is the
         small-caps variant of a font. Takes on the same values as
         the <a>'font-variant property'</a>
@@ -246,10 +245,10 @@
         900]]*</span>"</dt>
         <dd>
           Same syntax and semantics as the <a
-          href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-font-weight">
+          href="http://www.w3.org/TR/2011/WD-css3-fonts-20111004/#font-prop-desc">
           <span class="property">'font-weight'</span></a>
           descriptor within an <a
-          href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">
+          href="http://www.w3.org/TR/2011/WD-css3-fonts-20111004/#font-face-rule">
           @font-face rule</a>.<br />
            The weight of a face relative to others in the same font
           family. Takes on the same values as the <a>'font-weight property'</a>
@@ -279,10 +278,10 @@
         extra-expanded | ultra-expanded] ]*</span>"</dt>
         <dd>
           Same syntax and semantics as the <a
-          href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-font-stretch">
+          href="http://www.w3.org/TR/2011/WD-css3-fonts-20111004/#font-prop-desc">
           <span class="property">'font-stretch'</span></a>
           descriptor within an <a
-          href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">
+          href="http://www.w3.org/TR/2011/WD-css3-fonts-20111004/#font-face-rule">
           @font-face rule</a>. Indication of the condensed or
           expanded nature of the face relative to others in the
           same font family. Takes on the same values as the <a>'font-stretch property'</a>
@@ -301,29 +300,30 @@
         <dt id="FontFaceElementFontSizeAttribute"><span
         class="adef">font-size</span> = "<span
         class="attr-value">&lt;string&gt;</span>"</dt>
-        <dd>Same syntax and semantics as the <a
-        href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-font-size">
-        <span class="property">'font-size'</span></a> descriptor
+        <dd>Same syntax and semantics as the 
+        <span class="property">'font-size'</span> descriptor
         within an <a
-        href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">
+        href="http://www.w3.org/TR/2011/WD-css3-fonts-20111004/#font-face-rule">
         @font-face rule</a>.<br />
          <span class="anim-target"><a
         href="animate.html#Animatable">Animatable</a>:
-        no.</span></dd>
+        no.</span>
+	<p class="issue">CSS3 Fonts does not have a font-size descriptor.</p>
+	</dd>
         <dt id="FontFaceElementUnicodeRangeAttribute"><span
         class="adef">unicode-range</span> = "<span
         class="attr-value">&lt;urange&gt; [,
         &lt;urange&gt;]*</span>"</dt>
         <dd>Same syntax and semantics as the <a
-        href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-unicode-range">
+        href="http://www.w3.org/TR/2011/WD-css3-fonts-20111004/#descdef-unicode-range">
         <span class="property">'unicode-range'</span></a>
         descriptor within an <a
-        href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">
+        href="http://www.w3.org/TR/2011/WD-css3-fonts-20111004/#font-face-rule">
         @font-face rule</a>. The range of ISO 10646 characters [<a href="refs.html#ref-UNICODE">UNICODE</a>]
         possibly covered by the glyphs in the font. Except for any
         additional information provided in this specification, the
-        <a href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#dataqual">normative definition of the attribute</a>
-        is in CSS2 ([<a href="refs.html#ref-CSS2">CSS2</a>], section 15.3.3).<br />
+        <a href="http://www.w3.org/TR/2011/WD-css3-fonts-20111004/#descdef-unicode-range">normative definition of the attribute</a>
+        is in CSS 2.1 ([<a href="refs.html#ref-CSS21">CSS21</a>], section 4.5).<br />
          If the attribute is not specified, the effect is as if a
         value of <span class='attr-value'>'U+0-10FFFF'</span> were specified.<br />
          <span class="anim-target"><a
@@ -333,11 +333,10 @@
         class="adef">units-per-em</span> = "<span
         class="attr-value"><a
         href="types.html#DataTypeNumber">&lt;number&gt;</a></span>"</dt>
-        <dd>Same syntax and semantics as the <a
-        href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-units-per-em">
-        <span class="property">'units-per-em'</span></a>
+        <dd>Same syntax and semantics as the
+        <span class="property">'units-per-em'</span>
         descriptor within an <a
-        href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">
+        href="http://www.w3.org/TR/2011/WD-css3-fonts-20111004/#font-face-rule">
         @font-face rule</a>. The number of coordinate units on the
         em square, the size of the design grid on which glyphs are
         laid out.<br />
@@ -348,93 +347,101 @@
         value of <span class='attr-value'>'1000'</span> were specified.<br />
          <span class="anim-target"><a
         href="animate.html#Animatable">Animatable</a>:
-        no.</span></dd>
+        no.</span>
+	<p class="issue">CSS3 Fonts does not have a units-per-em descriptor.</p>
+	</dd>
         <dt id="FontFaceElementPanose1Attribute"><span
         class="adef">panose-1</span> = "<span
         class="attr-value">[&lt;integer&gt;]{10}</span>"</dt>
-        <dd>Same syntax and semantics as the <a
-        href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-panose-1">
-        <span class="property">'panose-1'</span></a> descriptor
+        <dd>Same syntax and semantics as the
+        <span class="property">'panose-1'</span> descriptor
         within an <a
-        href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">
+        href="http://www.w3.org/TR/2011/WD-css3-fonts-20111004/#font-face-rule">
         @font-face rule</a>. The Panose-1 number, consisting of ten
         decimal integers, separated by whitespace. Except for any
         additional information provided in this specification, the
-        <a href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#matching">normative definition of the attribute</a>
-        is in CSS2 ([<a href="refs.html#ref-CSS2">CSS2</a>], section 15.3.6).<br />
+        normative definition of the attribute
+        is in CSS2.<br />
          If the attribute is not specified, the effect is as if a
         value of <span class='attr-value'>'0 0 0 0 0 0 0 0 0 0'</span> were specified.<br />
          <span class="anim-target"><a
         href="animate.html#Animatable">Animatable</a>:
-        no.</span></dd>
+        no.</span>
+	<p class="issue">CSS3 Fonts does not have a panose-1 descriptor.</p>
+	</dd>
         <dt id="FontFaceElementStemvAttribute"><span
         class="adef">stemv</span> = "<span class="attr-value"><a
         href="types.html#DataTypeNumber">&lt;number&gt;</a></span>"</dt>
-        <dd>Same syntax and semantics as the <a
-        href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-stemv">
-        <span class="property">'stemv'</span></a> descriptor
+        <dd>Same syntax and semantics as the
+        <span class="property">'stemv'</span> descriptor
         within an <a
-        href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">
+        href="http://www.w3.org/TR/2011/WD-css3-fonts-20111004/#font-face-rule">
         @font-face rule</a>.<br />
          <span class="anim-target"><a
         href="animate.html#Animatable">Animatable</a>:
-        no.</span></dd>
+        no.</span>
+	<p class="issue">CSS3 Fonts does not have a stemv descriptor.</p>
+	</dd>
         <dt id="FontFaceElementStemhAttribute"><span
         class="adef">stemh</span> = "<span class="attr-value"><a
         href="types.html#DataTypeNumber">&lt;number&gt;</a></span>"</dt>
-        <dd>Same syntax and semantics as the <a
-        href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-stemh">
-        <span class="property">'stemh'</span></a> descriptor
+        <dd>Same syntax and semantics as the
+        <span class="property">'stemh'</span> descriptor
         within an <a
-        href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">
+        href="http://www.w3.org/TR/2011/WD-css3-fonts-20111004/#font-face-rule">
         @font-face rule</a>.<br />
          <span class="anim-target"><a
         href="animate.html#Animatable">Animatable</a>:
-        no.</span></dd>
+        no.</span>
+	<p class="issue">CSS3 Fonts does not have a stemh descriptor.</p>
+	</dd>
         <dt id="FontFaceElementSlopeAttribute"><span
         class="adef">slope</span> = "<span class="attr-value"><a
         href="types.html#DataTypeNumber">&lt;number&gt;</a></span>"</dt>
-        <dd>Same syntax and semantics as the <a
-        href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-slope">
-        <span class="property">'slope'</span></a> descriptor
+        <dd>Same syntax and semantics as the
+        <span class="property">'slope'</span> descriptor
         within an <a
         href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">
         @font-face rule</a>. The vertical stroke angle of the font.
         Except for any additional information provided in this
-        specification, the <a href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#matching">normative definition of the attribute</a>
-        is in CSS2 ([<a href="refs.html#ref-CSS2">CSS2</a>], section 15.3.6).<br />
+        specification, the normative definition of the attribute
+        is in CSS2.<br />
          If the attribute is not specified, the effect is as if a
         value of <span class='attr-value'>'0'</span> were specified.<br />
          <span class="anim-target"><a
         href="animate.html#Animatable">Animatable</a>:
-        no.</span></dd>
+        no.</span>
+	<p class="issue">CSS3 Fonts does not have a slope descriptor.</p>
+	</dd>
         <dt id="FontFaceElementCapHeightAttribute"><span
         class="adef">cap-height</span> = "<span
         class="attr-value"><a
         href="types.html#DataTypeNumber">&lt;number&gt;</a></span>"</dt>
-        <dd>Same syntax and semantics as the <a
-        href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-cap-height">
-        <span class="property">'cap-height'</span></a> descriptor
+        <dd>Same syntax and semantics as the
+        <span class="property">'cap-height'</span> descriptor
         within an <a
-        href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">
+        href="http://www.w3.org/TR/2011/WD-css3-fonts-20111004/#font-face-rule">
         @font-face rule</a>. The height of uppercase glyphs in the
         font within the font coordinate system.<br />
          <span class="anim-target"><a
         href="animate.html#Animatable">Animatable</a>:
-        no.</span></dd>
+        no.</span>
+	<p class="issue">CSS3 Fonts does not have a cap-height descriptor.</p>
+	</dd>
         <dt id="FontFaceElementXHeightAttribute"><span
         class="adef">x-height</span> = "<span class="attr-value"><a
         href="types.html#DataTypeNumber">&lt;number&gt;</a></span>"</dt>
-        <dd>Same syntax and semantics as the <a
-        href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-x-height">
-        <span class="property">'x-height'</span></a> descriptor
+        <dd>Same syntax and semantics as the
+        <span class="property">'x-height'</span> descriptor
         within an <a
-        href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">
+        href="http://www.w3.org/TR/2011/WD-css3-fonts-20111004/#font-face-rule">
         @font-face rule</a>. The height of lowercase glyphs in the
         font within the font coordinate system.<br />
          <span class="anim-target"><a
         href="animate.html#Animatable">Animatable</a>:
-        no.</span></dd>
+        no.</span>
+	<p class="issue">CSS3 Fonts does not have an x-height descriptor.</p>
+	</dd>
         <dt id="FontFaceElementAccentHeightAttribute"><span
         class="adef">accent-height</span> = "<span
         class="attr-value"><a
@@ -450,11 +457,10 @@
         <dt id="FontFaceElementAscentAttribute"><span
         class="adef">ascent</span> = "<span class="attr-value"><a
         href="types.html#DataTypeNumber">&lt;number&gt;</a></span>"</dt>
-        <dd>Same syntax and semantics as the <a
-        href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-ascent">
-        <span class="property">'ascent'</span></a> descriptor
+        <dd>Same syntax and semantics as the
+        <span class="property">'ascent'</span> descriptor
         within an <a
-        href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">
+        href="http://www.w3.org/TR/2011/WD-css3-fonts-20111004/#font-face-rule">
         @font-face rule</a>. The maximum unaccented height of the
         font within the font coordinate system.<br />
          If the attribute is not specified, the effect is as if the
@@ -463,15 +469,16 @@
         corresponding font.<br />
          <span class="anim-target"><a
         href="animate.html#Animatable">Animatable</a>:
-        no.</span></dd>
+        no.</span>
+	<p class="issue">CSS3 Fonts does not have an ascent descriptor.</p>
+	</dd>
         <dt id="FontFaceElementDescentAttribute"><span
         class="adef">descent</span> = "<span class="attr-value"><a
         href="types.html#DataTypeNumber">&lt;number&gt;</a></span>"</dt>
-        <dd>Same syntax and semantics as the <a
-        href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-descent">
-        <span class="property">'descent'</span></a> descriptor
+        <dd>Same syntax and semantics as the
+        <span class="property">'descent'</span> descriptor
         within an <a
-        href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">
+        href="http://www.w3.org/TR/2011/WD-css3-fonts-20111004/#font-face-rule">
         @font-face rule</a>. The maximum unaccented depth of the
         font within the font coordinate system.<br />
          If the attribute is not specified, the effect is as if the
@@ -479,31 +486,35 @@
         corresponding font.<br />
          <span class="anim-target"><a
         href="animate.html#Animatable">Animatable</a>:
-        no.</span></dd>
+        no.</span>
+	<p class="issue">CSS3 Fonts does not have a descent descriptor.</p>
+	</dd>
         <dt id="FontFaceElementWidthsAttribute"><span
         class="adef">widths</span> = "<span
         class="attr-value">&lt;string&gt;</span>"</dt>
-        <dd>Same syntax and semantics as the <a
-        href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-widths">
-        <span class="property">'widths'</span></a> descriptor
+        <dd>Same syntax and semantics as the
+        <span class="property">'widths'</span> descriptor
         within an <a
-        href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">
+        href="http://www.w3.org/TR/2011/WD-css3-fonts-20111004/#font-face-rule">
         @font-face rule</a>.<br />
          <span class="anim-target"><a
         href="animate.html#Animatable">Animatable</a>:
-        no.</span></dd>
+        no.</span>
+	<p class="issue">CSS3 Fonts does not have a widths descriptor.</p>
+	</dd>
         <dt id="FontFaceElementBboxAttribute"><span
         class="adef">bbox</span> = "<span
         class="attr-value">&lt;string&gt;</span>"</dt>
-        <dd>Same syntax and semantics as the <a
-        href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-bbox">
-        <span class="property">'bbox'</span></a> descriptor within
+        <dd>Same syntax and semantics as the
+        <span class="property">'bbox'</span> descriptor within
         an <a
-        href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">
+        href="http://www.w3.org/TR/2011/WD-css3-fonts-20111004/#font-face-rule">
         @font-face rule</a>.<br />
          <span class="anim-target"><a
         href="animate.html#Animatable">Animatable</a>:
-        no.</span></dd>
+        no.</span>
+	<p class="issue">CSS3 Fonts does not have a bbox descriptor.</p>
+	</dd>
         <dt id="FontFaceElementIdeographicAttribute"><span
         class="adef">ideographic</span> = "<span
         class="attr-value"><a
@@ -519,34 +530,36 @@
         class="adef">alphabetic</span> = "<span
         class="attr-value"><a
         href="types.html#DataTypeNumber">&lt;number&gt;</a></span>"</dt>
-        <dd>Same syntax and semantics as the <a
-        href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-baseline">
-        <span class="property">'baseline'</span></a> descriptor
+        <dd>Same syntax and semantics as the
+        <span class="property">'baseline'</span> descriptor
         within an <a
-        href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">
+        href="http://www.w3.org/TR/2011/WD-css3-fonts-20111004/#font-face-rule">
         @font-face rule</a>. For horizontally oriented glyph
         layouts, indicates the alignment coordinate for glyphs to
         achieve alphabetic baseline alignment. The value is an
         offset in the font coordinate system.<br />
          <span class="anim-target"><a
         href="animate.html#Animatable">Animatable</a>:
-        no.</span></dd>
+        no.</span>
+	<p class="issue">CSS3 Fonts does not have a baseline descriptor.</p>
+	</dd>
         <dt id="FontFaceElementMathematicalAttribute"><span
         class="adef">mathematical</span> = "<span
         class="attr-value"><a
         href="types.html#DataTypeNumber">&lt;number&gt;</a></span>"</dt>
-        <dd>Same syntax and semantics as the <a
-        href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-mathline">
-        <span class="property">'mathline'</span></a> descriptor
+        <dd>Same syntax and semantics as the
+        <span class="property">'mathline'</span> descriptor
         within an <a
-        href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">
+        href="http://www.w3.org/TR/2011/WD-css3-fonts-20111004/#font-face-rule">
         @font-face rule</a>. For horizontally oriented glyph
         layouts, indicates the alignment coordinate for glyphs to
         achieve mathematical baseline alignment. The value is an
         offset in the font coordinate system.<br />
          <span class="anim-target"><a
         href="animate.html#Animatable">Animatable</a>:
-        no.</span></dd>
+        no.</span>
+	<p class="issue">CSS3 Fonts does not have a mathline descriptor.</p>
+	</dd>
         <dt id="FontFaceElementHangingAttribute"><span
         class="adef">hanging</span> = "<span class="attr-value"><a
         href="types.html#DataTypeNumber">&lt;number&gt;</a></span>"</dt>
@@ -659,11 +672,11 @@
 
 <p>The following elements and attributes correspond to the
 <span class="property">'src'</span> descriptor within an
-@font-face rule. (Refer to the descriptions of the
-<a href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">@font-face rule</a> and
-<a href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-src">'src' descriptor</a>
-in the CSS2 specification ([<a href="refs.html#ref-CSS2">CSS2</a>],
-sections 15.3.1 and 15.3.5.)</p>
+@font-face rule. Refer to the descriptions of the
+<a href="http://www.w3.org/TR/2011/WD-css3-fonts-20111004/#font-face-rule">@font-face rule</a> and
+<a href="http://www.w3.org/TR/2011/WD-css3-fonts-20111004/#src-desc">'src' descriptor</a>
+in the CSS 2.1 specification ([<a href="refs.html#ref-CSS21">CSS21</a>],
+sections 4.1 and 4.3.)</p>
 
 <h3 id="FontFaceSrcElement">The <span class="element-name">'font-face-src'</span> element</h3>
 
@@ -673,10 +686,10 @@
 <a>'font-face-uri'</a> and <a>'font-face-format'</a> elements described in the
 following sections, correspond to the <span class='property'>'src'</span>
 descriptor within an @font-face rule.  (Refer to the descriptions of the
-<a href='http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions'>@font-face rule</a>
-and <a href='http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-src'>'src' descriptor</a>
-in the CSS2 specification ([<a href='refs.html#ref-CSS2'>CSS2</a>], sections
-15.3.1 and 15.3.5).</p>
+<a href='http://www.w3.org/TR/2011/WD-css3-fonts-20111004/#src-desc'>@font-face rule</a>
+and <a href='http://www.w3.org/TR/2011/WD-css3-fonts-20111004/#src-desc'>'src' descriptor</a>
+in the CSS3 Fonts specification ([<a href='refs.html#ref-CSS3FONTS'>CSS3FONTS</a>], sections
+4.1 and 4.3.)</p>
 
 <p>A <a>'font-face-src'</a> element contains <a>'font-face-uri'</a> and
 <a>'font-face-name'</a> elements, which are used for referencing external
@@ -739,12 +752,12 @@
       The <a>'string'</a> attribute is a hint to the user agent, and specifies
       a list of formats that the font referenced by the parent <a>'font-face-uri'</a>
       element supports.  The syntax of the attribute value is a format string
-      <a href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#referencing">as defined in CSS2</a>,
+      as defined in CSS2,
       such as <span class='attr-value'>'truetype'</span>.  Refer to the description of the
-      <a href='http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#referencing'>'src' descriptor</a>
-      in CSS2 for details on how the format hint is interpreted
-      ([<a href='refs.html#ref-CSS2'>CSS2</a>], section 15.3.5).<br/>
+      'src' descriptor
+      in CSS2 for details on how the format hint is interpreted.<br/>
       <span class="anim-target"><a href="animate.html#Animatable">Animatable</a>: no.</span>
+      <p class="issue">CSS3 Fonts does not have format strings.</p>
     </dd>
   </dl>
 </div>
@@ -771,9 +784,9 @@
       the syntax allowed between the parentheses of the <span class='prop-value'>local(…)</span>
       clause in an @font-face rule <span class='property'>'src'</span> descriptor,
       the font name specified in this attribute is not surrounded in single or
-      double quotes.  Refer to the description of the <a href='http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#referencing'>'src' descriptor</a>
-      in CSS2 for details on how the font name is interpreted
-      ([<a href='refs.html#ref-CSS2'>CSS2</a>], section 15.3.5).<br/>
+      double quotes.  Refer to the description of the <a href='http://www.w3.org/TR/2011/WD-css3-fonts-20111004/#src-desc'>'src' descriptor</a>
+      in CSS3 Fonts for details on how the font name is interpreted
+      ([<a href='refs.html#ref-CSS3FONTS'>CSS3FONTS</a>], section 4.3).<br/>
       <span class="anim-target"><a href="animate.html#Animatable">Animatable</a>: no.</span>
     </dd>
   </dl>
@@ -823,9 +836,8 @@
 
 <p>The characteristics and attributes of SVG fonts correspond
 closely to the font characteristics and parameters described in
-the <a href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html">Fonts chapter</a>
-of the <a href="http://www.w3.org/TR/2008/REC-CSS2-20080411/"><cite>Cascading Style Sheets (CSS) level 2</cite></a>
-specification ([<a href="http://www.w3.org/TR/2008/REC-CSS2-20080411/">CSS2</a>], chapter 15). In this model,
+the <a href="http://www.w3.org/TR/2011/WD-css3-fonts-20111004/">CSS Fonts Modules Level 3 specification</a>
+[<a href="refs.html#ref-CSS3FONTS">CSS3FONTS</a>]. In this model,
 various font metrics, such as advance values and baseline
 locations, and the glyph outlines themselves, are expressed in
 units that are relative to an abstract square whose height is
@@ -889,8 +901,8 @@
 ]]></pre>
 
 <p>Here is an example of how you might use the
-<a href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">CSS @font-face facility</a>
-([<a href="refs.html#ref-CSS2">CSS2</a>], section 15.3.1) to reference an SVG font which is saved
+<a href="http://www.w3.org/TR/2011/WD-css3-fonts-20111004/#font-face-rule">CSS @font-face facility</a>
+([<a href="refs.html#ref-CSS3FONTS">CSS3FONTS</a>], section 4.1) to reference an SVG font which is saved
 in an external file. First referenced SVG font file:</p>
 
 <pre><![CDATA[
@@ -1233,13 +1245,13 @@
 href="styling.html#StylingWithCSS">Styling with CSS</a>, the
 conceptual deep cloning of the referenced <a>'glyph'</a> element into a non-exposed
 DOM tree also copies any property values resulting from
-<a href="http://www.w3.org/TR/2008/REC-CSS2-20080411/cascade.html">the CSS cascade</a>
-([<a href="refs.html#ref-CSS2">CSS2</a>], chapter 6)
+<a href="http://www.w3.org/TR/2011/REC-CSS2-20110607/cascade.html">the CSS cascade</a>
+([<a href="refs.html#ref-CSS21">CSS21</a>], chapter 6)
 on the referenced <a>'glyph'</a> and
 its contents, and also applies any property values on the
-<a>'font element'</a> element. CSS2 selectors
+<a>'font element'</a> element. CSS 2.1 selectors
 can be applied to the original (i.e., referenced) elements
-because they are part of the formal document structure. CSS2
+because they are part of the formal document structure. CSS 2.1
 selectors cannot be applied to the (conceptually) cloned DOM
 tree because its contents are not part of the formal document
 structure.</p>
@@ -1389,8 +1401,8 @@
         attribute to the <a>'glyph'</a> element for a
         description of how to express individual Unicode
         characters) and/or ranges of Unicode characters (see
-        <a href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#dataqual">description of ranges of Unicode characters in CSS2</a>;
-        [<a href="refs.html#ref-CSS2">CSS2</a>], section 15.3.3) which
+        <a href="http://www.w3.org/TR/2011/WD-css3-fonts-20111004/#unicode-range-desc">description of ranges of Unicode characters in CSS2</a>;
+        [<a href="refs.html#ref-CSS3FONTS">CSS3FONTS</a>], section 4.5) which
         identify a set of possible first glyphs in the kerning
         pair. If a given Unicode character within the set has
         multiple corresponding <a>'glyph'</a> elements (i.e.,