html5/pubnotes Overview.html,1.275,1.276 Overview.src.html,1.262,1.263

Update of /sources/public/html5/pubnotes
In directory hutz:/tmp/cvs-serv10922

Modified Files:
	Overview.html Overview.src.html 
Log Message:
1.987 URL stuff + "If there are multiple base elements with target
attributes, all but the first are ignored." (whatwg r1797)


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.275
retrieving revision 1.276
diff -u -d -r1.275 -r1.276
--- Overview.html	30 Jun 2008 00:44:46 -0000	1.275
+++ Overview.html	30 Jun 2008 00:59:57 -0000	1.276
@@ -106,6 +106,12 @@
 </li>
 <li id="semantics_wd2-toc"><a href="#semantics_wd2">Section 4, The elements of HTML</a>
 <ul>
+<li id="document_wd2-toc"><a href="#document_wd2">Section 4.2, Document metadata</a>
+<ul>
+<li id="the-base_wd2-toc"><a href="#the-base_wd2">Section 4.2.3, The base element</a>
+</li>
+</ul>
+</li>
 <li id="sections_wd2-toc"><a href="#sections_wd2">Section 4.3, Sections</a>
 <ul>
 <li id="headings_wd2-toc"><a href="#headings_wd2">Section 4.3.10, Headings and sections</a>
@@ -733,6 +739,30 @@
           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”
+        version of the specification.</p><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#document">Section 4.2, Document metadata</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 semantics and structure of
+            the <code class="element">head</code> element and those of
+            its conformant descendant elements.</p>
+            <div id="the-base_wd2" class="section">
+              <h2>Section 4.2.3, The base element <a class="hash" href="#the-base_wd2">#</a> <a class="toc-bak" href="#the-base_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#the-base">Section 4.2.3, The base element</a>” in the
+        current “Editor’s Draft”
+        version of the specification.</p><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#the-base">Section 4.2.3, The base element</a>” in a
+        diff-marked version of the specification, showing
+        changes made between
+        10 June 2008
+        and 
+        current “Editor’s Draft”.</p></div>
+              <p>In this section, the following note was added.</p>
+            </div>
+          </div>
           <div id="sections_wd2" class="section">
             <h2>Section 4.3, Sections <a class="hash" href="#sections_wd2">#</a> <a class="toc-bak" href="#sections_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#sections">Section 4.3, Sections</a>” in the
         current “Editor’s Draft”

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.262
retrieving revision 1.263
diff -u -d -r1.262 -r1.263
--- Overview.src.html	30 Jun 2008 00:44:46 -0000	1.262
+++ Overview.src.html	30 Jun 2008 00:59:57 -0000	1.263
@@ -267,6 +267,16 @@
           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
+            the <code class=element>head</code> element and those of
+            its conformant descendant elements.</p>
+            <section id=the-base_wd2>
+              <h2>Section 4.2.3, The base element</h2>
+              <p>In this section, the following note was added.</p>
+            </section>
+          </section>
           <section id=sections_wd2>
             <h2>Section 4.3, Sections</h2>
             <p>This section defines the semantics and structure of

Received on Monday, 30 June 2008 01:00:34 UTC