Skip to content

Commit d06e664

Browse files
committed
[cssom*] update setup instructions; regenerate with up-to-date anolis
1 parent 34be1b1 commit d06e664

9 files changed

Lines changed: 58 additions & 18 deletions

File tree

cssom-values/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,15 @@ $(XREFS): Overview.src.html Makefile
2929
$(EDFILE): Overview.src.html $(XREFS) Makefile
3030
$(ANOLIS) --output-encoding=utf-8 --omit-optional-tags --quote-attr-values \
3131
--w3c-compat --enable=xspecxref --enable=refs --w3c-shortname="cssom-values" \
32-
--force-html4-id --filter=".publish" $< $@
32+
--force-html4-id --filter=".publish" --split-references-section $< $@
3333

3434
draft: $(EDFILE)
3535

3636
$(TRFILE): Overview.src.html $(XREFS) Makefile
3737
$(ANOLIS) --output-encoding=utf-8 --omit-optional-tags --quote-attr-values \
3838
--w3c-compat --enable=xspecxref --enable=refs --w3c-shortname="cssom-values" \
39-
--force-html4-id --filter=".dontpublish" --pubdate="$(PUBDATE)" --w3c-status=WD $< $@
39+
--force-html4-id --filter=".dontpublish" --pubdate="$(PUBDATE)" --split-references-section \
40+
--w3c-status=WD $< $@
4041

4142
publish: $(TRFILE)
4243

cssom-values/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<h1 id="cssom-values">CSSOM Values Module</h1>
3131

32-
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 13 March 2013</h2>
32+
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 15 March 2013</h2>
3333

3434
<dl>
3535

@@ -57,7 +57,7 @@ <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 13 March 2013</h2>
5757

5858

5959
<!--begin-copyright-->
60-
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2013 <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>
60+
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2013 <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>, <a href="http://ev.buaa.edu.cn/">Beihang</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>
6161
<!--end-copyright-->
6262

6363
</div>
@@ -80,15 +80,15 @@ <h2 class="no-num no-toc" id="sotd">Status of this Document</h2>
8080
can be found in the
8181
<a href="http://www.w3.org/TR/">W3C technical reports index at http://www.w3.org/TR/.</a></em>
8282

83-
<p>This is the 13 March 2013 Editor's Draft of CSSOM. Please send
83+
<p>This is the 15 March 2013 Editor's Draft of CSSOM. Please send
8484
comments to
8585
<a href="mailto:www-style@w3.org?subject=%5Bcssom%5D%20">www-style@w3.org</a>
8686
(<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>)
8787
with <samp>[cssom-values]</samp> at the start of the subject line.
8888

8989

9090
<!-- XXX include this text upon FPWD publishing
91-
<p>This is the 13 March 2013 First Public Working Draft of CSSOM, produced by the
91+
<p>This is the 15 March 2013 First Public Working Draft of CSSOM, produced by the
9292
<a href="http://www.w3.org/Style/CSS/members">CSS Working Group</a> (part
9393
of the <a href="http://www.w3.org/Style/">Style Activity</a>).
9494
-->

cssom-values/README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
See setup instructions in ../cssom/README.

cssom-view/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,15 @@ $(XREFS): Overview.src.html Makefile
4040
$(EDFILE): Overview.src.html $(XREFS) Makefile
4141
$(ANOLIS) --output-encoding=utf-8 --omit-optional-tags --quote-attr-values \
4242
--w3c-compat --enable=xspecxref --enable=refs --w3c-shortname="cssom-view" \
43-
--force-html4-id --filter=".publish" $< $@
43+
--force-html4-id --filter=".publish" --split-references-section $< $@
4444

4545
draft: $(EDFILE)
4646

4747
$(TRFILE): Overview.src.html $(XREFS) Makefile
4848
$(ANOLIS) --output-encoding=utf-8 --omit-optional-tags --quote-attr-values \
4949
--w3c-compat --enable=xspecxref --enable=refs --w3c-shortname="cssom-view" \
50-
--force-html4-id --filter=".dontpublish" --pubdate="$(PUBDATE)" --w3c-status=WD $< $@
50+
--force-html4-id --filter=".dontpublish" --pubdate="$(PUBDATE)" --split-references-section \
51+
--w3c-status=WD $< $@
5152

5253
publish: $(TRFILE)
5354

cssom-view/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<h1 id="cssom-view-module">CSSOM View Module</h1>
1515

16-
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 13 March 2013</h2>
16+
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 15 March 2013</h2>
1717

1818
<dl>
1919

@@ -48,7 +48,7 @@ <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 13 March 2013</h2>
4848

4949

5050
<!--begin-copyright-->
51-
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2013 <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>
51+
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2013 <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>, <a href="http://ev.buaa.edu.cn/">Beihang</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>
5252
<!--end-copyright-->
5353

5454
</div>
@@ -72,7 +72,7 @@ <h2 class="no-num no-toc" id="sotd">Status of this Document</h2>
7272
can be found in the <a href="http://www.w3.org/TR/">W3C technical reports
7373
index at http://www.w3.org/TR/.</a></em>
7474

75-
<p>This is the 13 March 2013 Editor's Draft of CSSOM View. Please send
75+
<p>This is the 15 March 2013 Editor's Draft of CSSOM View. Please send
7676
comments to
7777
<a href="mailto:www-style@w3.org?subject=%5Bcssom-view%5D%20">www-style@w3.org</a>
7878
(<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>)

cssom-view/README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
See setup instructions in ../cssom/README.

cssom/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,15 @@ $(XREFS): Overview.src.html Makefile
4646
$(EDFILE): Overview.src.html $(XREFS) Makefile
4747
$(ANOLIS) --output-encoding=utf-8 --omit-optional-tags --quote-attr-values \
4848
--w3c-compat --enable=xspecxref --enable=refs --w3c-shortname="cssom" \
49-
--force-html4-id --filter=".publish" $< $@
49+
--force-html4-id --filter=".publish" --split-references-section $< $@
5050

5151
draft: $(EDFILE)
5252

5353
$(TRFILE): Overview.src.html $(XREFS) Makefile
5454
$(ANOLIS) --output-encoding=utf-8 --omit-optional-tags --quote-attr-values \
5555
--w3c-compat --enable=xspecxref --enable=refs --w3c-shortname="cssom" \
56-
--force-html4-id --filter=".dontpublish" --pubdate="$(PUBDATE)" --w3c-status=WD $< $@
56+
--force-html4-id --filter=".dontpublish" --pubdate="$(PUBDATE)" --split-references-section \
57+
--w3c-status=WD $< $@
5758

5859
publish: $(TRFILE)
5960

cssom/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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 13 March 2013</h2>
21+
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 15 March 2013</h2>
2222

2323
<dl>
2424

@@ -52,7 +52,7 @@ <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 13 March 2013</h2>
5252

5353

5454
<!--begin-copyright-->
55-
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2013 <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>
55+
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2013 <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>, <a href="http://ev.buaa.edu.cn/">Beihang</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>
5656
<!--end-copyright-->
5757

5858
</div>
@@ -86,7 +86,7 @@ <h2 class="no-num no-toc" id="sotd">Status of this Document</h2>
8686
can be found in the
8787
<a href="http://www.w3.org/TR/">W3C technical reports index at http://www.w3.org/TR/.</a></em>
8888

89-
<p class="dontpublish">This is the 13 March 2013 Editor's Draft of CSSOM. Please send comments to
89+
<p class="dontpublish">This is the 15 March 2013 Editor's Draft of CSSOM. Please send comments to
9090
<a href="mailto:www-style@w3.org?subject=%5Bcssom%5D%20">www-style@w3.org</a>
9191
(<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>)
9292
with <samp>[cssom]</samp> at the start of the subject line.

cssom/README

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,47 @@ In order to build the CSSOM related specification, you must install and
4747
configure the following:
4848

4949
* node.js (http://nodejs.org)
50-
* webidl.js [customized] (http://github.com/skynavga/webidl.js)
51-
- must be loadable from node via require()
5250
* html5.js (http://github.com/aredridel/html5)
5351
- must be loadable from node via require()
52+
* webidl.js [customized] (http://github.com/skynavga/webidl.js)
53+
- must be loadable from node via require()
5454
* anolis (http://wiki.whatwg.org/wiki/Anolis)
5555

56+
The following shows a detailed version (with comments) of the above steps
57+
performed on MacOSX 10.8.2, assuming your current directory is the same
58+
directory that contains this README:
59+
60+
# Start from CSSOM directory.
61+
% export CSSOM_HOME=`pwd`
62+
63+
# Make tools directory if needed.
64+
% if [ ! -d tools ] ; then mkdir tools ; fi
65+
% export CSSOM_TOOLS=$CSSOM_HOME/tools
66+
% cd $CSSOM_TOOLS
67+
68+
# Fetch node.js 0.10.0
69+
% wget http://nodejs.org/dist/v0.10.0/ $CSSOM_TOOLS/node-v0.10.0.pkg
70+
71+
# Install node.js 0.10.0
72+
% open $CSSOM_TOOLS/node-v0.10.0.pkg
73+
74+
# Fetch html5.js
75+
% git clone http://dinhe.net/~aredridel/projects/js/html5.git/ $CSSOM_TOOLS/html5.js
76+
77+
# Install local user copy of html5 (in ~/.npm and ~/node_modules).
78+
% (cd $HOME; npm install $CSSOM_TOOLS/html5.js)
79+
80+
# Fetch (customized) webidl.js
81+
% git clone http://github.com/skynavga/webidl.js $CSSOM_TOOLS/webidl.js
82+
83+
# Ensure node.js can access webidl.js
84+
% if [ ! -d $HOME/.node_libraries ] ; then mkdir $HOME/.node_libraries ; fi
85+
% ln -s $CSSOM_TOOLS/webidl.js/node/node/WebIDLParser.js
86+
87+
# Fetch anolis and make sure it is in $PATH.
88+
% hg clone https://bitbucket.org/ms2ger/anolis $CSSOM_TOOLS/anolis
89+
% sudo ln -s $CSSOM_TOOLS/anolis/anolis /usr/local/bin/anolis
90+
5691
COMMITTING CHANGES
5792

5893
1. hg pull

0 commit comments

Comments
 (0)