|
16 | 16 | <h1>CSS Object Model (CSSOM)</h1> |
17 | 17 |
|
18 | 18 |
|
19 | | - <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 8 January 2014</h2> |
| 19 | + <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 9 January 2014</h2> |
20 | 20 |
|
21 | 21 | <dl> |
22 | 22 |
|
@@ -90,7 +90,7 @@ <h2 class="no-num no-toc" id="sotd">Status of This Document</h2> |
90 | 90 | can be found in the |
91 | 91 | <a href="http://www.w3.org/TR/">W3C technical reports index at http://www.w3.org/TR/.</a></em> |
92 | 92 |
|
93 | | -<p class="dontpublish">This is the 8 January 2014 Editor's Draft of CSSOM. Please send comments to |
| 93 | +<p class="dontpublish">This is the 9 January 2014 Editor's Draft of CSSOM. Please send comments to |
94 | 94 | <a href="mailto:www-style@w3.org?subject=%5Bcssom%5D%20">www-style@w3.org</a> |
95 | 95 | (<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>) |
96 | 96 | with <samp>[cssom]</samp> at the start of the subject line. |
@@ -189,6 +189,9 @@ <h2 class="no-num no-toc" id="toc">Table of Contents</h2> |
189 | 189 | <ul class="toc"> |
190 | 190 | <li><a href="#default-style"><span class="secno">10.1 </span><code title="">Default-Style</code></a></ul></li> |
191 | 191 | <li><a class="no-num" href="#references">References</a></li> |
| 192 | + <li><a class="no-num" href="#change-history">Change History</a> |
| 193 | + <ul class="toc"> |
| 194 | + <li><a class="no-num" href="#changes-from-12-july-2011-to-5-december-2013">Changes From 12 July 2011 To 5 December 2013</a></ul></li> |
192 | 195 | <li><a class="no-num" href="#acknowledgments">Acknowledgments</a></ul> |
193 | 196 | <!--end-toc--> |
194 | 197 |
|
@@ -3295,9 +3298,45 @@ <h2 class="no-num" id="references">References</h2> |
3295 | 3298 |
|
3296 | 3299 | </dl></div> |
3297 | 3300 |
|
3298 | | -<!-- |
3299 | | -<h2 class="no-num">Change History</h2> |
| 3301 | +<h2 class="no-num" id="change-history">Change History</h2> |
| 3302 | + |
| 3303 | +<p>This section documents some of the changes between publications of this specification. This section is not exhaustive. Bug fixes and editorial changes are |
| 3304 | +generally not listed.</p> |
| 3305 | + |
| 3306 | +<h3 class="no-num" id="changes-from-12-july-2011-to-5-december-2013">Changes From 12 July 2011 To 5 December 2013</h3> |
| 3307 | + |
| 3308 | +<ul> |
| 3309 | + <li>Cross-origin stylesheets are not allowed to be read or changed. |
| 3310 | + |
| 3311 | + <li><code><a href="#csscharsetrule">CSSCharsetRule</a></code> is re-introduced. |
| 3312 | + |
| 3313 | + <li><code><a href="#cssgroupingrule">CSSGroupingRule</a></code> and <code><a href="#cssmarginrule">CSSMarginRule</a></code> are introduced. |
| 3314 | + |
| 3315 | + <li><code><a href="#cssnamespacerule">CSSNamespaceRule</a></code> is now mutable. |
| 3316 | + |
| 3317 | + <li><a href="#parse-a-css-declaration-block" title="parse a CSS declaration block">Parse</a> and <a href="#serialize-a-css-declaration-block" title="serialize a CSS declaration block">serialize</a> a CSS declaration block is |
| 3318 | + now defined. |
3300 | 3319 |
|
| 3320 | + <li>Shorthands are now supported in <code title="dom-CSSStyleDeclaration-setProperty"><a href="#dom-cssstyledeclaration-setproperty">setProperty</a></code>, |
| 3321 | + <code title="dom-CSSStyleDeclaration-setProperty"><a href="#dom-cssstyledeclaration-setproperty">getPropertyValue</a></code>, et al. |
| 3322 | + |
| 3323 | + <li><code title="dom-CSSStyleDeclaration-setPropertyValue"><a href="#dom-cssstyledeclaration-setpropertyvalue">setPropertyValue()</a></code> and |
| 3324 | + <code title="dom-CSSStyleDeclaration-setPropertyPriority"><a href="#dom-cssstyledeclaration-setpropertypriority">setPropertyPriority()</a></code> are introduced. |
| 3325 | + |
| 3326 | + <li>The <code title="">style</code> and <code title="">media</code> attributes of various interfaces are annotated with the <code title="">[PutForwards]</code> WebIDL |
| 3327 | + extended attribute. |
| 3328 | + |
| 3329 | + <li>The <code title="dom-Element-pseudo"><a href="#dom-element-pseudo">pseudo()</a></code> method on <code class="external" data-anolis-spec="dom"><a href="http://dom.spec.whatwg.org/#element">Element</a></code> is introduced. |
| 3330 | + |
| 3331 | + <li>The <code><a href="#pseudoelement">PseudoElement</a></code> interface is introduced. |
| 3332 | + |
| 3333 | + <li>The <code title="dom-GetStyleUtils-cascadedStyle"><a href="#dom-getstyleutils-cascadedstyle">cascadedStyle</a></code>, .<code title="dom-GetStyleUtils-rawComputedStyle"><a href="#dom-getstyleutils-rawcomputedstyle">rawComputedStyle</a></code> and |
| 3334 | + <code title="dom-GetStyleUtils-usedStyle"><a href="#dom-getstyleutils-usedstyle">usedStyle</a></code> attributes on <code class="external" data-anolis-spec="dom"><a href="http://dom.spec.whatwg.org/#element">Element</a></code> and <code><a href="#pseudoelement">PseudoElement</a></code> are introduced. |
| 3335 | + |
| 3336 | + <li>The <code title="dom-CSS-escape"><a href="#dom-css-escape">CSS.escape()</a></code> static method is introduced. |
| 3337 | +</ul> |
| 3338 | + |
| 3339 | +<!-- |
3301 | 3340 | <p>This section documents the primary technical changes of CSSOM related functionality, with a focus on changes to API signatures.</p> |
3302 | 3341 |
|
3303 | 3342 | <h3 class="no-num">Changes From DOM-2 Style</h3> |
|
0 commit comments