Skip to content

Commit 7855c8e

Browse files
committed
Updated all headers and updated HTML5+RDFa specification.
1 parent dce1d36 commit 7855c8e

14 files changed

+720
-112
lines changed

configs/rdfa.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@
1414
# ./bin/microjoin.py THIS_CONFIGURATION_FILE THE_OUTPUT_FILE
1515
#
1616
include headers/header-w3c-rdfa
17+
include build/table-of-contents
1718
include microsections/rdfa/rdfa
1819
include microsections/rdfa/rdfa-introduction
1920
include microsections/rdfa/rdfa-parsing-model
2021
include microsections/rdfa/rdfa-conformance-requirements
2122
include microsections/rdfa/rdfa-modifications-to-xhtml-rdfa
23+
include microsections/rdfa/rdfa-modifications-to-html5

configure.ac

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ fi
5454
# Generating files
5555
AC_CONFIG_FILES([
5656
Makefile
57+
headers/header-w3c-html5
58+
headers/header-w3c-rdfa
5759
headers/header-w3c-msporny
5860
headers/header-w3c-microdata
5961
])

headers/header-w3c-html5

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -181,22 +181,13 @@
181181
<!--<h2 class="no-num no-toc">W3C Working Draft 23 April 2009</h2>-->
182182
<h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 13 July 2009</h2>
183183

184-
<!--:ZZZ-->
185-
<dl><!-- ZZZ: update the month/day (twice), (un)comment out
186-
<dt>This Version:</dt>
187-
<dd><a href="http://www.w3.org/TR/2009/WD-html5-20090423/">http://www.w3.org/TR/2009/WD-html5-20090423/</a></dd>
188-
:ZZZ --><dt>Latest Published Version:</dt>
184+
185+
<dl>
186+
<dt>Latest Published Version:</dt>
189187
<dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
190188
<dt>Latest Editor's Draft:</dt>
191-
<dd><a href="http://dev.w3.org/html5/rdfa/Overview.html">http://dev.w3.org/html5/rdfa/Overview.html</a></dd>
192-
<!-- ZZZ: add the new version after it has shipped -->
193-
<dt>Previous Versions:</dt>
189+
<dd><a href="http://html5.digitalbazaar.com/specs/@SPEC_NAME@">http://html5.digitalbazaar.com/specs/@SPEC_NAME@</a></dd>
194190

195-
<dd><a href="http://www.w3.org/TR/2009/WD-html5-20090423/">http://www.w3.org/TR/2009/WD-html5-20090423/</a></dd>
196-
<dd><a href="http://www.w3.org/TR/2009/WD-html5-20090212/">http://www.w3.org/TR/2009/WD-html5-20090212/</a></dd>
197-
<dd><a href="http://www.w3.org/TR/2008/WD-html5-20080610/">http://www.w3.org/TR/2008/WD-html5-20080610/</a></dd>
198-
<dd><a href="http://www.w3.org/TR/2008/WD-html5-20080122/">http://www.w3.org/TR/2008/WD-html5-20080122/</a></dd>
199-
<!-- :ZZZ -->
200191
<dt>Editors:</dt>
201192
<dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
202193

headers/header-w3c-html5.in

Lines changed: 286 additions & 0 deletions
Large diffs are not rendered by default.

headers/header-w3c-microdata.in

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -182,13 +182,10 @@
182182
<h2 class="no-num no-toc" id="editor-s-draft-date-@DAY@-@MONTH@-@YEAR@">Editor's Draft @DATE_STRING@</h2>
183183

184184
<!--:ZZZ-->
185-
<dl><!-- ZZZ: update the month/day (twice), (un)comment out
186-
<dt>This Version:</dt>
187-
<dd><a href="http://www.w3.org/TR/@YEAR@/WD-html5-@CONDENSED_DATE_STRING@/">http://www.w3.org/TR/@YEAR@/WD-html5-@CONDENSED_DATE_STRING@/</a></dd>
185+
<dl>
186+
188187
<dt>Latest Editor's Draft:</dt>
189-
<dd><a href="http://dev.w3.org/html5/msporny/@SPEC_NAME@">http://dev.w3.org/html5/msporny/@SPEC_NAME@</a></dd>
190-
<!-- ZZZ: add the new version after it has shipped -->
191-
<dt>Previous Versions:</dt>
188+
<dd><a href="http://html5.digitalbazaar.com/specs/@SPEC_NAME@">http://html5.digitalbazaar.com/specs/@SPEC_NAME@</a></dd>
192189

193190
<!--: PREVIOUS_VERSIONS -->
194191

headers/header-w3c-msporny.in

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
.XXX { color: #E50000; background: white; border: solid red; padding: 0.5em; margin: 1em 0; }
9696
.XXX > :first-child { margin-top: 0; }
9797
p .XXX { line-height: 3em; }
98-
.annotation { border: solid thin black; background: #0C479D; color: white; position: relative; margin: 8px 0 20px 0; }
98+
.annotation { border: solid thin black; background: #0C479D; color: white; position: relative; margin: 8px 0 20px 0; }
9999
.annotation:before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; margin: 6px -6px -6px 6px; background: #333333; z-index: -1; content: ''; }
100100
.annotation :link, .annotation :visited { color: inherit; }
101101
.annotation :link:hover, .annotation :visited:hover { background: transparent; }
@@ -181,18 +181,11 @@
181181
<!--<h2 class="no-num no-toc">W3C Working Draft @DATE_STRING@</h2>-->
182182
<h2 class="no-num no-toc" id="editor-s-draft-date-@DAY@-@MONTH@-@YEAR@">Editor's Draft @DATE_STRING@</h2>
183183

184-
<!--:ZZZ-->
185-
<dl><!-- ZZZ: update the month/day (twice), (un)comment out
186-
<dt>This Version:</dt>
187-
<dd><a href="http://www.w3.org/TR/@YEAR@/WD-html5-@CONDENSED_DATE_STRING@/">http://www.w3.org/TR/@YEAR@/WD-html5-@CONDENSED_DATE_STRING@/</a></dd>
188-
<dt>Latest Editor's Draft:</dt>
189-
<dd><a href="http://dev.w3.org/html5/msporny/@SPEC_NAME@">http://dev.w3.org/html5/msporny/@SPEC_NAME@</a></dd>
190-
<!-- ZZZ: add the new version after it has shipped -->
191-
<dt>Previous Versions:</dt>
192184

193-
<!--: PREVIOUS_VERSIONS -->
185+
<dl>
186+
<dt>Latest Editor's Draft:</dt>
187+
<dd><a href="http://html5.digitalbazaar.com/specs/@SPEC_NAME@">http://html5.digitalbazaar.com/specs/@SPEC_NAME@</a></dd>
194188

195-
<!-- :ZZZ -->
196189
<dt>Editors:</dt>
197190
<dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
198191
<dd>David Hyatt, Apple, Inc.</dd>

headers/header-w3c-rdfa

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@
101101
.XXX { color: #E50000; background: white; border: solid red; padding: 0.5em; margin: 1em 0; }
102102
.XXX > :first-child { margin-top: 0; }
103103
p .XXX { line-height: 3em; }
104+
.annotation { border: solid thin black; background: #0C479D; color: white; position: relative; margin: 8px 0 20px 0; }
105+
.annotation:before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; margin: 6px -6px -6px 6px; background: #333333; z-index: -1; content: ''; }
106+
.annotation :link, .annotation :visited { color: inherit; }
107+
.annotation :link:hover, .annotation :visited:hover { background: transparent; }
108+
.annotation span { border: none ! important; }
104109
.note { color: green; background: transparent; font-family: sans-serif; }
105110
.warning { color: red; background: transparent; }
106111
.note, .warning { font-weight: bolder; font-style: italic; }
@@ -201,31 +206,16 @@
201206
<h2 class="no-num no-toc" id="a-mechanism-for-embedding-rdf-in-html">
202207
A mechanism for embedding RDF in HTML
203208
</h2>
204-
<h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 13 July 2009</h2>
209+
<h2 class="no-num no-toc" id="editor-s-draft-date-30-August-2009">Editor's Draft 30 August 2009</h2>
205210
<!--:ZZZ-->
206211
<dl>
207212
<!-- ZZZ: update the month/day (twice), (un)comment out
208213
<dt>This Version:</dt>
209214
<dd><a href="http://www.w3.org/TR/2009/WD-html5-20090423/">http://www.w3.org/TR/2009/WD-html5-20090423/</a></dd>
210215
:ZZZ -->
211-
<dt>
212-
Latest Published Version:
213-
</dt>
214-
<dd>
215-
Not published
216-
</dd>
217-
<dt>
218-
Latest Editor's Draft:
219-
</dt>
220-
<dd>
221-
<a href="http://dev.w3.org/html5/rdfa/rdfa-module.html">http://dev.w3.org/html5/rdfa/rdfa-module.html</a>
222-
</dd><!-- ZZZ: add the new version after it has shipped -->
223-
<dt>
224-
Previous Versions:
225-
</dt>
226-
<dd>
227-
None
228-
</dd><!-- :ZZZ -->
216+
217+
<dt>Latest Editor's Draft:</dt>
218+
<dd><a href="http://html5.digitalbazaar.com/specs/@SPEC_NAME@">http://html5.digitalbazaar.com/specs/@SPEC_NAME@</a></dd>
229219
<dt>
230220
Contributors (alphabetical order):
231221
</dt>

0 commit comments

Comments
 (0)