[css3-fonts] yup, another wording tweak of map class methods

Mon, 08 Jul 2013 15:00:18 +0900

author
John Daggett <jdaggett@mozilla.com>
date
Mon, 08 Jul 2013 15:00:18 +0900
changeset 8655
ab973f06eb50
parent 8654
aad9d3a5502b
child 8656
e256176c65ef

[css3-fonts] yup, another wording tweak of map class methods

css-fonts/Fonts.html file | annotate | diff | comparison | revisions
     1.1 --- a/css-fonts/Fonts.html	Mon Jul 08 14:54:37 2013 +0900
     1.2 +++ b/css-fonts/Fonts.html	Mon Jul 08 15:00:18 2013 +0900
     1.3 @@ -5807,9 +5807,9 @@
     1.4     title="feature_value_block">feature value block</i></a> and so forth.
     1.5  
     1.6    <p>The <code>CSSFontFeatureValuesMap</code> interface uses the <a
     1.7 -   href="http://dev.w3.org/2006/webapi/WebIDL/#es-map-members">default
     1.8 -   methods of map class</a> but the <code>set</code> method takes a sequence
     1.9 -   of unsigned integers and associates it with a given
    1.10 +   href="http://dev.w3.org/2006/webapi/WebIDL/#es-map-members">default map
    1.11 +   class methods</a> but the <code>set</code> method has different behavior.
    1.12 +   It takes a sequence of unsigned integers and associates it with a given
    1.13     <code>featureValueName</code>. The method behaves the same as the default
    1.14     map class method except that a single unsigned long value is treated as a
    1.15     sequence of a single value. The method throws an exception if an invalid

mercurial