Skip to content

Commit d1ef528

Browse files
authored
Merge pull request #485 from w3c/SPM_Delete
StylePropertyMap.delete accepts a DOMString property
2 parents 510ae28 + e3c88c9 commit d1ef528

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

css-typed-om/Overview.bs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,7 @@ The <dfn method for=StylePropertyMap>append(DOMString <var>property</var>,
262262
</div>
263263

264264
<div algorithm>
265-
To <dfn>delete a StylePropertyMap</dfn> given a <var>property</var> and a list of
266-
<var>values</var>, run these steps:
265+
To <dfn>delete a StylePropertyMap</dfn> given a <var>property</var>, run these steps:
267266

268267
1. If |property| does not start with two dashes (U+002D HYPHEN),
269268
let |property| be |property| [=ASCII lowercased=].

0 commit comments

Comments
 (0)