css-fonts/Fonts.html

changeset 8646
88930027e0f9
parent 8640
82e75c734096
child 8653
cf5a35e610f8
     1.1 --- a/css-fonts/Fonts.html	Fri Jul 05 15:48:35 2013 +0900
     1.2 +++ b/css-fonts/Fonts.html	Fri Jul 05 16:24:10 2013 +0900
     1.3 @@ -123,13 +123,13 @@
     1.4  
     1.5      <dd><a
     1.6       href="http://dev.w3.org/csswg/css-fonts/">http://dev.w3.org/csswg/css-fonts/</a>
     1.7 -     <!-- <dd><a href="http://www.w3.org/TR/2013/ED-css3-fonts-20130705/">http://www.w3.org/TR/2013/ED-css3-fonts-20130705/</a> -->
     1.8 +     <!-- <dd><a href="http://www.w3.org/TR/2013/ED-css-fonts-3-20130705/">http://www.w3.org/TR/2013/ED-css-fonts-3-20130705/</a> -->
     1.9       
    1.10  
    1.11      <dt>Latest version:
    1.12  
    1.13      <dd><a
    1.14 -     href="http://www.w3.org/TR/css3-fonts/">http://www.w3.org/TR/css3-fonts/</a>
    1.15 +     href="http://www.w3.org/TR/css3-fonts/">http://www.w3.org/TR/css-fonts-3/</a>
    1.16  
    1.17      <dt>Latest editor's draft:
    1.18  
    1.19 @@ -195,8 +195,8 @@
    1.20     href="http://www.w3.org/TR/2002/WD-css3-fonts-20020802/">CSS3 Fonts</a>
    1.21     and <a href="http://www.w3.org/TR/2002/WD-css3-webfonts-20020802/">CSS3
    1.22     Web Fonts</a> modules. The description of font load events was moved into
    1.23 -   the <a href="http://dev.w3.org/csswg/css3-font-load-events/">CSS3 Font
    1.24 -   Load Events</a> module.
    1.25 +   the <a href="http://dev.w3.org/csswg/css-font-load-events/">CSS3 Font Load
    1.26 +   Events</a> module.
    1.27  
    1.28    <h2 class="no-num no-toc" id=status>Status of this document</h2>
    1.29    <!--begin-status-->
    1.30 @@ -251,7 +251,7 @@
    1.31     comments to the <a
    1.32     href="http://lists.w3.org/Archives/Public/www-style/">www-style mailing
    1.33     list</a> as described above. The <strong>deadline for comments</strong> is
    1.34 -   six weeks after the date of publication in the header.
    1.35 +   six weeks after the date of publication in the header, 22 August 2013.
    1.36  
    1.37    <h2 class="no-num no-toc" id=contents>Table of contents</h2>
    1.38    <!--begin-toc-->
    1.39 @@ -5776,7 +5776,8 @@
    1.40  
    1.41  [MapClass(DOMString, sequence&lt;unsigned long&gt;)]
    1.42  interface CSSFontFeatureValuesMap {
    1.43 -  void set(DOMString featureValueName, sequence&lt;unsigned long&gt; values);
    1.44 +  void set(DOMString featureValueName,
    1.45 +           (unsigned long or sequence&lt;unsigned long&gt;) values);
    1.46  }</pre>
    1.47  
    1.48    <dl class=idl-attributes>
    1.49 @@ -5810,8 +5811,10 @@
    1.50     <code>has</code> methods from <code>MapClass</code>. The <code>set</code>
    1.51     method takes an array of unsigned integers and associates it with a given
    1.52     <code>featureValueName</code>. The method behaves the same as the
    1.53 -   inherited method in <code>MapClass</code> but if the associated <a
    1.54 -   href="#featurevalueblock"><i title="feature_value_block">feature value
    1.55 +   inherited method in <code>MapClass</code> except that either a single
    1.56 +   value or a sequence of values is permitted and the method throws and
    1.57 +   exception if an invalid number of values is passed in. If the associated
    1.58 +   <a href="#featurevalueblock"><i title="feature_value_block">feature value
    1.59     block</i></a> only allows a limited number of values, the <code>set</code>
    1.60     method throws an <code>InvalidAccessError</code> exception when the input
    1.61     array to <code>set</code> contains more than the limited number of values.
    1.62 @@ -5819,7 +5822,9 @@
    1.63     href="#multi-valued-feature-value-definitions">multi-valued feature value
    1.64     definitions</a> for details on the maximum number of values allowed for a
    1.65     given type of <a href="#featurevalueblock"><i
    1.66 -   title="feature_value_block">feature value block</i></a>.
    1.67 +   title="feature_value_block">feature value block</i></a>. The
    1.68 +   <code>get</code> method always returns an array of values, even if the
    1.69 +   array only contains a single value.
    1.70  
    1.71    <h2 class=no-num id=platform-props-to-css>Appendix A: Mapping platform font
    1.72     properties to CSS properties</h2>

mercurial