css-fonts/Fonts.html

changeset 8654
aad9d3a5502b
parent 8653
cf5a35e610f8
child 8655
ab973f06eb50
     1.1 --- a/css-fonts/Fonts.html	Mon Jul 08 14:36:49 2013 +0900
     1.2 +++ b/css-fonts/Fonts.html	Mon Jul 08 14:54:37 2013 +0900
     1.3 @@ -5806,15 +5806,15 @@
     1.4     title="@ornaments">@ornaments</code> <a href="#featurevalueblock"><i
     1.5     title="feature_value_block">feature value block</i></a> and so forth.
     1.6  
     1.7 -  <p>The <code>CSSFontFeatureValuesMap</code> interface uses the default
     1.8 -   <code>clear</code>, <code>delete</code>, <code>get</code>, and
     1.9 -   <code>has</code> methods from <code>MapClass</code>. The <code>set</code>
    1.10 -   method takes a sequence of unsigned integers and associates it with a
    1.11 -   given <code>featureValueName</code>. The method behaves the same as the
    1.12 -   default method in <code>MapClass</code> except that a single unsigned long
    1.13 -   value is treated as a sequence of a single value. The method throws an
    1.14 -   exception if an invalid number of values is passed in. If the associated
    1.15 -   <a href="#featurevalueblock"><i title="feature_value_block">feature value
    1.16 +  <p>The <code>CSSFontFeatureValuesMap</code> interface uses the <a
    1.17 +   href="http://dev.w3.org/2006/webapi/WebIDL/#es-map-members">default
    1.18 +   methods of map class</a> but the <code>set</code> method takes a sequence
    1.19 +   of unsigned integers and associates it with a given
    1.20 +   <code>featureValueName</code>. The method behaves the same as the default
    1.21 +   map class method except that a single unsigned long value is treated as a
    1.22 +   sequence of a single value. The method throws an exception if an invalid
    1.23 +   number of values is passed in. If the associated <a
    1.24 +   href="#featurevalueblock"><i title="feature_value_block">feature value
    1.25     block</i></a> only allows a limited number of values, the <code>set</code>
    1.26     method throws an <code>InvalidAccessError</code> exception when the input
    1.27     sequence to <code>set</code> contains more than the limited number of

mercurial