Skip to content

Commit 0c38cd2

Browse files
committed
oops; setProperty takes 3 arguments
1 parent ff6b6f0 commit 0c38cd2

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

cssom/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2735,9 +2735,9 @@ <h4 id=the-cssstyledeclaration-interface><span class=secno>7.3.2.
27352735
column <em class=ct>must</em> invoke <code
27362736
title=cssstyledeclaration-setProperty><a
27372737
href="#cssstyledeclaration-setproperty">setProperty()</a></code> with as
2738-
first argument the CSS property given in the second column on the same row
2739-
and no second argument. Any exceptions raised <em class=ct>must</em> be
2740-
re-raised.
2738+
first argument the CSS property given in the second column on the same
2739+
row, as second argument the given value, and no third argument. Any
2740+
exceptions raised <em class=ct>must</em> be re-raised.
27412741

27422742
<table>
27432743
<thead>

cssom/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2265,9 +2265,9 @@ <h4>The <code title="">CSSStyleDeclaration</code> Interface</h4>
22652265
<p>Similarly for the table below, setting the IDL attribute in the
22662266
first column <em class="ct">must</em> invoke
22672267
<code title="cssstyledeclaration-setProperty">setProperty()</code> with as
2268-
first argument the CSS property given in the second column on the same row
2269-
and no second argument. Any exceptions raised <em class="ct">must</em> be
2270-
re-raised.</p>
2268+
first argument the CSS property given in the second column on the same
2269+
row, as second argument the given value, and no third argument. Any
2270+
exceptions raised <em class="ct">must</em> be re-raised.</p>
22712271

22722272
<table>
22732273
<thead>

0 commit comments

Comments
 (0)