Skip to content

Commit 63aefde

Browse files
author
Simon Pieters
committed
[cssom] s/setPropertyValue/setProperty/
1 parent 0b7d803 commit 63aefde

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

cssom/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h1 id="cssom">CSS Object Model (CSSOM)</h1>
1818

1919
<!-- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
2020

21-
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 22 April 2013</h2>
21+
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 24 April 2013</h2>
2222

2323
<dl>
2424

@@ -83,7 +83,7 @@ <h2 class="no-num no-toc" id="sotd">Status of this Document</h2>
8383
can be found in the
8484
<a href="http://www.w3.org/TR/">W3C technical reports index at http://www.w3.org/TR/.</a></em>
8585

86-
<p class="dontpublish">This is the 22 April 2013 Editor's Draft of CSSOM. Please send comments to
86+
<p class="dontpublish">This is the 24 April 2013 Editor's Draft of CSSOM. Please send comments to
8787
<a href="mailto:www-style@w3.org?subject=%5Bcssom%5D%20">www-style@w3.org</a>
8888
(<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>)
8989
with <samp>[cssom]</samp> at the start of the subject line.
@@ -1990,7 +1990,7 @@ <h4 id="the-cssstyledeclaration-interface"><span class="secno">6.5.1 </span>The
19901990
attribute, on getting, must return the result of invoking
19911991
<code title="dom-CSSStyleDeclaration-getPropertyValue">getPropertyValue()</code> with
19921992
"float" as argument. On setting, the attribute must invoke
1993-
<code title="dom-CSSStyleDeclaration-setPropertyValue">setPropertyValue()</code> with
1993+
<code title="dom-CSSStyleDeclaration-setProperty">setProperty()</code> with
19941994
"float" as first argument, as second argument the given value, and no third argument.
19951995
Any exceptions thrown must be re-thrown.
19961996

@@ -2009,7 +2009,7 @@ <h4 id="the-cssstyledeclaration-interface"><span class="secno">6.5.1 </span>The
20092009
algorithm for <var>attribute</var>.</p>
20102010

20112011
<p>Setting the <var>attribute</var> attribute must invoke
2012-
<code title="dom-CSSStyleDeclaration-setPropertyValue">setPropertyValue()</code> with as
2012+
<code title="dom-CSSStyleDeclaration-setProperty">setProperty()</code> with as
20132013
first argument the result of running the <a href="#idl-attribute-to-css-property">IDL attribute to CSS property</a>
20142014
algorithm for <var>attribute</var>, as second argument the given value, and no third argument. Any
20152015
exceptions thrown must be re-thrown.</p>

cssom/cssom-source

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1546,7 +1546,7 @@
15461546
attribute, on getting, must return the result of invoking
15471547
<code title=dom-CSSStyleDeclaration-getPropertyValue>getPropertyValue()</code> with
15481548
"float" as argument. On setting, the attribute must invoke
1549-
<code title=dom-CSSStyleDeclaration-setPropertyValue>setPropertyValue()</code> with
1549+
<code title=dom-CSSStyleDeclaration-setProperty>setProperty()</code> with
15501550
"float" as first argument, as second argument the given value, and no third argument.
15511551
Any exceptions thrown must be re-thrown.
15521552

@@ -1565,7 +1565,7 @@
15651565
algorithm for <var>attribute</var>.</p>
15661566

15671567
<p>Setting the <var>attribute</var> attribute must invoke
1568-
<code title=dom-CSSStyleDeclaration-setPropertyValue>setPropertyValue()</code> with as
1568+
<code title=dom-CSSStyleDeclaration-setProperty>setProperty()</code> with as
15691569
first argument the result of running the <span>IDL attribute to CSS property</span>
15701570
algorithm for <var>attribute</var>, as second argument the given value, and no third argument. Any
15711571
exceptions thrown must be re-thrown.</p>

0 commit comments

Comments
 (0)