[css3-fonts] remove outdated silly politician reference

Fri, 16 Aug 2013 10:14:45 +0900

author
John Daggett <jdaggett@mozilla.com>
date
Fri, 16 Aug 2013 10:14:45 +0900
changeset 8859
1bd7f210c461
parent 8858
17d23bc98ed9
child 8860
dbd4337ff7d7

[css3-fonts] remove outdated silly politician reference

css-fonts/Fonts.html file | annotate | diff | comparison | revisions
     1.1 --- a/css-fonts/Fonts.html	Thu Aug 15 17:45:29 2013 -0700
     1.2 +++ b/css-fonts/Fonts.html	Fri Aug 16 10:14:45 2013 +0900
     1.3 @@ -115,15 +115,15 @@
     1.4  
     1.5     <h1>CSS Fonts Module Level 3</h1>
     1.6  
     1.7 -   <h2 class="no-num no-toc" id=editors-draft-12-august-2013>Editor's Draft
     1.8 -    12 August 2013</h2>
     1.9 +   <h2 class="no-num no-toc" id=editors-draft-16-august-2013>Editor's Draft
    1.10 +    16 August 2013</h2>
    1.11  
    1.12     <dl id=authors>
    1.13      <dt>This version:
    1.14  
    1.15      <dd><a
    1.16       href="http://dev.w3.org/csswg/css-fonts/">http://dev.w3.org/csswg/css-fonts/</a>
    1.17 -     <!-- <dd><a href="http://www.w3.org/TR/2013/ED-css-fonts-3-20130812/">http://www.w3.org/TR/2013/ED-css-fonts-3-20130812/</a>  -->
    1.18 +     <!-- <dd><a href="http://www.w3.org/TR/2013/ED-css-fonts-3-20130816/">http://www.w3.org/TR/2013/ED-css-fonts-3-20130816/</a>  -->
    1.19       
    1.20  
    1.21      <dt>Latest version:
    1.22 @@ -5330,7 +5330,7 @@
    1.23  font-feature-settings: "liga" off;     /* liga=0 no common ligatures */
    1.24  font-feature-settings: "tnum", 'hist'; /* tnum=1, hist=1 enable tabular numbers and historical forms */
    1.25  font-feature-settings: "tnum" "hist";  /* invalid, need a comma-delimited list */
    1.26 -font-feature-settings: "palin" off;    /* good idea but invalid tagname */
    1.27 +font-feature-settings: "silly" off;    /* invalid, tag too long */
    1.28  font-feature-settings: "PKRN";         /* PKRN=1 enable custom feature */
    1.29  font-feature-settings: dlig;           /* invalid, tag must be a string */
    1.30  </pre>

mercurial