Skip to content

Commit 447bd1e

Browse files
committed
[cssom*] add simon pieters as co-editor
1 parent e931223 commit 447bd1e

13 files changed

Lines changed: 131 additions & 639 deletions

File tree

cssom-values/Makefile

Lines changed: 24 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,27 @@
11

2-
ANOLIS = anolis
3-
PYTHON = python
4-
5-
XREFS = data/xrefs/css/cssom-values.json
6-
EDFILE = Overview.html
7-
TRFILE = TR/Overview.html
2+
ANOLIS = anolis
3+
NODE = node
4+
5+
SPECSTOP = ..
6+
GENDIR = $(SPECSTOP)/cssom
7+
IDLGEN = $(GENDIR)/cssom-generate-json.js
8+
SPECGEN = $(GENDIR)/cssom-generate.js
9+
SPECSRC = cssom-values-source
10+
11+
IDLDRIVER = cssom-values.idl
12+
IDLFRAGS =
13+
JSONFILE = cssom-values.json
14+
XREFS = data/xrefs/css/cssom-values.json
15+
EDFILE = Overview.html
16+
TRFILE = TR/Overview.html
817

918
all: $(EDFILE)
1019

11-
Overview.src.html: cssom-values-source cssom-values-generate.py ../cssom/cssattrs.py
12-
export PYTHONPATH=$(PYTHONPATH):../cssom; $(PYTHON) cssom-values-generate.py
20+
$(JSONFILE): $(IDLDRIVER) $(IDLFRAGS) $(IDLGEN)
21+
gcc -E -x c -P -Iidl -C $(IDLDRIVER) | node $(IDLGEN) > $@
22+
23+
Overview.src.html: $(SPECGEN) $(JSONFILE) $(SPECSRC)
24+
$(NODE) $(SPECGEN) $(JSONFILE) $(SPECSRC) > $@
1325

1426
$(XREFS): Overview.src.html Makefile
1527
$(ANOLIS) --dump-xrefs=$@ $< /tmp/spec; $(RM) /tmp/spec
@@ -29,8 +41,9 @@ $(TRFILE): Overview.src.html $(XREFS) Makefile
2941
publish: $(TRFILE)
3042

3143
clean::
32-
$(RM) $(EDFILE)
3344
$(RM) Overview.src.html
34-
echo '{ "definitions": {}, "url": "http://dvcs.w3.org/hg/csswg/raw-file/tip/cssom-values/Overview.html#" }' > $(XREFS)
35-
45+
$(RM) $(JSONFILE)
3646

47+
cleanall:: clean
48+
$(RM) $(EDFILE)
49+
echo '{ "definitions": {}, "url": "http://dvcs.w3.org/hg/csswg/raw-file/tip/cssom-values/Overview.html#" }' > $(XREFS)

cssom-values/Overview.html

100755100644
Lines changed: 14 additions & 130 deletions
Large diffs are not rendered by default.

cssom-values/Overview.src.html

Lines changed: 0 additions & 448 deletions
This file was deleted.

cssom-values/cssom-values-source

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@
5353
<dd><a href="http://www.w3.org/wiki/User:Gadams">Glenn Adams</a>
5454
(<a href="http://www.cox.com/">Cox Communications, Inc.</a>)
5555
&lt;<a href="mailto:glenn.adams@cox.com">glenn.adams@cox.com</a>&gt;</dd>
56+
<dd><a>Simon Pieters</a>
57+
(<a href="http://www.opera.com/">Opera Software ASA</a>)
58+
&lt;<a href="mailto:simponp@opera.com">simonp@opera.com</a>&gt;</dd>
5659
<dd><a href="">Shane Stephens</a>
5760
(<a href="http://www.google.com/">Google, Inc.</a>)
5861
&lt;<a href="mailto:shans@google.com">shans@google.com</a>&gt;</dd>

cssom-values/cssom-values.idl

Whitespace-only changes.

cssom-view/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ $(XREFS): Overview.src.html Makefile
3939

4040
$(EDFILE): Overview.src.html $(XREFS) Makefile
4141
$(ANOLIS) --output-encoding=utf-8 --omit-optional-tags --quote-attr-values \
42-
--w3c-compat --enable=xspecxref --enable=refs --w3c-shortname="cssom" \
42+
--w3c-compat --enable=xspecxref --enable=refs --w3c-shortname="cssom-view" \
4343
--force-html4-id --filter=".publish" $< $@
4444

4545
draft: $(EDFILE)
4646

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

5252
publish: $(TRFILE)

cssom-view/Overview.html

Lines changed: 50 additions & 46 deletions
Large diffs are not rendered by default.

cssom-view/cssom-view-source

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
<dd><a href="http://www.w3.org/wiki/User:Gadams">Glenn Adams</a>
4141
(<a href="http://www.cox.com/">Cox Communications, Inc.</a>)
4242
&lt;<a href="mailto:glenn.adams@cox.com">glenn.adams@cox.com</a>&gt;</dd>
43+
<dd><a>Simon Pieters</a>
44+
(<a href="http://www.opera.com/">Opera Software ASA</a>)
45+
&lt;<a href="mailto:simponp@opera.com">simonp@opera.com</a>&gt;</dd>
4346
<dd><a href="">Shane Stephens</a>
4447
(<a href="http://www.google.com/">Google, Inc.</a>)
4548
&lt;<a href="mailto:shans@google.com">shans@google.com</a>&gt;</dd>

cssom/Overview.html

Lines changed: 5 additions & 2 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 4 February 2013</h2>
21+
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 13 March 2013</h2>
2222

2323
<dl>
2424

@@ -37,6 +37,9 @@ <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 4 February 2013</h2>
3737
<dd><a href="http://www.w3.org/wiki/User:Gadams">Glenn Adams</a>
3838
(<a href="http://www.cox.com/">Cox Communications, Inc.</a>)
3939
&lt;<a href="mailto:glenn.adams@cox.com">glenn.adams@cox.com</a>&gt;</dd>
40+
<dd><a>Simon Pieters</a>
41+
(<a href="http://www.opera.com/">Opera Software ASA</a>)
42+
&lt;<a href="mailto:simponp@opera.com">simonp@opera.com</a>&gt;</dd>
4043
<dd><a>Shane Stephens</a>
4144
(<a href="http://www.google.com/">Google, Inc.</a>)
4245
&lt;<a href="mailto:shans@google.com">shans@google.com</a>&gt;</dd>
@@ -83,7 +86,7 @@ <h2 class="no-num no-toc" id="sotd">Status of this Document</h2>
8386
can be found in the
8487
<a href="http://www.w3.org/TR/">W3C technical reports index at http://www.w3.org/TR/.</a></em>
8588

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

cssom/cssom-source

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
<dd><a href="http://www.w3.org/wiki/User:Gadams">Glenn Adams</a>
4545
(<a href="http://www.cox.com/">Cox Communications, Inc.</a>)
4646
&lt;<a href="mailto:glenn.adams@cox.com">glenn.adams@cox.com</a>&gt;</dd>
47+
<dd><a>Simon Pieters</a>
48+
(<a href="http://www.opera.com/">Opera Software ASA</a>)
49+
&lt;<a href="mailto:simponp@opera.com">simonp@opera.com</a>&gt;</dd>
4750
<dd><a>Shane Stephens</a>
4851
(<a href="http://www.google.com/">Google, Inc.</a>)
4952
&lt;<a href="mailto:shans@google.com">shans@google.com</a>&gt;</dd>

0 commit comments

Comments
 (0)