- From: poot <cvsmail@w3.org>
- Date: Tue, 1 Jul 2008 20:56:53 +0900 (JST)
- To: public-html-diffs@w3.org
1.1023 Allow xmlns='...' anywhere in HTML. (bug: 5801) (whatwg r1834) (changed by: Michael Smith) Diffs for this change per section: http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.279.html#fetching_wd2 http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.279.html#fetching_wd2-toc http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.279.html#grouping_fpwd-toc Current content per affected section: http://dev.w3.org/html5/pubnotes/Overview.html#fetching_wd2 http://dev.w3.org/html5/pubnotes/Overview.html#fetching_wd2-toc http://dev.w3.org/html5/pubnotes/Overview.html#grouping_fpwd-toc Previously published WD content per affected section: http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#fetching_wd2 http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#fetching_wd2-toc http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#grouping_fpwd-toc Cumulative diff: http://people.w3.org/mike/diffs/html5/pubnotes/Overview.diff.html http://dev.w3.org/cvsweb/html5/pubnotes/Overview.html?r1=1.278&r2=1.279&f=h http://html5.org/tools/web-apps-tracker?from=1833&to=1834 =================================================================== 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:57:32 UTC