You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h2class="no-num no-toc" id="w3c-doctype">Editor's Draft 5 June 2013</h2>
42
+
<h2class="no-num no-toc" id="w3c-doctype">Editor's Draft 7 June 2013</h2>
43
43
44
44
<dl>
45
45
@@ -94,7 +94,7 @@ <h2 class="no-num no-toc" id="sotd">Status of This Document</h2>
94
94
this document other than as work in progress.</p>
95
95
96
96
<pclass="note">Implementers should note well that this specification is an ongoing effort to sort out
97
-
what has been widely implemented and deployed from <ahref="#refsDOM2STYLE">[DOM2STYLE]</a> as well as common extensions thereto, some details
97
+
what has been widely implemented and deployed from <aclass="informative" href="#refsDOM2STYLE">[DOM2STYLE]</a> as well as common extensions thereto, some details
98
98
of which are currently interoperable and others which are not currently interoperable. As this specification moves
99
99
forward, it is hoped that these differences will be resolved and an unambiguous and adequate consensus-based
100
100
specification will emerge.</p>
@@ -105,7 +105,7 @@ <h2 class="no-num no-toc" id="sotd">Status of This Document</h2>
105
105
can be found in the
106
106
<ahref="http://www.w3.org/TR/">W3C technical reports index at http://www.w3.org/TR/.</a></em>
107
107
108
-
<pclass="dontpublish">This is the 5 June 2013 Editor's Draft of CSSOM. Please send comments to
108
+
<pclass="dontpublish">This is the 7 June 2013 Editor's Draft of CSSOM. Please send comments to
<codetitle="">style</code> content attribute is set, changed or removed, the <ahref="#concept-css-declaration-block-declarations" title="concept-css-declaration-block-declarations">declarations</a> must be
2669
2669
updated as appropriate.</p>
2670
2670
2671
+
<p>If the user agent supports HTML, the following IDL applies: <aclass="informative" href="#refsHTML">[HTML]</a>
<dd><cite><ahref="http://dom.spec.whatwg.org/">DOM</a></cite>, Anne van Kesteren, Aryeh Gregor and Ms2ger. WHATWG.
2912
2919
2913
2920
<dtid="refsDOM2STYLE">[DOM2STYLE]
2914
-
<dd><cite><ahref="http://www.w3.org/TR/DOM-Level-2-Style/">Document Object Model (DOM) Level 2 Style Specification</a></cite>, Chris Wilson, Philippe Le Hégaret and Vidur Apparao. W3C.
2921
+
<dd>(Non-normative) <cite><ahref="http://www.w3.org/TR/DOM-Level-2-Style/">Document Object Model (DOM) Level 2 Style Specification</a></cite>, Chris Wilson, Philippe Le Hégaret and Vidur Apparao. W3C.
2915
2922
2916
2923
<dtid="refsHTML">[HTML]
2917
2924
<dd><cite><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/">HTML</a></cite>, Ian Hickson. WHATWG.
<dd><cite><ahref="http://dev.w3.org/csswg/selectors4/">Selectors Level 4</a></cite>, Elika J. Etemad. W3C.
2924
2931
2932
+
<dtid="refsSVG">[SVG]
2933
+
<dd>(Non-normative) <cite><ahref="http://www.w3.org/TR/SVG/">Scalable Vector Graphics (SVG)</a></cite>, O. Andersson, R. Berjon, E. Dahlström et al.. W3C.
2934
+
2925
2935
<dtid="refsURL">[URL]
2926
2936
<dd><cite><ahref="http://url.spec.whatwg.org/">URL</a></cite>, Anne van Kesteren. WHATWG.
Copy file name to clipboardExpand all lines: cssom/Overview.src.html
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ <h2 class="no-num no-toc" id="sotd">Status of This Document</h2>
98
98
this document other than as work in progress.</p>
99
99
100
100
<pclass="note">Implementers should note well that this specification is an ongoing effort to sort out
101
-
what has been widely implemented and deployed from <spandata-anolis-ref>DOM2STYLE</span> as well as common extensions thereto, some details
101
+
what has been widely implemented and deployed from <spandata-anolis-refclass=informative>DOM2STYLE</span> as well as common extensions thereto, some details
102
102
of which are currently interoperable and others which are not currently interoperable. As this specification moves
103
103
forward, it is hoped that these differences will be resolved and an unambiguous and adequate consensus-based
104
104
specification will emerge.</p>
@@ -145,12 +145,12 @@ <h2>Introduction</h2>
145
145
and manipulation of style related state information and processes.</p>
146
146
147
147
<p>The features defined below are fundamentally based on prior specifications of the W3C DOM Working Group, primarily
148
-
<spandata-anolis-ref>DOM2STYLE</span>. The purposes of the present document are (1) to improve on that prior work by providing
148
+
<spandata-anolis-refclass=informative>DOM2STYLE</span>. The purposes of the present document are (1) to improve on that prior work by providing
149
149
more technical specificity (so as to improve testability and interoperability), (2) to deprecate or remove certain less-widely implemented
150
150
features no longer considered to be essential in this context, and (3) to newly specify certain extensions that have been
151
151
or expected to be widely implemented.</p>
152
152
153
-
<p>A full list of the changes to API signatures can be found in <ahref="#changes-from-dom2"><cite>Changes from DOM-2 Style</cite></a>.</p>
153
+
<p>A full list of the changes to API signatures can be found in <ahref="#changes-from-dom-2-style"><cite>Changes from DOM-2 Style</cite></a>.</p>
<codetitle>style</code> content attribute is set, changed or removed, the <spantitle=concept-css-declaration-block-declarations>declarations</span> must be
2600
2600
updated as appropriate.</p>
2601
2601
2602
+
<p>If the user agent supports HTML, the following IDL applies: <spandata-anolis-refclass=informative>HTML</span>
0 commit comments