1- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" > < html lang ="en-US "> < head >
2- < title > CSSOM </ title >
3-
1+ <!DOCTYPE html> < html lang ="en-US "> < head >
2+ < meta charset =" utf-8 " >
3+ < title > CSS Object Model (CSSOM) </ title >
44 < style type ="text/css ">
55 pre .idl { border : solid thin; background : # eee ; color : # 000 ; padding : 0.5em }
66 pre .idl : link , pre .idl : visited { color : inherit; background : transparent }
1818 code { color : orangered }
1919 code : link , code : visited { color : inherit }
2020 </ style >
21-
2221 < link href ="http://www.w3.org/StyleSheets/TR/W3C-ED " rel ="stylesheet ">
2322 </ head >
24-
2523 < body class ="draft ">
2624 < div class ="head ">
2725
2826<!--begin-logo-->
2927< p > < a href ="http://www.w3.org/ "> < img alt ="W3C " height ="48 " src ="http://www.w3.org/Icons/w3c_home " width ="72 "> </ a > </ p >
3028<!--end-logo-->
31- < h1 id ="cssom "> CSSOM</ h1 >
32- < h2 class ="no-num no-toc " id ="editor-s-draft-12-october-2011 "> Editor's Draft 12 October 2011</ h2 >
29+ < h1 id ="cssom "> CSS Object Model (CSSOM)</ h1 >
30+
31+ < h2 class ="no-num no-toc " id ="w3c-doctype "> Editor's Draft 23 February 2012</ h2 >
3332
3433 < dl >
3534
3635 < dt > This Version:</ dt >
37- < dd class ="dontpublish "> < a href ="http://dev.w3.org/csswg/cssom/ "> http://dev.w3.org/csswg/cssom/</ a >
36+ < dd class ="dontpublish "> < a href ="http://dvcs.w3.org/hg/cssom/raw-file/tip/Overview.html "> http://dvcs.w3.org/hg/cssom/raw-file/tip/Overview.html</ a > </ dd >
37+ < dt class ="dontpublish "> Participate:</ dt >
38+ < dd class ="dontpublish "> < a href ="mailto:www-style@w3.org?subject==%5Bcssom%5D%20 "> www-style@w3.org</ a > (< a href ="http://lists.w3.org/Archives/Public/www-style/ "> archives</ a > )
39+ < dd class ="dontpublish "> < a href ="https://www.w3.org/Bugs/Public/enter_bug.cgi?product=CSS&component=CSSOM "> File a bug</ a >
40+ < dd class ="dontpublish "> < a href ="http://wiki.whatwg.org/wiki/IRC "> IRC: #css on Freenode</ a >
41+
3842 < dt class ="dontpublish "> Previous Version:</ dt >
3943 < dd class ="dontpublish "> < a href ="http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/ "> http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/</ a > </ dd >
4044
41- < dt > Editor:</ dt >
45+ < dt > Editors:</ dt >
46+ < dd > < a href ="http://www.w3.org/wiki/User:Gadams "> Glenn Adams</ a >
47+ (< a href ="http://www.cox.com/ "> Cox Communications, Inc.</ a > )
48+ << a href ="mailto:glenn.adams@cox.com "> glenn.adams@cox.com</ a > ></ dd >
49+ < dd > < a href =""> Shane Stephens</ a >
50+ (< a href ="http://www.google.com/ "> Google, Inc.</ a > )
51+ << a href ="mailto:shans@google.com "> shans@google.com</ a > ></ dd >
52+
53+ < dt > Previous Editor:</ dt >
4254 < dd > < a href ="http://annevankesteren.nl/ "> Anne van Kesteren</ a >
4355 (< a href ="http://www.opera.com/ "> Opera Software ASA</ a > )
4456 << a href ="mailto:annevk@opera.com "> annevk@opera.com</ a > ></ dd >
4557 </ dl >
4658
47-
48- <!--begin-copyright-->
49- < p class ="copyright "> < a href ="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright "> Copyright</ a > © 2011 < a href ="http://www.w3.org/ "> < abbr title ="World Wide Web Consortium "> W3C</ abbr > </ a > < sup > ®</ sup > (< a href ="http://www.csail.mit.edu/ "> < abbr title ="Massachusetts Institute of Technology "> MIT</ abbr > </ a > , < a href ="http://www.ercim.eu/ "> < abbr title ="European Research Consortium for Informatics and Mathematics "> ERCIM</ abbr > </ a > , < a href ="http://www.keio.ac.jp/ "> Keio</ a > ), All Rights Reserved. W3C < a href ="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer "> liability</ a > , < a href ="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks "> trademark</ a > and < a href ="http://www.w3.org/Consortium/Legal/copyright-documents "> document use</ a > rules apply.</ p >
50- <!--end-copyright-->
51- </ div >
59+ < p class ="dontpublish copyright "> < a href ="http://creativecommons.org/publicdomain/zero/1.0/ " rel ="license "> < img alt ="CC0 " src ="http://i.creativecommons.org/p/zero/1.0/80x15.png "> </ a >
60+ To the extent possible under law, the editors have waived all copyright and
61+ related or neighboring rights to this work. In addition, as of
62+ 23 February 2012, the editors have made this specification available
63+ under the < a href ="http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0 " rel ="license "> Open
64+ Web Foundation Agreement, Version 1.0</ a > .</ p >
65+ </ div >
5266
5367 < hr class ="top ">
5468
55-
5669 < h2 class ="no-num no-toc " id ="abstract "> Abstract</ h2 >
5770
5871 < p > CSSOM defines APIs (including generic parsing and serialization rules)
5972 for Media Queries, Selectors, and of course CSS itself.</ p >
6073
61-
62-
63-
6474 < h2 class ="no-num no-toc " id ="sotd "> Status of this Document</ h2 >
6575
6676 < p > < em > This section describes the status of this document at the time of
@@ -69,13 +79,13 @@ <h2 class="no-num no-toc" id="sotd">Status of this Document</h2>
6979 can be found in the
7080 < a href ="http://www.w3.org/TR/ "> W3C technical reports index at http://www.w3.org/TR/.</ a > </ em >
7181
72- < p > This is the 12 October 2011 Editor's Draft of CSSOM. Please send
73- comments to
74- < a href ="mailto:www-style@w3.org?subject=%5Bcssom%5D%20 "> www-style@w3.org</ a >
75- (< a href ="http://lists.w3.org/Archives/Public/www-style/ "> archived</ a > )
76- with < samp > [cssom]</ samp > at the start of the subject line.
82+ < p > This is the 23 February 2012 Editor's Draft of CSSOM. Please send
83+ comments to
84+ < a href ="mailto:www-style@w3.org?subject=%5Bcssom%5D%20 "> www-style@w3.org</ a >
85+ (< a href ="http://lists.w3.org/Archives/Public/www-style/ "> archived</ a > )
86+ with < samp > [cssom]</ samp > at the start of the subject line.
7787
78- < p > This is the 12 October 2011 First Public Working Draft of CSSOM, produced by the
88+ < p > This is the 23 February 2012 First Public Working Draft of CSSOM, produced by the
7989 < a href ="http://www.w3.org/Style/CSS/members "> CSS Working Group</ a > (part
8090 of the < a href ="http://www.w3.org/Style/ "> Style Activity</ a > ).
8191 <!--XXX remove "First Public" after initial publication -->
@@ -94,8 +104,7 @@ <h2 class="no-num no-toc" id="sotd">Status of this Document</h2>
94104 < p > Publication as a Working Draft does not imply endorsement by the W3C
95105 Membership. This is a draft document and may be updated, replaced or
96106 obsoleted by other documents at any time. It is inappropriate to cite this
97- document as other than work in progress.
98-
107+ document as other than work in progress.</ p >
99108
100109 < h2 class ="no-num no-toc " id ="toc "> Table of Contents</ h2 >
101110
@@ -184,10 +193,6 @@ <h2 class="no-num no-toc" id="toc">Table of Contents</h2>
184193 < li > < a class ="no-num " href ="#acknowledgments "> Acknowledgments</ a > </ ol >
185194<!--end-toc-->
186195
187-
188-
189-
190-
191196 < h2 id ="introduction "> < span class ="secno "> 1 </ span > Introduction</ h2 >
192197
193198 < p class ="XXX "> ...</ p >
@@ -711,7 +716,7 @@ <h3 id="serializing-selectors"><span class="secno">5.2 </span>Serializing Select
711716 < a href ="#serialize-an-identifier " title ="serialize an identifier "> escaped</ a > element name to
712717 < var title =""> s</ var > .</ p >
713718
714- < li > < p > If this is a universal selector append "< code > *</ code > (U+002A)
719+ < li > < p > If this is a universal selector append "< code > *</ code > " (U+002A)
715720 to < var title =""> s</ var > .</ li >
716721 </ ol >
717722 </ dd >
@@ -1531,15 +1536,15 @@ <h4 id="requirements-on-user-agents-implementing-the-xml-stylesheet-processing-i
15311536 < li > < p > < a class ="external " href ="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#resolve-a-url " title ="Resolve a URL "> Resolve</ a >
15321537 the < a class ="external " href ="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#url "> URL</ a > specified by the
15331538 < code title =""> href</ code > < a class ="external " href ="http://www.w3.org/TR/xml-stylesheet/#dt-pseudo-attribute "> pseudo-attribute</ a > and then
1534- < a class ="external " href ="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls .html#fetch "> fetch</ a > it.</ li >
1539+ < a class ="external " href ="http://www.whatwg.org/specs/web-apps/current-work/multipage/fetching-resources .html#fetch "> fetch</ a > it.</ li >
15351540
15361541 < li >
15371542 < p > When the resource is available, the document is in
15381543 < a class ="external " href ="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-quirks-mode " title ="concept-quirks-mode "> quirks mode</ a >
15391544 and the
1540- < a class ="external " href ="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls .html#content-type "> Content-Type metadata</ a > of
1545+ < a class ="external " href ="http://www.whatwg.org/specs/web-apps/current-work/multipage/fetching-resources .html#content-type "> Content-Type metadata</ a > of
15411546 the resource is not a < a href ="#supported-styling-language "> supported styling language</ a > change the
1542- < a class ="external " href ="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls .html#content-type "> Content-Type metadata</ a > of the resource
1547+ < a class ="external " href ="http://www.whatwg.org/specs/web-apps/current-work/multipage/fetching-resources .html#content-type "> Content-Type metadata</ a > of the resource
15431548 to < code title =""> text/css</ code > .</ p >
15441549
15451550 < p class ="note "> This step might never actually happen, but is included
@@ -1608,13 +1613,13 @@ <h4 id="requirements-on-user-agents-implementing-the-http-link-header"><span cla
16081613
16091614 < li > < p > < a class ="external " href ="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#resolve-a-url " title ="Resolve a URL "> Resolve</ a >
16101615 the specified < a class ="external " href ="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#url "> URL</ a > and
1611- < a class ="external " href ="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls .html#fetch "> fetch</ a > it.</ li >
1616+ < a class ="external " href ="http://www.whatwg.org/specs/web-apps/current-work/multipage/fetching-resources .html#fetch "> fetch</ a > it.</ li >
16121617
16131618 < li > < p > When the resource is available, the document is in
16141619 < a class ="external " href ="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-quirks-mode " title ="concept-quirks-mode "> quirks mode</ a >
1615- and the < a class ="external " href ="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls .html#content-type "> Content-Type metadata</ a > of
1620+ and the < a class ="external " href ="http://www.whatwg.org/specs/web-apps/current-work/multipage/fetching-resources .html#content-type "> Content-Type metadata</ a > of
16161621 the resource is not a < a href ="#supported-styling-language "> supported styling language</ a > change the
1617- < a class ="external " href ="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls .html#content-type "> Content-Type metadata</ a > of the resource
1622+ < a class ="external " href ="http://www.whatwg.org/specs/web-apps/current-work/multipage/fetching-resources .html#content-type "> Content-Type metadata</ a > of the resource
16181623 to < code title =""> text/css</ code > .</ li >
16191624
16201625 < li > < p > If the resource is not in a
@@ -3267,7 +3272,7 @@ <h3 class="no-num" id="normative-references">Normative references</h3>
32673272< dd > < cite > < a href ="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html "> DOM4</ a > </ cite > , Anne van Kesteren, Aryeh Gregor and Ms2ger. W3C.
32683273
32693274< dt id ="refsHTML "> [HTML]
3270- < dd > < cite > < a href ="http://www.whatwg.org/html "> HTML</ a > </ cite > , Ian Hickson. WHATWG.
3275+ < dd > < cite > < a href ="http://www.whatwg.org/C "> HTML</ a > </ cite > , Ian Hickson. WHATWG.
32713276
32723277< dt id ="refsRFC2119 "> [RFC2119]
32733278< dd > < cite > < a href ="http://tools.ietf.org/html/rfc2119 "> Key words for use in RFCs to Indicate Requirement Levels</ a > </ cite > , Scott Bradner. IETF.
@@ -3286,7 +3291,7 @@ <h3 class="no-num" id="informative-references">Informative references</h3>
32863291
32873292 < h2 class ="no-num " id ="acknowledgments "> Acknowledgments</ h2 >
32883293
3289- < p > The editor would like to thank
3294+ < p > The editors would like to thank
32903295
32913296 Alexey Feldgendler,
32923297 Björn Höhrmann,
@@ -3310,7 +3315,7 @@ <h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
33103315
33113316 for contributing to this specification.</ p >
33123317
3313- < p > And additional bonus thanks to Ian Hickson for writing up the the
3318+ < p > Additional thanks to Ian Hickson for writing the
33143319 initial version of the alternative style sheets API and canonicalization
33153320 (now serialization) rules for CSS values.</ p >
33163321
0 commit comments