[css-fonts] whitespace cleanup

Thu, 30 May 2013 11:41:35 +0900

author
John Daggett <jdaggett@mozilla.com>
date
Thu, 30 May 2013 11:41:35 +0900
changeset 8277
a09de2f3e565
parent 8276
bf52664a49ae
child 8278
830aa2109226

[css-fonts] whitespace cleanup

css-fonts/Fonts.html file | annotate | diff | comparison | revisions
     1.1 --- a/css-fonts/Fonts.html	Thu May 30 11:39:14 2013 +0900
     1.2 +++ b/css-fonts/Fonts.html	Thu May 30 11:41:35 2013 +0900
     1.3 @@ -21,7 +21,7 @@
     1.4    body, th, td, h1, h2, h3, h4, h5, h6 {
     1.5      font-family: "myriad-pro", sans-serif !important;
     1.6    }
     1.7 -  
     1.8 +
     1.9    body {
    1.10      padding: 2em 70px 2em 70px;
    1.11    }
    1.12 @@ -38,32 +38,32 @@
    1.13    #bolderlighter th {
    1.14      text-align: center;
    1.15    }
    1.16 -  
    1.17 +
    1.18    #fontformats td, #eventhandlers td, #fontformats th, #eventhandlers th {
    1.19      padding-right: 2em;
    1.20      text-align: left;
    1.21    }
    1.22 -  
    1.23 +
    1.24    dd {
    1.25      margin-bottom: 1em;
    1.26    }
    1.27 -  
    1.28 +
    1.29    #authors dd {
    1.30      margin-bottom: 0;
    1.31    }
    1.32 -  
    1.33 +
    1.34    #fontstylematchingalg {
    1.35      list-style-type: lower-alpha;
    1.36    }
    1.37 -  
    1.38 +
    1.39    #fontmatchingalg ul, #fontmatchingalg ol {
    1.40      margin-top: 0.8em;
    1.41    }
    1.42 -  
    1.43 +
    1.44    #fontmatchingalg li + li {
    1.45      margin-top: 0.8em;
    1.46    }
    1.47 -  
    1.48 +
    1.49    div.example {
    1.50      padding: 1em;
    1.51      margin-top: 1em;
    1.52 @@ -72,17 +72,17 @@
    1.53    div.example + div.example {
    1.54      margin-top: 2em;
    1.55    }
    1.56 -  
    1.57 +
    1.58    div.figure {
    1.59      page-break-inside: avoid;
    1.60    }
    1.61  
    1.62    pre.prod { white-space: pre-wrap; margin: 1em 0 1em 2em }
    1.63 -  
    1.64 -  div.featex { 
    1.65 +
    1.66 +  div.featex {
    1.67      width: 700px;
    1.68    }
    1.69 -  
    1.70 +
    1.71    div.featex img {
    1.72      margin: auto;
    1.73      display: block;
    1.74 @@ -112,7 +112,7 @@
    1.75  
    1.76     <h1>CSS Fonts Module Level 3</h1>
    1.77  
    1.78 -   <h2 class="no-num no-toc" id=editors-draft-29-may-2013>Editor's Draft 29
    1.79 +   <h2 class="no-num no-toc" id=editors-draft-30-may-2013>Editor's Draft 30
    1.80      May 2013</h2>
    1.81  
    1.82     <dl id=authors>
    1.83 @@ -120,7 +120,7 @@
    1.84  
    1.85      <dd><a
    1.86       href="http://dev.w3.org/csswg/css-fonts/">http://dev.w3.org/csswg/css-fonts/</a>
    1.87 -     <!-- <dd><a href="http://www.w3.org/TR/2013/ED-css3-fonts-20130529/">http://www.w3.org/TR/2013/ED-css3-fonts-20130529/</a> -->
    1.88 +     <!-- <dd><a href="http://www.w3.org/TR/2013/ED-css3-fonts-20130530/">http://www.w3.org/TR/2013/ED-css3-fonts-20130530/</a> -->
    1.89       
    1.90  
    1.91      <dt>Latest version:
    1.92 @@ -465,9 +465,9 @@
    1.93     within that family to be used when rendering that text. As a simple
    1.94     example, to use the bold form of Helvetica one could use:
    1.95  
    1.96 -  <pre>body { 
    1.97 -    font-family: Helvetica; 
    1.98 -    font-weight: bold; 
    1.99 +  <pre>body {
   1.100 +    font-family: Helvetica;
   1.101 +    font-weight: bold;
   1.102  }</pre>
   1.103  
   1.104    <p>Font resources may be installed locally on the system on which a user
   1.105 @@ -682,8 +682,8 @@
   1.106    <p>Consider the example below:
   1.107  
   1.108    <div class=example>
   1.109 -   <pre>body { 
   1.110 -    font-family: Helvetica, Verdana, sans-serif; 
   1.111 +   <pre>body {
   1.112 +    font-family: Helvetica, Verdana, sans-serif;
   1.113  }</pre>
   1.114  
   1.115     <p>If Helvetica is available it will be used when rendering. If neither
   1.116 @@ -964,7 +964,7 @@
   1.117    </ul>
   1.118  
   1.119    <dl>
   1.120 -   <dt><a href="#normal2"><strong>normal</strong></a>
   1.121 +   <dt><a href="#normal3"><strong>normal</strong></a>
   1.122  
   1.123     <dd>Same as ‘<code class=css>400</code>’.
   1.124  
   1.125 @@ -1270,9 +1270,9 @@
   1.126     <p class=caption>Artificial sloping versus real italics
   1.127    </div>
   1.128  
   1.129 -  <p>A value of ‘<a href="#normal2"><code
   1.130 +  <p>A value of ‘<a href="#normal3"><code
   1.131     class=property>normal</code></a>’ selects a face that is classified as
   1.132 -   ‘<a href="#normal2"><code class=property>normal</code></a>’, while
   1.133 +   ‘<a href="#normal3"><code class=property>normal</code></a>’, while
   1.134     ‘<code class=property>oblique</code>’ selects a font that is labeled
   1.135     ‘<code class=property>oblique</code>’. A value of ‘<code
   1.136     class=property>italic</code>’ selects a font that is labeled ‘<code
   1.137 @@ -1597,8 +1597,8 @@
   1.138     <p>The style defined below defines Verdana as the desired font family, but
   1.139      if Verdana is not available Futura or Times will be used.</p>
   1.140  
   1.141 -   <pre>p { 
   1.142 -    font-family: Verdana, Futura, Times; 
   1.143 +   <pre>p {
   1.144 +    font-family: Verdana, Futura, Times;
   1.145  }
   1.146  
   1.147  &lt;p>Lorem ipsum dolor sit amet, ...&lt;/p>
   1.148 @@ -1630,8 +1630,7 @@
   1.149     whether it is substituted or not. Values have the following meanings:
   1.150  
   1.151    <dl>
   1.152 -   <dt><a href="#font-variant-ligatures-none-value"><strong>none</strong></a>
   1.153 -    
   1.154 +   <dt><a href="#none"><strong>none</strong></a>
   1.155  
   1.156     <dd>Do not preserve the font's x-height.
   1.157  
   1.158 @@ -1652,7 +1651,7 @@
   1.159  
   1.160     <dd>Specifies the aspect value used in the calculation below to calculate
   1.161      the adjusted font size:
   1.162 -    <pre>c  =  ( a / a' ) s 
   1.163 +    <pre>c  =  ( a / a' ) s
   1.164  </pre>
   1.165  
   1.166      <p>where:</p>
   1.167 @@ -1853,7 +1852,7 @@
   1.168      class=property>font-variant</code></a>’</span> and <span
   1.169      class=property>‘<a href="#propdef-font-weight"><code
   1.170      class=property>font-weight</code></a>’</span> explicitly, so these
   1.171 -    properties receive their initial values (‘<a href="#normal2"><code
   1.172 +    properties receive their initial values (‘<a href="#normal3"><code
   1.173      class=property>normal</code></a>’). Notice that the font family name
   1.174      "new century schoolbook", which contains spaces, is enclosed in quotes.
   1.175      The fourth rule sets the <span class=property>‘<a
   1.176 @@ -1865,7 +1864,7 @@
   1.177      class=property>italic</code>’, and implicitly sets <span
   1.178      class=property>‘<a href="#propdef-font-variant"><code
   1.179      class=property>font-variant</code></a>’</span> to ‘<a
   1.180 -    href="#normal2"><code class=property>normal</code></a>’.
   1.181 +    href="#normal3"><code class=property>normal</code></a>’.
   1.182  
   1.183     <p> The fifth rule sets the <span class=property>‘<a
   1.184      href="#propdef-font-variant"><code
   1.185 @@ -1878,7 +1877,7 @@
   1.186      the <span class=property>‘<a href="#descdef-font-family"><code
   1.187      class=property>font-family</code></a>’</span> (‘<a
   1.188      href="#fantasy"><code class=property>fantasy</code></a>’). It follows
   1.189 -    that the keyword ‘<a href="#normal2"><code
   1.190 +    that the keyword ‘<a href="#normal3"><code
   1.191      class=property>normal</code></a>’ applies to the two remaining
   1.192      properties: <span class=property>‘<a href="#propdef-font-style"><code
   1.193      class=property>font-style</code></a>’</span> and <span
   1.194 @@ -1997,7 +1996,7 @@
   1.195    font-size: 9pt;
   1.196    line-height: normal;
   1.197    font-family: Charcoal
   1.198 -} 
   1.199 +}
   1.200  </pre>
   1.201    </div>
   1.202    <!-- prop: font-synthesis -->
   1.203 @@ -2059,8 +2058,7 @@
   1.204     If ‘<a href="#weight"><code class=property>weight</code></a>’ is not
   1.205     specified, user agents must not synthesize bold faces and if ‘<code
   1.206     class=property>style</code>’ is not specified user agents must not
   1.207 -   synthesize italic faces. A value of ‘<a
   1.208 -   href="#font-variant-ligatures-none-value"><code
   1.209 +   synthesize italic faces. A value of ‘<a href="#none"><code
   1.210     class=property>none</code></a>’ disallows all synthetic faces.
   1.211  
   1.212    <div class=example>
   1.213 @@ -2400,7 +2398,7 @@
   1.214     <pre>
   1.215  @font-face {
   1.216    font-family: Headline;
   1.217 -  src: local(Futura-Medium), 
   1.218 +  src: local(Futura-Medium),
   1.219         url(fonts.svg#MyGeometricModern) format("svg");
   1.220  }
   1.221  </pre>
   1.222 @@ -2420,7 +2418,7 @@
   1.223  @font-face {
   1.224    font-family: Hoefler Text Ornaments;
   1.225    /* has the same font properties as Hoefler Text Regular */
   1.226 -  src: local(HoeflerText-Ornaments); 
   1.227 +  src: local(HoeflerText-Ornaments);
   1.228  }
   1.229  </pre>
   1.230  
   1.231 @@ -2736,7 +2734,7 @@
   1.232    unicode-range: U+3000-9FFF, U+ff??;
   1.233  }
   1.234  
   1.235 -/* Latin, Greek, Cyrillic along with some 
   1.236 +/* Latin, Greek, Cyrillic along with some
   1.237     punctuation and symbols - size: 190KB */
   1.238  @font-face {
   1.239    font-family: DroidSans;
   1.240 @@ -2948,14 +2946,14 @@
   1.241  
   1.242    <pre>
   1.243  /* same origin (i.e. domain, protocol, port match document) */
   1.244 -src: url(fonts/simple.ttf);                     
   1.245 -src: url(//fonts/simple.ttf);                     
   1.246 +src: url(fonts/simple.ttf);
   1.247 +src: url(//fonts/simple.ttf);
   1.248  
   1.249  /* cross origin, different protocol */
   1.250 -src: url(https://example.com/fonts/simple.ttf);              
   1.251 +src: url(https://example.com/fonts/simple.ttf);
   1.252  
   1.253  /* cross origin, different domain */
   1.254 -src: url(http://another.example.com/fonts/simple.ttf); 
   1.255 +src: url(http://another.example.com/fonts/simple.ttf);
   1.256  </pre>
   1.257  
   1.258    <h4 id=allowing-cross-origin-font-loading><span class=secno>4.9.2
   1.259 @@ -3089,7 +3087,7 @@
   1.260        exactly matches the width value the nearest width is used instead. If
   1.261        the value of ‘<a href="#propdef-font-stretch"><code
   1.262        class=property>font-stretch</code></a>’ is ‘<a
   1.263 -      href="#normal2"><code class=property>normal</code></a>’ or one of the
   1.264 +      href="#normal3"><code class=property>normal</code></a>’ or one of the
   1.265        condensed values, narrower width values are checked first, then wider
   1.266        values. If the value of ‘<a href="#propdef-font-stretch"><code
   1.267        class=property>font-stretch</code></a>’ is one of the expanded
   1.268 @@ -3105,7 +3103,7 @@
   1.269        oblique, then normal faces. If the value is ‘<code
   1.270        class=property>oblique</code>’, oblique faces are checked first, then
   1.271        italic faces and then normal faces. If the value is ‘<a
   1.272 -      href="#normal2"><code class=property>normal</code></a>’, normal faces
   1.273 +      href="#normal3"><code class=property>normal</code></a>’, normal faces
   1.274        are checked first, then oblique faces, then italic faces. Faces with
   1.275        other style values are excluded from the matching set. User agents are
   1.276        permitted to distinguish between italic and oblique faces within
   1.277 @@ -3508,7 +3506,7 @@
   1.278    <p>When set to ‘<code class=property>auto</code>’, user agents can
   1.279     determine whether to apply kerning or not based on a number of factors:
   1.280     text size, script, or other factors that influence text processing speed.
   1.281 -   Authors who want proper kerning should use ‘<a href="#normal2"><code
   1.282 +   Authors who want proper kerning should use ‘<a href="#normal3"><code
   1.283     class=property>normal</code></a>’ to explicitly enable kerning.
   1.284     Likewise, some authors may prefer to disable kerning in situations where
   1.285     performance is more important than precise appearance. However, in
   1.286 @@ -3594,17 +3592,16 @@
   1.287    <p>Individual values have the following meanings:
   1.288  
   1.289    <dl>
   1.290 -   <dt><dfn id=font-variant-ligatures-normal-value
   1.291 -    title="font-variant-ligatures normal value">normal</dfn>
   1.292 -
   1.293 -   <dd>A value of ‘<a href="#normal2"><code
   1.294 +   <dt><dfn id=normal>normal</dfn>
   1.295 +
   1.296 +   <dd>A value of ‘<a href="#normal3"><code
   1.297      class=property>normal</code></a>’ specifies that common default
   1.298      features are enabled, <a href="#font-feature-resolution">as described in
   1.299      detail in the next section</a>. For OpenType fonts, common ligatures and
   1.300      contextual forms are on by default, discretionary and historical
   1.301      ligatures are not.
   1.302  
   1.303 -   <dt><dfn id=font-variant-ligatures-none-value>none</dfn>
   1.304 +   <dt><dfn id=none>none</dfn>
   1.305  
   1.306     <dd>Specifies that all types of ligatures and contextual forms covered by
   1.307      this property are explicitly disabled. In situations where ligatures are
   1.308 @@ -3628,8 +3625,8 @@
   1.309     <dt><dfn id=discretionary-ligatures>discretionary-ligatures</dfn>
   1.310  
   1.311     <dd>Enables display of discretionary ligatures (OpenType feature: <span
   1.312 -    class=tag>dlig</span>). Which ligatures are discretionary, or optional,
   1.313 -    is decided by the type designer so authors will need to refer to the
   1.314 +    class=tag>dlig</span>). Which ligatures are discretionary or optional is
   1.315 +    decided by the type designer, so authors will need to refer to the
   1.316      documentation of a given font to understand which ligatures are
   1.317      considered discretionary.
   1.318    </dl>
   1.319 @@ -3675,8 +3672,7 @@
   1.320    </dl>
   1.321  
   1.322    <p>Required ligatures, needed for correctly rendering complex scripts, are
   1.323 -   not affected by the settings above, including ‘<a
   1.324 -   href="#font-variant-ligatures-none-value"><code
   1.325 +   not affected by the settings above, including ‘<a href="#none"><code
   1.326     class=property>none</code></a>’ (OpenType feature: <span
   1.327     class=tag>rlig</span>).</p>
   1.328    <!-- prop: font-variant-position -->
   1.329 @@ -3749,7 +3745,7 @@
   1.330    <p>The values ‘<code class=property>sub</code>’ and ‘<code
   1.331     class=property>super</code>’ imply the appropriate variant glyph is
   1.332     displayed when available in the font (OpenType features: <span
   1.333 -   class=tag>subs, sups</span>). A value of ‘<a href="#normal2"><code
   1.334 +   class=tag>subs, sups</span>). A value of ‘<a href="#normal3"><code
   1.335     class=property>normal</code></a>’ specifies neither of these alternate
   1.336     glyphs are substituted.
   1.337  
   1.338 @@ -3800,7 +3796,7 @@
   1.339     superscript glyph. Images contained within text runs where the value of
   1.340     this property is ‘<code class=property>sub</code>’ or ‘<code
   1.341     class=property>super</code>’ will be drawn just as they would if the
   1.342 -   value was ‘<a href="#normal2"><code class=property>normal</code></a>’.
   1.343 +   value was ‘<a href="#normal3"><code class=property>normal</code></a>’.
   1.344     Likewise, text decorations such as underlines or emphasis marks will
   1.345     render in the same position as they would for the default glyphs, since
   1.346     this property does not affect the baseline position.
   1.347 @@ -3904,7 +3900,7 @@
   1.348    <p>Individual values have the following meanings:
   1.349  
   1.350    <dl>
   1.351 -   <dt><dfn id=normal>normal</dfn>
   1.352 +   <dt><dfn id=normal0>normal</dfn>
   1.353  
   1.354     <dd>None of the features listed below are enabled.
   1.355  
   1.356 @@ -4111,7 +4107,7 @@
   1.357    <p>Individual values have the following meanings:
   1.358  
   1.359    <dl>
   1.360 -   <dt><dfn id=normal0>normal</dfn>
   1.361 +   <dt><dfn id=normal1>normal</dfn>
   1.362  
   1.363     <dd>None of the features listed below are enabled.
   1.364  
   1.365 @@ -4285,7 +4281,7 @@
   1.366    <p>Individual values have the following meanings:
   1.367  
   1.368    <dl>
   1.369 -   <dt><dfn id=normal1>normal</dfn>
   1.370 +   <dt><dfn id=normal2>normal</dfn>
   1.371  
   1.372     <dd>None of the features listed below are enabled.
   1.373  
   1.374 @@ -4542,13 +4538,13 @@
   1.375    }
   1.376  
   1.377  page.css:
   1.378 -  
   1.379 +
   1.380    @font-feature-values Mercury Serif {
   1.381      @styleset {
   1.382        geometric-m: 7; /* alternate version of m */
   1.383      }
   1.384    }
   1.385 -  
   1.386 +
   1.387    body {
   1.388      font-family: Mercury Serif, serif;
   1.389  
   1.390 @@ -4606,7 +4602,7 @@
   1.391     are ignored but do not generate a syntax error when parsed.
   1.392  
   1.393    <pre>@font-feature-values Mars Serif {
   1.394 -  @styleset { 
   1.395 +  @styleset {
   1.396      alt-g: 1;        /* implies ss01 = 1 */
   1.397      curly-quotes: 3; /* implies ss03 = 1 */
   1.398      code: 4 5;       /* implies ss04 = 1, ss05 = 1 */
   1.399 @@ -4683,7 +4679,7 @@
   1.400      leo-M: 13 3;
   1.401      leo-alt-N: 14 1;
   1.402      leo-N: 14 2;
   1.403 -    leo-T: 20 1; 
   1.404 +    leo-T: 20 1;
   1.405      leo-U: 21 2;
   1.406      leo-alt-U: 21 4;
   1.407    }
   1.408 @@ -4694,7 +4690,7 @@
   1.409                  character-variant(leo-B, leo-M, leo-N, leo-T, leo-U);
   1.410  }
   1.411  
   1.412 -span.alt-N { 
   1.413 +span.alt-N {
   1.414    font-variant-alternates: character-variant(leo-alt-N);
   1.415  }
   1.416  
   1.417 @@ -4704,7 +4700,7 @@
   1.418  
   1.419  &lt;p>ENO....UP͞RSTU&lt;span class="alt-U">U&lt;/span>͞&lt;span class="alt-U">U&lt;/span>ΚΑΙTỤẠG̣IUPNS&lt;/p>
   1.420  
   1.421 -&lt;p>LEON|ΚΑΙCONSTA|NTI&lt;span class="alt-N">N&lt;/span>OS..|STOIBAṢ.|LIṢROM|AIO&lt;span class="alt-N">N&lt;/span>&lt;/p> 
   1.422 +&lt;p>LEON|ΚΑΙCONSTA|NTI&lt;span class="alt-N">N&lt;/span>OS..|STOIBAṢ.|LIṢROM|AIO&lt;span class="alt-N">N&lt;/span>&lt;/p>
   1.423  </pre>
   1.424    </div>
   1.425  
   1.426 @@ -4777,7 +4773,7 @@
   1.427    <p>Individual values have the following meanings:
   1.428  
   1.429    <dl>
   1.430 -   <dt><dfn id=normal2>normal</dfn>
   1.431 +   <dt><dfn id=normal3>normal</dfn>
   1.432  
   1.433     <dd>None of the features listed below are enabled.
   1.434  
   1.435 @@ -4948,17 +4944,15 @@
   1.436       <td>see individual properties
   1.437    </table>
   1.438  
   1.439 -  <p>The value ‘<a href="#normal2"><code
   1.440 +  <p>The value ‘<a href="#normal3"><code
   1.441     class=property>normal</code></a>’ resets all other font feature
   1.442 -   properties to their inital value. The ‘<a
   1.443 -   href="#font-variant-ligatures-none-value"><code
   1.444 +   properties to their inital value. The ‘<a href="#none"><code
   1.445     class=property>none</code></a>’ value sets ‘<a
   1.446     href="#propdef-font-variant-ligatures"><code
   1.447     class=property>font-variant-ligatures</code></a>’ to ‘<a
   1.448 -   href="#font-variant-ligatures-none-value"><code
   1.449 -   class=property>none</code></a>’ and resets all other font feature
   1.450 -   properties to their initial value. Like other shorthands, using ‘<a
   1.451 -   href="#propdef-font-variant"><code
   1.452 +   href="#none"><code class=property>none</code></a>’ and resets all other
   1.453 +   font feature properties to their initial value. Like other shorthands,
   1.454 +   using ‘<a href="#propdef-font-variant"><code
   1.455     class=property>font-variant</code></a>’ resets unspecified font-variant
   1.456     subproperties to their initial values. It does not reset the values of
   1.457     either ‘<a href="#propdef-font-language-override"><code
   1.458 @@ -5022,7 +5016,7 @@
   1.459    <p>This property provides low-level control over OpenType font features. It
   1.460     is intended as a way of providing access to font features that are not
   1.461     widely used but are needed for a particular use case. A value of ‘<a
   1.462 -   href="#normal2"><code class=property>normal</code></a>’ means that no
   1.463 +   href="#normal3"><code class=property>normal</code></a>’ means that no
   1.464     change in glyph selection or positioning occurs due to this property.
   1.465  
   1.466    <p>
   1.467 @@ -5161,7 +5155,7 @@
   1.468       <td>no
   1.469    </table>
   1.470  
   1.471 -  <p>The value of ‘<a href="#normal2"><code
   1.472 +  <p>The value of ‘<a href="#normal3"><code
   1.473     class=property>normal</code></a>’ specifies that when rendering with
   1.474     OpenType fonts the content language of the element is used to infer the
   1.475     OpenType language system. The value of the &lt;string&gt; is a single
   1.476 @@ -5237,7 +5231,7 @@
   1.477     class=property>font-variant</code></a>’ and ‘<a
   1.478     href="#propdef-font-feature-settings"><code
   1.479     class=property>font-feature-settings</code></a>’ properties is ‘<a
   1.480 -   href="#normal2"><code class=property>normal</code></a>’. Individual
   1.481 +   href="#normal3"><code class=property>normal</code></a>’. Individual
   1.482     features are only disabled when explicitly overridden by the author, as
   1.483     when ‘<a href="#propdef-font-variant-ligatures"><code
   1.484     class=property>font-variant-ligatures</code></a>’ is set to ‘<a
   1.485 @@ -5312,12 +5306,12 @@
   1.486     <p>With the styles below, numbers are rendered proportionally when used
   1.487      within a paragraph but are shown in tabular form within tables of prices:</p>
   1.488  
   1.489 -   <pre>body { 
   1.490 -  font-variant-numeric: proportional-nums; 
   1.491 +   <pre>body {
   1.492 +  font-variant-numeric: proportional-nums;
   1.493  }
   1.494  
   1.495  table.prices td {
   1.496 -  font-variant-numeric: tabular-nums; 
   1.497 +  font-variant-numeric: tabular-nums;
   1.498  }
   1.499  </pre>
   1.500    </div>
   1.501 @@ -5338,7 +5332,7 @@
   1.502  }
   1.503  
   1.504  table.prices td {
   1.505 -  font-variant-numeric: tabular-nums; 
   1.506 +  font-variant-numeric: tabular-nums;
   1.507  }
   1.508  </pre>
   1.509  
   1.510 @@ -6169,10 +6163,6 @@
   1.511     <li>font-variant-ligatures, <a href="#propdef-font-variant-ligatures"
   1.512      title=font-variant-ligatures><strong>6.4</strong></a>
   1.513  
   1.514 -   <li>font-variant-ligatures normal value, <a
   1.515 -    href="#font-variant-ligatures-normal-value" title="font-variant-ligatures
   1.516 -    normal value"><strong>6.4</strong></a>
   1.517 -
   1.518     <li>font-variant-numeric, <a href="#propdef-font-variant-numeric"
   1.519      title=font-variant-numeric><strong>6.7</strong></a>
   1.520  
   1.521 @@ -6238,12 +6228,12 @@
   1.522     <li>no-historical-ligatures, <a href="#no-historical-ligatures"
   1.523      title=no-historical-ligatures><strong>6.4</strong></a>
   1.524  
   1.525 -   <li>none, <a href="#font-variant-ligatures-none-value"
   1.526 -    title=none><strong>6.4</strong></a>
   1.527 -
   1.528 -   <li>normal, <a href="#normal" title=normal><strong>6.6</strong></a>, <a
   1.529 -    href="#normal0" title=normal><strong>6.7</strong></a>, <a href="#normal1"
   1.530 -    title=normal><strong>6.8</strong></a>, <a href="#normal2"
   1.531 +   <li>none, <a href="#none" title=none><strong>6.4</strong></a>
   1.532 +
   1.533 +   <li>normal, <a href="#normal" title=normal><strong>6.4</strong></a>, <a
   1.534 +    href="#normal0" title=normal><strong>6.6</strong></a>, <a href="#normal1"
   1.535 +    title=normal><strong>6.7</strong></a>, <a href="#normal2"
   1.536 +    title=normal><strong>6.8</strong></a>, <a href="#normal3"
   1.537      title=normal><strong>6.10</strong></a>
   1.538  
   1.539     <li>oldstyle-nums, <a href="#oldstyle-nums"
   1.540 @@ -6775,7 +6765,7 @@
   1.541  sgml-local-ecat-files:nil
   1.542  End:
   1.543  -->
   1.544 -<!-- 
   1.545 +<!--
   1.546  
   1.547  to do:
   1.548  

mercurial