@@ -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 >
0 commit comments