Skip to content

Commit 7928552

Browse files
author
John Daggett
committed
[css3-fonts] more map class wording tweaks
1 parent 411f09b commit 7928552

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

css-fonts/Fonts.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5806,15 +5806,15 @@ <h3 id=om-fontfeaturevalues><span class=secno>8.2 </span>The <a
58065806
title="@ornaments">@ornaments</code> <a href="#featurevalueblock"><i
58075807
title="feature_value_block">feature value block</i></a> and so forth.
58085808

5809-
<p>The <code>CSSFontFeatureValuesMap</code> interface uses the default
5810-
<code>clear</code>, <code>delete</code>, <code>get</code>, and
5811-
<code>has</code> methods from <code>MapClass</code>. The <code>set</code>
5812-
method takes a sequence of unsigned integers and associates it with a
5813-
given <code>featureValueName</code>. The method behaves the same as the
5814-
default method in <code>MapClass</code> except that a single unsigned long
5815-
value is treated as a sequence of a single value. The method throws an
5816-
exception if an invalid number of values is passed in. If the associated
5817-
<a href="#featurevalueblock"><i title="feature_value_block">feature value
5809+
<p>The <code>CSSFontFeatureValuesMap</code> interface uses the <a
5810+
href="http://dev.w3.org/2006/webapi/WebIDL/#es-map-members">default
5811+
methods of map class</a> but the <code>set</code> method takes a sequence
5812+
of unsigned integers and associates it with a given
5813+
<code>featureValueName</code>. The method behaves the same as the default
5814+
map class method except that a single unsigned long value is treated as a
5815+
sequence of a single value. The method throws an exception if an invalid
5816+
number of values is passed in. If the associated <a
5817+
href="#featurevalueblock"><i title="feature_value_block">feature value
58185818
block</i></a> only allows a limited number of values, the <code>set</code>
58195819
method throws an <code>InvalidAccessError</code> exception when the input
58205820
sequence to <code>set</code> contains more than the limited number of

0 commit comments

Comments
 (0)