pubnotes/Overview.html 1.276 1797 1.987 URL stuff + "If there are multi

1.987 URL stuff + "If there are multiple base elements with target
attributes, all but the first are ignored." (whatwg r1797) (changed by:
Michael Smith)

Diffs for this change per section: 
  http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.276.html#semantics_wd2
  http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.276.html#fetching_wd2-toc
  http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.276.html#the-a_fpwd-toc

Current content per affected section: 
  http://dev.w3.org/html5/pubnotes/Overview.html#semantics_wd2
  http://dev.w3.org/html5/pubnotes/Overview.html#fetching_wd2-toc
  http://dev.w3.org/html5/pubnotes/Overview.html#the-a_fpwd-toc

Previously published WD content per affected section: 
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#semantics_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/#the-a_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.275&r2=1.276&f=h

http://html5.org/tools/web-apps-tracker?from=1796&to=1797

===================================================================
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:02:37 UTC