Skip to content

Commit b5db876

Browse files
committed
Changes to HTML5 Extended Processing Behavior and HTML+RDFa specs.
1 parent 66031b6 commit b5db876

File tree

15 files changed

+209
-469
lines changed

15 files changed

+209
-469
lines changed

Makefile.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ $(SPECS): ${SPEC_SPLIT_STAMP} ${BUILD_DIR} ${ISSUE_ANNOTATIONS} ${DIST_DIR}
3232
@echo "Generating final document via Anolis (this may take 2-3 minutes)..."
3333
@@ANOLIS@ @ANOLIS_FLAGS@ ${BUILD_DIR}/tempspec-$(@F) $@
3434
@sed -i "s/@SPEC_NAME@/$(@F)/g" $@
35+
-@tidy -m -i -w 78 -ashtml $@
3536
@echo "$(@F) spec written to: $@"
3637

3738
${SPEC_SPLIT_STAMP}: html5-hixie/source

configs/html5-profile.conf renamed to configs/html5-epb.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
#
1616
include headers/header-w3c-profile
1717
include build/table-of-contents
18-
include microsections/profile/introduction
19-
include microsections/profile/modifications
20-
include microsections/profile/references
18+
include microsections/epb/introduction
19+
include microsections/epb/modifications
20+
include microsections/epb/references

configs/rdfa.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@
1313
# * To construct a new source document, run the following command:
1414
# ./bin/microjoin.py THIS_CONFIGURATION_FILE THE_OUTPUT_FILE
1515
#
16-
include headers/header-w3c-rdfa
16+
include headers/header-w3c-rdfa-wd
1717
include build/table-of-contents
1818
include microsections/rdfa/rdfa
1919
include microsections/rdfa/rdfa-introduction
2020
include microsections/rdfa/rdfa-parsing-model
2121
include microsections/rdfa/rdfa-conformance-requirements
2222
include microsections/rdfa/rdfa-modifications-to-xhtml-rdfa
2323
include microsections/rdfa/rdfa-modifications-to-html5
24+
include microsections/rdfa/references

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ AC_CONFIG_FILES([
5757
headers/header-w3c-html5
5858
headers/header-w3c-profile
5959
headers/header-w3c-rdfa
60+
headers/header-w3c-rdfa-wd
6061
headers/header-w3c-msporny
6162
headers/header-w3c-microdata
6263
])

headers/header-w3c-profile.in

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- when publishing, change bits marked ZZZ -->
44
<html lang="en-US-x-Hixie">
55
<head>
6-
<title>Profiles in HTML5</title>
6+
<title>Extended Processing Behavior in HTML5</title>
77
<style type="text/css">
88
pre { margin-left: 2em; white-space: pre-wrap; }
99
h2 { margin: 3em 0 1em 0; }
@@ -202,9 +202,9 @@
202202
src="http://www.w3.org/Icons/w3c_home"
203203
width="72"></a>
204204
</p>
205-
<h1>Profiles in HTML5</h1>
206-
<h2 class="no-num no-toc" id="a-mechanism-for-embedding-rdf-in-html">
207-
A mechanism for extending processing instructions for HTML5 documents.
205+
<h1>Extended Processing Behavior in HTML5</h1>
206+
<h2 class="no-num no-toc" id="extending-user-agent-behavior-in-html5">
207+
A mechanism for specifying and extending user agent processing behavior.
208208
</h2>
209209
<h2 class="no-num no-toc" id="editor-s-draft-date-@DAY@-@MONTH@-@YEAR@">Editor's Draft @DATE_STRING@</h2>
210210
<!--:ZZZ-->
@@ -217,7 +217,7 @@
217217
<dt>Latest Editor's Draft:</dt>
218218
<dd><a href="http://html5.digitalbazaar.com/specs/@SPEC_NAME@">http://html5.digitalbazaar.com/specs/@SPEC_NAME@</a></dd>
219219
<dt>
220-
Editors (alphabetical order):
220+
Editors:
221221
</dt>
222222
<dd>
223223
<a href="mailto:msporny@digitalbazaar.com">Manu Sporny</a>, Digital Bazaar, Inc.
@@ -246,8 +246,10 @@
246246
Abstract
247247
</h2>
248248
<p>
249-
This specification defines rules and guidelines for extending the
250-
document processing rules for HTML5 documents.
249+
This document defines rules and guidelines for HTML family documents
250+
that trigger specific document processing behavior in user agents.
251+
These techniques enable language designers and user agent developers
252+
to build extensions for the HTML family languages.
251253
</p>
252254
<h2 class="no-num no-toc"
253255
id="status-of-this-document">
@@ -292,10 +294,8 @@
292294
<!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- version history or list of changes (required) -->
293295
<p>
294296
The latest stable version of the editor's draft of this specification is
295-
always available on <a href=
296-
"http://dev.w3.org/html5/rdfa/rdfa-module.html">the W3C CVS server</a></a>.
297-
The <a href="http://dev.w3.org/html5/rdfa/rdfa">latest editor's working copy</a> (which may contain unfinished text in the process of
298-
being prepared) is also available.
297+
always available on <a href="http://dev.w3.org/">the W3C CVS server</a></a>.
298+
The <a href="">latest editor's working copy</a> (which may contain unfinished text in the process of being prepared) is also available.
299299
</p>
300300
<!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING LIST TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- status of document, group responsible (required) -->
301301
<p>

0 commit comments

Comments
 (0)