- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 01 Jul 2008 11:54:52 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/pubnotes
In directory hutz:/tmp/cvs-serv14978
Modified Files:
Overview.html Overview.src.html
Log Message:
1.1023 Allow xmlns='...' anywhere in HTML. (bug: 5801) (whatwg r1834)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.278
retrieving revision 1.279
diff -u -d -r1.278 -r1.279
--- Overview.html 30 Jun 2008 01:14:39 -0000 1.278
+++ Overview.html 1 Jul 2008 11:54:49 -0000 1.279
@@ -104,7 +104,17 @@
</li>
</ul>
</li>
-<li id="semantics_wd2-toc"><a href="#semantics_wd2">Section 4, The elements of HTML</a>
+<li id="dom_wd2-toc"><a href="#dom_wd2">Section 3, Semantics and structure of HTML documents</a>
+<ul>
+<li id="elements_wd2-toc"><a href="#elements_wd2">Section 3.3, Elements</a>
+<ul>
+<li id="global_wd2-toc"><a href="#global_wd2">Section 3.3.3, Global attributes</a>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+<li id="semantics_wd2-toc"><a href="#semantics_wd2">Section 4 [NEW], The elements of HTML</a>
<ul>
<li id="document_wd2-toc"><a href="#document_wd2">Section 4.2, Document metadata</a>
<ul>
@@ -741,25 +751,110 @@
</blockquote>
</div>
</div>
+ <div id="dom_wd2" class="section">
+ <h2>Section 3, Semantics and structure of HTML documents <a class="hash" href="#dom_wd2">#</a> <a class="toc-bak" href="#dom_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#dom">Section 3, Semantics and structure of HTML documents</a>” in the
+ current “Editor’s Draft”
+ version of the specification.</p><p class="spec-link">View
+
+ “<a href="http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html#dom">Section 3, Semantics and structure of HTML documents</a>”
+ in a
+ diff-marked version of the specification, showing
+ changes made between
+ 10 June 2008
+ and
+ current “Editor’s Draft”.</p></div>
+ <p>The structure of this section has changed
+ significantly. Many of its previous subsections were
+ moved out to form the new “The elements of HTML”
+ section, and a number of subsections that had been in
+ the “The Document Object Model” section were moved into
+ this one.</p>
+ <p>This section provides a definition of HTML documents
+ and HTML elements in terms of the DOM; it defines:</p>
+ <ul>
+ <li>the <code>HTMLDocument</code> interface
+ (associated DOM attributes and DOM tree
+ accessors)</li>
+ <li>the <code>HTMLElement</code> interface</li>
+ <li>global HTML content attributes and event-handler
+ content attributes</li>
+ <li>types/classes of content and content models</li>
+ <li>mechanisms for dynamically inserting markup into
+ HTML documents (the
+ <code class="method">document.write()</code>
+ family of methods
+ and
+ <code class="domattribute">innerHTML</code>
+ family of DOM attributes.</li>
+ </ul>
+ <div id="elements_wd2" class="section">
+ <h2>Section 3.3, Elements <a class="hash" href="#elements_wd2">#</a> <a class="toc-bak" href="#elements_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#elements">Section 3.3, Elements</a>” in the
+ current “Editor’s Draft”
+ version of the specification.</p><p class="spec-link">View
+
+ “<a href="http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html#elements">Section 3.3, Elements</a>”
+ in a
+ diff-marked version of the specification, showing
+ changes made between
+ 10 June 2008
+ and
+ current “Editor’s Draft”.</p></div>
+ <p>This section defines the
+ <code>HTMLElement</code> interface and global HTML
+ content attributes and event-handler content
+ attributes.</p>
+ <div id="global_wd2" class="section">
+ <h2>Section 3.3.3, Global attributes <a class="hash" href="#global_wd2">#</a> <a class="toc-bak" href="#global_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#global">Section 3.3.3, Global attributes</a>” in the
+ current “Editor’s Draft”
+ version of the specification.</p><p class="spec-link">View
+
+ “<a href="http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html#global">Section 3.3.3, Global attributes</a>”
+ in a
+ diff-marked version of the specification, showing
+ changes made between
+ 10 June 2008
+ and
+ current “Editor’s Draft”.</p></div> <p>This
+ section defines attributes that may be specified on
+ all HTML elements. In this section, the following
+ changes were made:</p>
+ <ul>
+ <li>A statement that had read, “In HTML documents,
+ the html element, and any other elements in the
+ HTML namespace whose parent element is not in the
+ HTML namespace, may have an xmlns attribute
+ specified, if, and only if, it has the exact value
+ “http://www.w3.org/1999/xhtml” was revised to
+ read, <q>In HTML documents, elements in the HTML
+ namespace may have an xmlns attribute specified,
+ if, and only if, it has the exact value
+ “http://www.w3.org/1999/xhtml”.</q></li>
+ </ul>
+ </div>
+ </div>
+ </div>
<div id="semantics_wd2" class="section">
- <h2>Section 4, The elements of HTML <a class="hash" href="#semantics_wd2">#</a> <a class="toc-bak" href="#semantics_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#semantics">Section 4, The elements of HTML</a>” in the
+ <h2>Section 4 [NEW], The elements of HTML <a class="hash" href="#semantics_wd2">#</a> <a class="toc-bak" href="#semantics_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#semantics">Section 4 [NEW], The elements of HTML</a>” in the
current “Editor’s Draft”
version of the specification.</p><p class="spec-link">View
- “<a href="http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html#semantics">Section 4, The elements of HTML</a>”
+ “<a href="http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html#semantics">Section 4 [NEW], The elements of HTML</a>”
in a
diff-marked version of the specification, showing
changes made between
10 June 2008
and
current “Editor’s Draft”.</p></div>
- <p>This section defines the meanings and content models
- for each element in the HTML language, and includes both
- “authoring conformance” or “document conformance”
- requirements (to enable authors to produce conformant HTML
- documents) with “implementation conformance” or
- “user-agent conformance” requirements (to enable
- implementors to produce conformant HTML user agents).</p>
+ <p>This newly titled section was formed from subsections
+ that had previously been in the “Semantics and structure
+ of HTML documents” section. It defines the meanings and
+ content models for each element in the HTML language,
+ and includes both “authoring conformance” or “document
+ conformance” requirements (to enable authors to produce
+ conformant HTML documents) with “implementation
+ conformance” or “user-agent conformance” requirements
+ (to enable implementors to produce conformant HTML user
+ agents).</p>
<div id="document_wd2" class="section">
<h2>Section 4.2, Document metadata <a class="hash" href="#document_wd2">#</a> <a class="toc-bak" href="#document_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#document">Section 4.2, Document metadata</a>” in the
current “Editor’s Draft”
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.264
retrieving revision 1.265
diff -u -d -r1.264 -r1.265
--- Overview.src.html 30 Jun 2008 01:04:48 -0000 1.264
+++ Overview.src.html 1 Jul 2008 11:54:49 -0000 1.265
@@ -258,15 +258,70 @@
</blockquote>
</section>
</section>
+ <section id=dom_wd2>
+ <h2>Section 3, Semantics and structure of HTML documents</h2>
+ <p>The structure of this section has changed
+ significantly. Many of its previous subsections were
+ moved out to form the new “The elements of HTML”
+ section, and a number of subsections that had been in
+ the “The Document Object Model” section were moved into
+ this one.</p>
+ <p>This section provides a definition of HTML documents
+ and HTML elements in terms of the DOM; it defines:</p>
+ <ul>
+ <li>the <code>HTMLDocument</code> interface
+ (associated DOM attributes and DOM tree
+ accessors)</li>
+ <li>the <code>HTMLElement</code> interface</li>
+ <li>global HTML content attributes and event-handler
+ content attributes</li>
+ <li>types/classes of content and content models</li>
+ <li>mechanisms for dynamically inserting markup into
+ HTML documents (the
+ <code class=method>document.write()</code>
+ family of methods
+ and
+ <code class=domattribute>innerHTML</code>
+ family of DOM attributes.</li>
+ </ul>
+ <section id=elements_wd2>
+ <h2>Section 3.3, Elements</h2>
+ <p>This section defines the
+ <code>HTMLElement</code> interface and global HTML
+ content attributes and event-handler content
+ attributes.</p>
+ <section id=global_wd2>
+ <h2>Section 3.3.3, Global attributes</h2> <p>This
+ section defines attributes that may be specified on
+ all HTML elements. In this section, the following
+ changes were made:</p>
+ <ul>
+ <li>A statement that had read, “In HTML documents,
+ the html element, and any other elements in the
+ HTML namespace whose parent element is not in the
+ HTML namespace, may have an xmlns attribute
+ specified, if, and only if, it has the exact value
+ “http://www.w3.org/1999/xhtml” was revised to
+ read, <q>In HTML documents, elements in the HTML
+ namespace may have an xmlns attribute specified,
+ if, and only if, it has the exact value
+ “http://www.w3.org/1999/xhtml”.</q></li>
+ </ul>
+ </section>
+ </section>
+ </section>
<section id=semantics_wd2>
- <h2>Section 4, The elements of HTML</h2>
- <p>This section defines the meanings and content models
- for each element in the HTML language, and includes both
- “authoring conformance” or “document conformance”
- requirements (to enable authors to produce conformant HTML
- documents) with “implementation conformance” or
- “user-agent conformance” requirements (to enable
- implementors to produce conformant HTML user agents).</p>
+ <h2>Section 4 [NEW], The elements of HTML</h2>
+ <p>This newly titled section was formed from subsections
+ that had previously been in the “Semantics and structure
+ of HTML documents” section. It defines the meanings and
+ content models for each element in the HTML language,
+ and includes both “authoring conformance” or “document
+ conformance” requirements (to enable authors to produce
+ conformant HTML documents) with “implementation
+ conformance” or “user-agent conformance” requirements
+ (to enable implementors to produce conformant HTML user
+ agents).</p>
<section id=document_wd2>
<h2>Section 4.2, Document metadata</h2>
<p>This section defines the semantics and structure of
Received on Tuesday, 1 July 2008 11:55:29 UTC