csswg/css3-fonts Overview.html,1.16,1.17

Update of /sources/public/csswg/css3-fonts
In directory hutz:/tmp/cvs-serv9745

Modified Files:
	Overview.html 
Log Message:
fixing missing anchors

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-fonts/Overview.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Overview.html	22 Mar 2011 17:36:42 -0000	1.16
+++ Overview.html	23 Mar 2011 06:58:22 -0000	1.17
@@ -101,7 +101,7 @@
   }
   
   </style>
-  <link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
+  <link href="http://www.w3.org/StyleSheets/TR/W3C-WD.css" rel=stylesheet
   type="text/css">
 
  <body>
@@ -116,10 +116,10 @@
 
    <dl id=authors>
     <dt>This version:</dt>
-    <dd><a href="http://dev.w3.org/csswg/css3-fonts/">http://dev.w3.org/csswg/css3-fonts/</a>
+    <!-- <dd><a href="http://dev.w3.org/csswg/css3-fonts/">http://dev.w3.org/csswg/css3-fonts/</a> -->
 
-    <!--<dd><a
-     href="http://www.w3.org/TR/2011/WD-css3-fonts-20110324">http://www.w3.org/TR/2011/WD-css3-fonts-20110324</a>-->
+    <dd><a
+     href="http://www.w3.org/TR/2011/WD-css3-fonts-20110324">http://www.w3.org/TR/2011/WD-css3-fonts-20110324</a>
      
 
     <dt>Latest version:
@@ -834,9 +834,10 @@
      <td>see description
   </table>
 
-  <p>The <a class=noxref href="#font-weight"><span class=property>‘<code
-   class=property>font-weight</code>’</span></a> property specifies weight
-   of glyphs in the font, their degree of blackness or stroke thickness.
+  <p>The <a class=noxref href="#font-weight-prop"><span
+   class=property>‘<code class=property>font-weight</code>’</span></a>
+   property specifies weight of glyphs in the font, their degree of blackness
+   or stroke thickness.
 
   <p>Values have the following meanings:
 
@@ -1057,10 +1058,11 @@
      <td>as specified
   </table>
 
-  <p>The <a class=noxref href="#font-stretch"><span class=property>‘<code
-   class=property>font-stretch</code>’</span></a> property selects a
-   normal, condensed, or expanded face from a font family. Absolute keyword
-   values have the following ordering, from narrowest to widest:
+  <p>The <a class=noxref href="#font-stretch-prop"><span
+   class=property>‘<code class=property>font-stretch</code>’</span></a>
+   property selects a normal, condensed, or expanded face from a font family.
+   Absolute keyword values have the following ordering, from narrowest to
+   widest:
 
   <ul>
    <li>Ultra Condensed
@@ -1144,13 +1146,14 @@
      <td>as specified
   </table>
 
-  <p>The <a class=noxref href="#font-style"><span class=property>‘<code
-   class=property>font-style</code>’</span></a> property allows italic or
-   oblique faces to be selected. Italic forms are generally cursive in nature
-   while oblique faces are typically sloped versions of the regular face.
-   Oblique faces can be simulated by artificially sloping the glyphs of the
-   regular face. Compare the artificially sloped renderings of Palatino
-   ‘<code class=property>a</code>’ and Baskerville ‘<code
+  <p>The <a class=noxref href="#font-style-prop"><span
+   class=property>‘<code class=property>font-style</code>’</span></a>
+   property allows italic or oblique faces to be selected. Italic forms are
+   generally cursive in nature while oblique faces are typically sloped
+   versions of the regular face. Oblique faces can be simulated by
+   artificially sloping the glyphs of the regular face. Compare the
+   artificially sloped renderings of Palatino ‘<code
+   class=property>a</code>’ and Baskerville ‘<code
    class=property>N</code>’ in grey with the actual italic versions:
 
   <div class=figure><img alt="artificial sloping vs. real italics"
@@ -1380,9 +1383,10 @@
    certain font sizes.
 
   <p>Child elements inherit the computed <a class=noxref
-   href="#font-size"><span class=property>‘<code
+   href="#font-size-prop"><span class=property>‘<code
    class=property>font-size</code>’</span></a> value (otherwise, the effect
-   of <a class=noxref href="#font-size-adjust"><span class=property>‘<code
+   of <a class=noxref href="#font-size-adjust-prop"><span
+   class=property>‘<code
    class=property>font-size-adjust</code>’</span></a> would compound).
 
   <div class=example>

Received on Wednesday, 23 March 2011 06:58:26 UTC