- From: poot <cvsmail@w3.org>
- Date: Mon, 13 Jul 2009 05:19:27 +0900 (JST)
- To: public-html-diffs@w3.org
: Updated the Document Conformance section of the HTML5+RDFa
specification so that the correct nesting is produced by the TOC.
http://dev.w3.org/cvsweb/html5/rdfa/Overview.html?r1=1.1&r2=1.2&f=h
===================================================================
RCS file: /sources/public/html5/rdfa/source,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- source 12 Jul 2009 18:35:58 -0000 1.1
+++ source 12 Jul 2009 20:19:05 -0000 1.2
@@ -134,9 +134,9 @@
Note that all examples in this document are informative, and are not meant
to be interpreted as normative requirements.
</p>
- <h3>
+ <h4>
Document Conformance
- </h3>
+ </h4>
<p>
In order for a document to claim that it is a conforming HTML+RDFa document,
it must provide the facilities described as mandatory in this section.
@@ -168,9 +168,9 @@
</div>
</li>
</ol>
- <h3>
+ <h4>
User Agent Conformance
- </h3>
+ </h4>
<p>
A conforming RDFa user agent must:
<ul>
@@ -189,9 +189,9 @@
</li>
</ul>
</p>
- <h3>
+ <h4>
RDFa Processor Conformance
- </h3>
+ </h4>
<p>
A conforming RDFa Processor must implement all of the mandatory features
specified in the XHTML+RDFa specification. It must also support any
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/rdfa/Overview.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Overview.html 12 Jul 2009 20:09:14 -0000 1.1
+++ Overview.html 12 Jul 2009 20:19:04 -0000 1.2
@@ -1072,25 +1072,26 @@
</a></li>
<li><a href=#conformance-requirements-0><span class=secno>5.4 </span>
Conformance Requirements
- </a></li>
- <li><a href=#document-conformance><span class=secno>5.5 </span>
+ </a>
+ <ol class=toc>
+ <li><a href=#document-conformance><span class=secno>5.4.1 </span>
Document Conformance
</a></li>
- <li><a href=#user-agent-conformance><span class=secno>5.6 </span>
+ <li><a href=#user-agent-conformance><span class=secno>5.4.2 </span>
User Agent Conformance
</a></li>
- <li><a href=#rdfa-processor-conformance><span class=secno>5.7 </span>
+ <li><a href=#rdfa-processor-conformance><span class=secno>5.4.3 </span>
RDFa Processor Conformance
- </a></li>
- <li><a href=#modifications-to-xhtml-rdfa><span class=secno>5.8 </span>
+ </a></li></ol></li>
+ <li><a href=#modifications-to-xhtml-rdfa><span class=secno>5.5 </span>
Modifications to XHTML+RDFa
</a>
<ol class=toc>
- <li><a href=#specifying-the-language-for-a-literal><span class=secno>5.8.1 </span>Specifying the language for a literal</a></li>
- <li><a href=#invalid-xmlliteral-values><span class=secno>5.8.2 </span>Invalid XMLLiteral values</a></li>
- <li><a href=#the-xmlns:-attribute><span class=secno>5.8.3 </span>The <code>xmlns:</code> attribute</a></li>
- <li><a href=#the-token-attribute><span class=secno>5.8.4 </span>The <code>token</code> attribute</a></li>
- <li><a href=#use-of-uris-in-curie-only-attribute-values><span class=secno>5.8.5 </span>Use of URIs in CURIE-only attribute values</a></li></ol></li></ol></li>
+ <li><a href=#specifying-the-language-for-a-literal><span class=secno>5.5.1 </span>Specifying the language for a literal</a></li>
+ <li><a href=#invalid-xmlliteral-values><span class=secno>5.5.2 </span>Invalid XMLLiteral values</a></li>
+ <li><a href=#the-xmlns:-attribute><span class=secno>5.5.3 </span>The <code>xmlns:</code> attribute</a></li>
+ <li><a href=#the-token-attribute><span class=secno>5.5.4 </span>The <code>token</code> attribute</a></li>
+ <li><a href=#use-of-uris-in-curie-only-attribute-values><span class=secno>5.5.5 </span>Use of URIs in CURIE-only attribute values</a></li></ol></li></ol></li>
<li><a href=#microdata><span class=secno>6 </span>Microdata</a>
<ol class=toc>
<li><a href=#introduction-3><span class=secno>6.1 </span>Introduction</a>
@@ -86374,9 +86375,9 @@
Note that all examples in this document are informative, and are not meant
to be interpreted as normative requirements.
</p>
- <h3 id=document-conformance><span class=secno>5.5 </span>
+ <h4 id=document-conformance><span class=secno>5.4.1 </span>
Document Conformance
- </h3>
+ </h4>
<p>
In order for a document to claim that it is a conforming HTML+RDFa document,
it must provide the facilities described as mandatory in this section.
@@ -86408,9 +86409,9 @@
</div>
</li>
</ol>
- <h3 id=user-agent-conformance><span class=secno>5.6 </span>
+ <h4 id=user-agent-conformance><span class=secno>5.4.2 </span>
User Agent Conformance
- </h3>
+ </h4>
<p>
A conforming RDFa user agent must:
</p><ul>
@@ -86429,15 +86430,15 @@
</li>
</ul>
<p></p>
- <h3 id=rdfa-processor-conformance><span class=secno>5.7 </span>
+ <h4 id=rdfa-processor-conformance><span class=secno>5.4.3 </span>
RDFa Processor Conformance
- </h3>
+ </h4>
<p>
A conforming RDFa Processor must implement all of the mandatory features
specified in the XHTML+RDFa specification. It must also support any
mandatory features specified in the RDFa section of the HTML5 specification.
</p>
- <h3 id=modifications-to-xhtml-rdfa><span class=secno>5.8 </span>
+ <h3 id=modifications-to-xhtml-rdfa><span class=secno>5.5 </span>
Modifications to XHTML+RDFa
</h3>
<p>
@@ -86452,7 +86453,7 @@
support extracting RDF from HTML documents.
</p>
- <h4 id=specifying-the-language-for-a-literal><span class=secno>5.8.1 </span>Specifying the language for a literal</h4>
+ <h4 id=specifying-the-language-for-a-literal><span class=secno>5.5.1 </span>Specifying the language for a literal</h4>
<p>
The <code>lang</code> attribute must be supported in the same manner
as the <code>xml:lang</code> attribute is in the XHTML+RDFa specification.
@@ -86467,7 +86468,7 @@
both attributes is exactly the same.
</p>
- <h4 id=invalid-xmlliteral-values><span class=secno>5.8.2 </span>Invalid XMLLiteral values</h4>
+ <h4 id=invalid-xmlliteral-values><span class=secno>5.5.2 </span>Invalid XMLLiteral values</h4>
<p>
When generating literals of type XMLLiteral, the processor must ensure that
the output XMLLiteral is
@@ -86487,7 +86488,7 @@
only text nodes.
</p>
- <h4 id=the-xmlns:-attribute><span class=secno>5.8.3 </span>The <code>xmlns:</code> attribute</h4>
+ <h4 id=the-xmlns:-attribute><span class=secno>5.5.3 </span>The <code>xmlns:</code> attribute</h4>
<p class=XXX>
There have been various objections to the usage of the <code>xmlns</code>:
attribute across all HTML family languages. It is currently unknown whether
@@ -86517,7 +86518,7 @@
names) document types.
</p>
- <h4 id=the-token-attribute><span class=secno>5.8.4 </span>The <code>token</code> attribute</h4>
+ <h4 id=the-token-attribute><span class=secno>5.5.4 </span>The <code>token</code> attribute</h4>
<p>
</p><div class=XXX>
Warning: All statements regarding the <code>token</code> attribute
@@ -86551,7 +86552,7 @@
</pre>
would expand the CURIE value in <code>rel</code> as <code>http://example.org/author</code>.
<p></p>
- <h4 id=use-of-uris-in-curie-only-attribute-values><span class=secno>5.8.5 </span>Use of URIs in CURIE-only attribute values</h4>
+ <h4 id=use-of-uris-in-curie-only-attribute-values><span class=secno>5.5.5 </span>Use of URIs in CURIE-only attribute values</h4>
<p>
</p><div class=XXX>
Warning: All statements regarding the use of URIs in attribute value's
Index: rdfa-module.html
===================================================================
RCS file: /sources/public/html5/rdfa/rdfa-module.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- rdfa-module.html 12 Jul 2009 18:43:50 -0000 1.3
+++ rdfa-module.html 12 Jul 2009 20:19:05 -0000 1.4
@@ -449,9 +449,9 @@
Note that all examples in this document are informative, and are not meant
to be interpreted as normative requirements.
</p>
- <h3 id=document-conformance><span class=secno>1.5 </span>
+ <h4 id=document-conformance><span class=secno>1.4.1 </span>
Document Conformance
- </h3>
+ </h4>
<p>
In order for a document to claim that it is a conforming HTML+RDFa document,
it must provide the facilities described as mandatory in this section.
@@ -483,9 +483,9 @@
</div>
</li>
</ol>
- <h3 id=user-agent-conformance><span class=secno>1.6 </span>
+ <h4 id=user-agent-conformance><span class=secno>1.4.2 </span>
User Agent Conformance
- </h3>
+ </h4>
<p>
A conforming RDFa user agent must:
</p><ul>
@@ -504,15 +504,15 @@
</li>
</ul>
<p></p>
- <h3 id=rdfa-processor-conformance><span class=secno>1.7 </span>
+ <h4 id=rdfa-processor-conformance><span class=secno>1.4.3 </span>
RDFa Processor Conformance
- </h3>
+ </h4>
<p>
A conforming RDFa Processor must implement all of the mandatory features
specified in the XHTML+RDFa specification. It must also support any
mandatory features specified in the RDFa section of the HTML5 specification.
</p>
- <h3 id=modifications-to-xhtml-rdfa><span class=secno>1.8 </span>
+ <h3 id=modifications-to-xhtml-rdfa><span class=secno>1.5 </span>
Modifications to XHTML+RDFa
</h3>
<p>
@@ -527,7 +527,7 @@
support extracting RDF from HTML documents.
</p>
- <h4 id=specifying-the-language-for-a-literal><span class=secno>1.8.1 </span>Specifying the language for a literal</h4>
+ <h4 id=specifying-the-language-for-a-literal><span class=secno>1.5.1 </span>Specifying the language for a literal</h4>
<p>
The <code>lang</code> attribute must be supported in the same manner
as the <code>xml:lang</code> attribute is in the XHTML+RDFa specification.
@@ -542,7 +542,7 @@
both attributes is exactly the same.
</p>
- <h4 id=invalid-xmlliteral-values><span class=secno>1.8.2 </span>Invalid XMLLiteral values</h4>
+ <h4 id=invalid-xmlliteral-values><span class=secno>1.5.2 </span>Invalid XMLLiteral values</h4>
<p>
When generating literals of type XMLLiteral, the processor must ensure that
the output XMLLiteral is
@@ -562,7 +562,7 @@
only text nodes.
</p>
- <h4 id=the-xmlns:-attribute><span class=secno>1.8.3 </span>The <code>xmlns:</code> attribute</h4>
+ <h4 id=the-xmlns:-attribute><span class=secno>1.5.3 </span>The <code>xmlns:</code> attribute</h4>
<p class=XXX>
There have been various objections to the usage of the <code>xmlns</code>:
attribute across all HTML family languages. It is currently unknown whether
@@ -592,7 +592,7 @@
names) document types.
</p>
- <h4 id=the-token-attribute><span class=secno>1.8.4 </span>The <code>token</code> attribute</h4>
+ <h4 id=the-token-attribute><span class=secno>1.5.4 </span>The <code>token</code> attribute</h4>
<p>
</p><div class=XXX>
Warning: All statements regarding the <code>token</code> attribute
@@ -626,7 +626,7 @@
</pre>
would expand the CURIE value in <code>rel</code> as <code>http://example.org/author</code>.
<p></p>
- <h4 id=use-of-uris-in-curie-only-attribute-values><span class=secno>1.8.5 </span>Use of URIs in CURIE-only attribute values</h4>
+ <h4 id=use-of-uris-in-curie-only-attribute-values><span class=secno>1.5.5 </span>Use of URIs in CURIE-only attribute values</h4>
<p>
</p><div class=XXX>
Warning: All statements regarding the use of URIs in attribute value's
Received on Sunday, 12 July 2009 20:20:05 UTC