Skip to content

Commit ca32c30

Browse files
author
John Daggett
committed
[css3-fonts] yup, another wording tweak of map class methods
1 parent 7928552 commit ca32c30

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css-fonts/Fonts.html

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

58095809
<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
5810+
href="http://dev.w3.org/2006/webapi/WebIDL/#es-map-members">default map
5811+
class methods</a> but the <code>set</code> method has different behavior.
5812+
It takes a sequence of unsigned integers and associates it with a given
58135813
<code>featureValueName</code>. The method behaves the same as the default
58145814
map class method except that a single unsigned long value is treated as a
58155815
sequence of a single value. The method throws an exception if an invalid

0 commit comments

Comments
 (0)