Skip to content

Commit 0473bab

Browse files
committed
update editors, upgrade make process, add current TR WD
1 parent fa586d6 commit 0473bab

7 files changed

Lines changed: 3517 additions & 102 deletions

File tree

.hgignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
data

Makefile

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
2+
ANOLIS = anolis
3+
PYTHON = python
4+
5+
XREFS = data/xrefs/css/cssom.json
6+
EDFILE = Overview.html
7+
TRFILE = TR/Overview.html
8+
9+
all: $(EDFILE)
10+
11+
Overview.src.html: cssom-source
12+
$(PYTHON) cssom-generate.py
13+
14+
$(XREFS): Overview.src.html Makefile
15+
$(ANOLIS) --dump-xrefs=$@ $< /tmp/spec; $(RM) /tmp/spec
16+
17+
$(EDFILE): Overview.src.html $(XREFS) Makefile
18+
$(ANOLIS) --output-encoding=utf-8 --omit-optional-tags --quote-attr-values \
19+
--w3c-compat --enable=xspecxref --enable=refs --w3c-shortname="cssom" \
20+
--force-html4-id --filter=".publish" $< $@
21+
22+
draft: $(EDFILE)
23+
24+
$(TRFILE): Overview.src.html $(XREFS) Makefile
25+
$(ANOLIS) --output-encoding=utf-8 --omit-optional-tags --quote-attr-values \
26+
--w3c-compat --enable=xspecxref --enable=refs --w3c-shortname="cssom" \
27+
--force-html4-id --filter=".dontpublish" --pubdate="$(PUBDATE)" --w3c-status=WD $< $@
28+
29+
publish: $(TRFILE)
30+
31+
clean::
32+
$(RM) $(EDFILE)
33+
$(RM) Overview.src.html
34+
echo '{ "definitions": {}, "url": "http://dvcs.w3.org/hg/cssom/raw-file/tip/Overview.html#" }' > $(XREFS)
35+
36+

Overview.html

100755100644
Lines changed: 45 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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 }
@@ -18,49 +18,59 @@
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&amp;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+
&lt;<a href="mailto:glenn.adams@cox.com">glenn.adams@cox.com</a>&gt;</dd>
49+
<dd><a href="">Shane Stephens</a>
50+
(<a href="http://www.google.com/">Google, Inc.</a>)
51+
&lt;<a href="mailto:shans@google.com">shans@google.com</a>&gt;</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
&lt;<a href="mailto:annevk@opera.com">annevk@opera.com</a>&gt;</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

Overview.src.html

100755100644
Lines changed: 39 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
1+
<!doctype html>
22
<html lang="en-US">
33
<head>
4-
<title>CSSOM</title>
5-
4+
<meta charset=utf-8>
5+
<title>CSS Object Model (CSSOM)</title>
66
<style type="text/css">
77
pre.idl { border:solid thin; background:#eee; color:#000; padding:0.5em }
88
pre.idl :link, pre.idl :visited { color:inherit; background:transparent }
@@ -20,51 +20,66 @@
2020
code { color:orangered }
2121
code :link, code :visited { color:inherit }
2222
</style>
23-
2423
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS]">
2524
</head>
26-
2725
<body class="draft">
2826
<div class="head">
2927
<!--logo-->
30-
<h1 id="cssom">CSSOM</h1>
31-
<h2 class="no-num no-toc">[LONGSTATUS] [DATE: 3 August 2002]</h2>
28+
<h1 id="cssom">CSS Object Model (CSSOM)</h1>
29+
30+
<h2 class="no-num no-toc" id="w3c-doctype">[LONGSTATUS] [DATE: 3 August 2002]</h2>
3231

3332
<dl>
3433

3534
<dt>This Version:</dt>
36-
<dd class=dontpublish><a href="http://dev.w3.org/csswg/cssom/">http://dev.w3.org/csswg/cssom/</a>
35+
<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>
3736
<dd class=publish><a href="[VERSION]">[VERSION]</a></dd>
3837

38+
<dt class=dontpublish>Participate:</dt>
39+
<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>)
40+
<dd class=dontpublish><a href="https://www.w3.org/Bugs/Public/enter_bug.cgi?product=CSS&amp;component=CSSOM">File a bug</a>
41+
<dd class=dontpublish><a href="http://wiki.whatwg.org/wiki/IRC">IRC: #css on Freenode</a>
42+
3943
<dt class=publish>Latest Version:</dt>
4044
<dd class=publish><a href="[LATEST]">[LATEST]</a></dd>
4145

4246
<dt class=publish>Latest Editor's draft:</dt>
43-
<dd class=publish><a href="http://dev.w3.org/csswg/cssom/">http://dev.w3.org/csswg/cssom/</a></dd>
47+
<dd class=publish><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>
4448

4549
<dt class=dontpublish>Previous Version:</dt>
4650
<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>
4751

48-
<dt>Editor:</dt>
52+
<dt>Editors:</dt>
53+
<dd><a href="http://www.w3.org/wiki/User:Gadams">Glenn Adams</a>
54+
(<a href="http://www.cox.com/">Cox Communications, Inc.</a>)
55+
&lt;<a href="mailto:glenn.adams@cox.com">glenn.adams@cox.com</a>&gt;</dd>
56+
<dd><a href="">Shane Stephens</a>
57+
(<a href="http://www.google.com/">Google, Inc.</a>)
58+
&lt;<a href="mailto:shans@google.com">shans@google.com</a>&gt;</dd>
59+
60+
<dt>Previous Editor:</dt>
4961
<dd><a href="http://annevankesteren.nl/">Anne van Kesteren</a>
5062
(<a href="http://www.opera.com/">Opera Software ASA</a>)
5163
&lt;<a href="mailto:annevk@opera.com">annevk@opera.com</a>&gt;</dd>
5264
</dl>
5365

54-
<!--copyright-->
66+
<p class="dontpublish copyright"><a rel=license href="http://creativecommons.org/publicdomain/zero/1.0/"><img src="http://i.creativecommons.org/p/zero/1.0/80x15.png" alt=CC0></a>
67+
To the extent possible under law, the editors have waived all copyright and
68+
related or neighboring rights to this work. In addition, as of
69+
[DATE: 01 Jan 1901], the editors have made this specification available
70+
under the <a rel=license href="http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0">Open
71+
Web Foundation Agreement, Version 1.0</a>.</p>
72+
<div class=publish><!--copyright--></div>
73+
5574
</div>
5675

5776
<hr class="top">
5877

59-
6078
<h2 class="no-num no-toc" id="abstract">Abstract</h2>
6179

6280
<p>CSSOM defines APIs (including generic parsing and serialization rules)
6381
for Media Queries, Selectors, and of course CSS itself.</p>
6482

65-
66-
67-
6883
<h2 class="no-num no-toc" id="sotd">Status of this Document</h2>
6984

7085
<p><em>This section describes the status of this document at the time of
@@ -73,11 +88,11 @@ <h2 class="no-num no-toc" id="sotd">Status of this Document</h2>
7388
can be found in the
7489
<a href="http://www.w3.org/TR/">W3C technical reports index at http://www.w3.org/TR/.</a></em>
7590

76-
<p>This is the [DATE: 3 August 2002] [LONGSTATUS] of CSSOM. Please send
77-
comments to
78-
<a href="mailto:www-style@w3.org?subject=%5Bcssom%5D%20">www-style@w3.org</a>
79-
(<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>)
80-
with <samp>[cssom]</samp> at the start of the subject line.
91+
<p>This is the [DATE: 3 August 2002] [LONGSTATUS] of CSSOM. Please send
92+
comments to
93+
<a href="mailto:www-style@w3.org?subject=%5Bcssom%5D%20">www-style@w3.org</a>
94+
(<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>)
95+
with <samp>[cssom]</samp> at the start of the subject line.
8196

8297
<p>This is the [DATE] First Public Working Draft of CSSOM, produced by the
8398
<a href="http://www.w3.org/Style/CSS/members">CSS Working Group</a> (part
@@ -98,17 +113,12 @@ <h2 class="no-num no-toc" id="sotd">Status of this Document</h2>
98113
<p>Publication as a Working Draft does not imply endorsement by the W3C
99114
Membership. This is a draft document and may be updated, replaced or
100115
obsoleted by other documents at any time. It is inappropriate to cite this
101-
document as other than work in progress.
102-
116+
document as other than work in progress.</p>
103117

104118
<h2 class="no-num no-toc" id="toc">Table of Contents</h2>
105119

106120
<!--toc-->
107121

108-
109-
110-
111-
112122
<h2 id="introduction">Introduction</h2>
113123

114124
<p class="XXX">...</p>
@@ -632,7 +642,7 @@ <h3>Serializing Selectors</h3>
632642
<span title="serialize an identifier">escaped</span> element name to
633643
<var title>s</var>.</p>
634644

635-
<li><p>If this is a universal selector append "<code>*</code> (U+002A)
645+
<li><p>If this is a universal selector append "<code>*</code>" (U+002A)
636646
to <var title>s</var>.</p></li>
637647
</ol>
638648
</dd>
@@ -3192,7 +3202,7 @@ <h3 class=no-num>Informative references</h3>
31923202

31933203
<h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
31943204

3195-
<p>The editor would like to thank
3205+
<p>The editors would like to thank
31963206

31973207
Alexey Feldgendler,
31983208
Bj&ouml;rn H&ouml;hrmann,
@@ -3216,7 +3226,7 @@ <h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
32163226

32173227
for contributing to this specification.</p>
32183228

3219-
<p>And additional bonus thanks to Ian Hickson for writing up the the
3229+
<p>Additional thanks to Ian Hickson for writing the
32203230
initial version of the alternative style sheets API and canonicalization
32213231
(now serialization) rules for CSS values.</p>
32223232

0 commit comments

Comments
 (0)