Skip to content

Commit 2c50cef

Browse files
author
Simon Pieters
committed
[cssom*] Remove Glenn's cusom build scripts
1 parent f6ca083 commit 2c50cef

51 files changed

Lines changed: 1574 additions & 7185 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

cssom-values/Makefile

Lines changed: 8 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,27 @@
1-
21
ANOLIS = anolis
3-
NODE = node
4-
52
SPECSTOP = ..
63
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
4+
XREF = data
5+
XREFS = $(XREF)/xrefs/css/cssom-values.json
156
EDFILE = Overview.html
167
TRFILE = TR/Overview.html
178

18-
all: $(EDFILE)
19-
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) > $@
9+
all: $(EDFILE) $(XREFS)
2510

2611
$(XREFS): Overview.src.html Makefile
2712
$(ANOLIS) --dump-xrefs=$@ $< /tmp/spec; $(RM) /tmp/spec
2813

29-
$(EDFILE): Overview.src.html $(XREFS) Makefile
14+
$(EDFILE): Overview.src.html $(XREF) Makefile
3015
$(ANOLIS) --output-encoding=utf-8 --omit-optional-tags --quote-attr-values \
3116
--w3c-compat --enable=xspecxref --enable=refs --w3c-shortname="cssom-values" \
32-
--force-html4-id --filter=".publish" --split-references-section $< $@
17+
--force-html4-id --filter=".publish" $< $@
3318

3419
draft: $(EDFILE)
3520

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

4227
publish: $(TRFILE)
43-
44-
clean::
45-
$(RM) Overview.src.html
46-
$(RM) $(JSONFILE)
47-
48-
cleanall:: clean
49-
$(RM) $(EDFILE)
50-
echo '{ "definitions": {}, "url": "http://dev.w3.org/csswg/cssom-values/#" }' > $(XREFS)

cssom-values/Overview.html

Lines changed: 13 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
.XXX { padding:.5em; border:solid red }
1414
p.XXX::before { content:"Issue: " }
1515
dl.switch { padding-left:2em }
16-
dl.switch &gt; dt { text-indent:-1.5em }
17-
dl.switch &gt; dt:before { content:'\21AA'; padding:0 0.5em 0 0; display:inline-block; width:1em; text-align:right; line-height:0.5em }
16+
dl.switch > dt { text-indent:-1.5em }
17+
dl.switch > dt:before { content:'\21AA'; padding:0 0.5em 0 0; display:inline-block; width:1em; text-align:right; line-height:0.5em }
1818
code { color:orangered }
1919
code :link, code :visited { color:inherit }
2020
</style>
@@ -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 14 May 2013</h2>
32+
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 21 May 2013</h2>
3333

3434
<dl>
3535

@@ -43,12 +43,12 @@ <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 14 May 2013</h2>
4343
<dt class="dontpublish">Previous Version:</dt>
4444

4545
<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>
4946
<dd><a>Simon Pieters</a>
5047
(<a href="http://www.opera.com/">Opera Software ASA</a>)
5148
&lt;<a href="mailto:simponp@opera.com">simonp@opera.com</a>&gt;</dd>
49+
<dd><a href="http://www.w3.org/wiki/User:Gadams">Glenn Adams</a>
50+
(<a href="http://www.cox.com/">Cox Communications, Inc.</a>)
51+
&lt;<a href="mailto:glenn.adams@cox.com">glenn.adams@cox.com</a>&gt;</dd>
5252

5353
</dl>
5454

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

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

8686

8787
<!-- XXX include this text upon FPWD publishing
88-
<p>This is the 14 May 2013 First Public Working Draft of CSSOM, produced by the
88+
<p>This is the 21 May 2013 First Public Working Draft of CSSOM, produced by the
8989
<a href="http://www.w3.org/Style/CSS/members">CSS Working Group</a> (part
9090
of the <a href="http://www.w3.org/Style/">Style Activity</a>).
9191
-->
@@ -132,10 +132,7 @@ <h2 class="no-num no-toc" id="toc">Table of Contents</h2>
132132
<li><a href="#the-csspercentagecomponentvalue-interface"><span class="secno">3.6.5 </span>The <code title="">CSSPercentageComponentValue</code> Interface</a></li>
133133
<li><a href="#the-cssstringcomponentvalue-interface"><span class="secno">3.6.6 </span>The <code title="">CSSStringComponentValue</code> Interface</a></li>
134134
<li><a href="#the-cssurlcomponentvalue-interface"><span class="secno">3.6.7 </span>The <code title="">CSSURLComponentValue</code> Interface</a></ol></ol></li>
135-
<li><a class="no-num" href="#references">References</a>
136-
<ol class="toc">
137-
<li><a class="no-num" href="#normative-references">Normative references</a></li>
138-
<li><a class="no-num" href="#informative-references">Informative references</a></ol></li>
135+
<li><a class="no-num" href="#references">References</a></li>
139136
<li><a class="no-num" href="#acknowledgments">Acknowledgments</a></ol>
140137
<!--end-toc-->
141138

@@ -304,19 +301,15 @@ <h4 id="the-cssurlcomponentvalue-interface"><span class="secno">3.6.7 </span>The
304301

305302

306303
<h2 class="no-num" id="references">References</h2>
307-
<h3 class="no-num" id="normative-references">Normative references</h3>
308-
<div id="anolis-references-normative"><dl><dt id="refsCSSOM">[CSSOM]
304+
<div id="anolis-references"><dl><dt id="refsCSSOM">[CSSOM]
309305
<dd><cite><a href="http://dev.w3.org/csswg/cssom/">CSS Object Model (CSSOM)</a></cite>, Glenn Adams and Simon Pieters. W3C.
310306

307+
<dt id="refsDOM2STYLE">[DOM2STYLE]
308+
<dd>(Non-normative) <cite><a href="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.
309+
311310
<dt id="refsRFC2119">[RFC2119]
312311
<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.
313312

314-
</dl></div>
315-
316-
<h3 class="no-num" id="informative-references">Informative references</h3>
317-
<div id="anolis-references-informative"><dl><dt id="refsDOM2STYLE">[DOM2STYLE]
318-
<dd><cite><a href="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.
319-
320313
</dl></div>
321314

322315

@@ -354,5 +347,3 @@ <h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
354347

355348

356349

357-
358-

cssom-values/cssom-values-generate.py

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

0 commit comments

Comments
 (0)