pubnotes/Overview.html 1.290 1776 1.966 Clarify that we are specifying

1.966 Clarify that we are specifying black-box behaviour, so it (whatwg
r1776) (changed by: Michael Smith)

Diffs for this change per section: 
  http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.290.html#headings_wd2
  http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.290.html#syntax_wd2
  http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.290.html#the-link_wd2
  http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.290.html#server-sent-events_wd2-toc
  http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.290.html#acknowledgements_wd2
  http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.290.html#relationship0_wd2
  http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.290.html#the-img_wd2
  http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.290.html#media_wd2
  http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.290.html#parsing_wd2

Current content per affected section: 
  http://dev.w3.org/html5/pubnotes/Overview.html#headings_wd2
  http://dev.w3.org/html5/pubnotes/Overview.html#syntax_wd2
  http://dev.w3.org/html5/pubnotes/Overview.html#the-link_wd2
  http://dev.w3.org/html5/pubnotes/Overview.html#server-sent-events_wd2-toc
  http://dev.w3.org/html5/pubnotes/Overview.html#acknowledgements_wd2
  http://dev.w3.org/html5/pubnotes/Overview.html#relationship0_wd2
  http://dev.w3.org/html5/pubnotes/Overview.html#the-img_wd2
  http://dev.w3.org/html5/pubnotes/Overview.html#media_wd2
  http://dev.w3.org/html5/pubnotes/Overview.html#parsing_wd2

Previously published WD content per affected section: 
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#headings_wd2
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#syntax_wd2
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#the-link_wd2
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#server-sent-events_wd2-toc
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#acknowledgements_wd2
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#relationship0_wd2
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#the-img_wd2
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#media_wd2
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#parsing_wd2

Cumulative diff: http://people.w3.org/mike/diffs/html5/pubnotes/Overview.diff.html

http://dev.w3.org/cvsweb/html5/pubnotes/Overview.html?r1=1.289&r2=1.290&f=h

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

===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.289
retrieving revision 1.290
diff -u -d -r1.289 -r1.290
--- Overview.html	2 Jul 2008 13:27:33 -0000	1.289
+++ Overview.html	2 Jul 2008 16:34:27 -0000	1.290
@@ -196,6 +196,8 @@
 </li>
 <li id="syntax_wd2-toc"><a href="#syntax_wd2">Section 9, The HTML syntax</a>
 <ul>
+<li id="writing0_wd2-toc"><a href="#writing0_wd2">Section 9.1, Writing HTML documents</a>
+</li>
 <li id="parsing_wd2-toc"><a href="#parsing_wd2">Section 9.2, Parsing HTML documents</a>
 </li>
 </ul>
@@ -1294,6 +1296,22 @@
                   reflecting into the DOM attribute, <em class="highlight">if applicable</em>, or <em class="highlight">through</em> direct mutations
                   of the DOM attribute), the user agent must apply
                   the following steps</q>.</li>
+                <li>In the “Playing the media resource”
+                subsection, the following note was added:
+                <blockquote>
+                  <p><q>This specification doesn’t define how the
+                    user agent achieves the appropriate playback
+                    rate — depending on the protocol and media
+                    available, it is plausible that the user agent
+                    could negotiate with the server to have the
+                    server provide the media data at the
+                    appropriate rate, so that (except for the
+                    period between when the rate is changed and
+                    when the server updates the stream’s playback
+                    rate) the client doesn’t actually have to drop
+                    or interpolate any frames.</q></p>
+                </blockquote>
+                </li>
               </ul>
             </div>
             <div id="the-canvas_wd2" class="section">
@@ -1839,6 +1857,70 @@
           <p>This section describes syntax rules for the
           <code>text/html</code> serialization of the HTML language,
           as well as rules for parsing and serializing it.</p>
+          <div id="writing0_wd2" class="section">
+            <h2>Section 9.1, Writing HTML documents <a class="hash" href="#writing0_wd2">#</a> <a class="toc-bak" href="#writing0_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#writing0">Section 9.1, Writing 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#writing0">Section 9.1, Writing 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>This section provides basic syntax conformance
+            requirements that apply to documents, authoring tools, and
+            markup generators. In this section, the following changes
+            were made:</p>
+            <ul>
+              <li>In the “Elements” subsection, the
+              <code class="element">command</code>,
+              <code class="element">event-source</code>,
+              and
+              <code class="element">source</code>
+              elements were added to the list of <b>void
+                elements</b>.</li>
+              <li>In the “Optional tags” subsection,
+              the
+              <code class="element">article</code>,
+              <code class="element">aside</code>,
+              <code class="element">datagrid</code>,
+              <code class="element">dialog</code>,
+              <code class="element">dir</code>,
+              <code class="element">div</code>,
+              <code class="element">footer</code>,
+              <code class="element">header</code>,
+              <code class="element">nav</code>,
+              and
+              <code class="element">section</code>
+              elements
+              were added to the list of elements which, if they
+              immediately follow a
+              <code class="element">p</code>
+              element,
+              allow the end tag for the
+              <code class="element">p</code>
+              element to be omitted. Also, a statement was added
+              to specify that the end tag for the
+              <code class="element">p</code>
+              element may be omitted <q> if there is no more
+                content in the parent element.</q></li>
+              <li>Also in the “Optional tags” subsection, the
+              following statements were added:
+              <blockquote>
+                <p><q>An rt element’s end tag may be omitted if
+                  the rt element is immediately followed by an rt
+                  or rp element, or if there is no more content in
+                  the parent element.</q></p>
+                <p><q>An rp element’s end tag may be omitted if
+                  the rp element is immediately followed by an rt
+                  or rp element, or if there is no more content in
+                  the parent element.</q></p>
+              </blockquote>
+              </li>
+            </ul>
+          </div>
           <div id="parsing_wd2" class="section">
             <h2>Section 9.2, Parsing HTML documents <a class="hash" href="#parsing_wd2">#</a> <a class="toc-bak" href="#parsing_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#parsing">Section 9.2, Parsing HTML documents</a>” in the
         current “Editor’s Draft”
@@ -1860,10 +1942,34 @@
               made to the algorithm for determining whether the
               stack of open elements has an element in
               scope.</li>
+              <li>Also in the “Parse state” subsection, the
+              following elements were added to the list of
+              elements having “varying levels of special parsing
+              rules”:
+              <code class="element">article</code>,
+              <code class="element">aside</code>,
+              <code class="element">command</code>,
+              <code class="element">datagrid</code>,
+              <code class="element">details</code>,
+              <code class="element">dialog</code>,
+              <code class="element">event-source</code>,
+              <code class="element">figure</code>,
+              <code class="element">footer</code>,
+              <code class="element">header</code>,
+              <code class="element">nav</code>,
+              and
+              <code class="element">section</code>.</li>
               <li>In the “Tree construction” subsection, several
               instances of the phrase “script that will execute
-              as soon as the parser resumes” were changed to <q>
-                pending external script</q></li>
+              as soon as the parser resumes” were changed to
+              <q>pending external script</q></li>
+              <li>The
+              <code class="element">details</code>
+              and
+              <code class="element">figure</code>
+              elements
+              were added to the “The ‘after head’ insertion mode”
+              algorithm.</li>
             </ul>
           </div>
         </div>
@@ -1882,7 +1988,8 @@
           <p>The following names were added to the list of names in
           the Acknowledgements:</p>
           <blockquote>
-            <p>Eric Law, Felix Sasaki, Philip Jägenstedt</p>
+            <p>Daniel Steinberg, Eric Law, Felix Sasaki, Philip
+            Jägenstedt</p>
           </blockquote>
         </div>
       </div>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.274
retrieving revision 1.275
diff -u -d -r1.274 -r1.275
--- Overview.src.html	2 Jul 2008 13:27:33 -0000	1.274
+++ Overview.src.html	2 Jul 2008 16:34:28 -0000	1.275
@@ -601,6 +601,22 @@
                     class=highlight>through</em> direct mutations
                   of the DOM attribute), the user agent must apply
                   the following steps</q>.</li>
+                <li>In the “Playing the media resource”
+                subsection, the following note was added:
+                <blockquote>
+                  <p><q>This specification doesn’t define how the
+                    user agent achieves the appropriate playback
+                    rate — depending on the protocol and media
+                    available, it is plausible that the user agent
+                    could negotiate with the server to have the
+                    server provide the media data at the
+                    appropriate rate, so that (except for the
+                    period between when the rate is changed and
+                    when the server updates the stream’s playback
+                    rate) the client doesn’t actually have to drop
+                    or interpolate any frames.</q></p>
+                </blockquote>
+                </li>
               </ul>
             </section>
             <section id=the-canvas_wd2>
@@ -969,6 +985,60 @@
           <p>This section describes syntax rules for the
           <code>text/html</code> serialization of the HTML language,
           as well as rules for parsing and serializing it.</p>
+          <section id=writing0_wd2>
+            <h2>Section 9.1, Writing HTML documents</h2>
+            <p>This section provides basic syntax conformance
+            requirements that apply to documents, authoring tools, and
+            markup generators. In this section, the following changes
+            were made:</p>
+            <ul>
+              <li>In the “Elements” subsection, the
+              <code class=element>command</code>,
+              <code class=element>event-source</code>,
+              and
+              <code class=element>source</code>
+              elements were added to the list of <b>void
+                elements</b>.</li>
+              <li>In the “Optional tags” subsection,
+              the
+              <code class=element>article</code>,
+              <code class=element>aside</code>,
+              <code class=element>datagrid</code>,
+              <code class=element>dialog</code>,
+              <code class=element>dir</code>,
+              <code class=element>div</code>,
+              <code class=element>footer</code>,
+              <code class=element>header</code>,
+              <code class=element>nav</code>,
+              and
+              <code class=element>section</code>
+              elements
+              were added to the list of elements which, if they
+              immediately follow a
+              <code class=element>p</code>
+              element,
+              allow the end tag for the
+              <code class=element>p</code>
+              element to be omitted. Also, a statement was added
+              to specify that the end tag for the
+              <code class=element>p</code>
+              element may be omitted <q> if there is no more
+                content in the parent element.</q></li>
+              <li>Also in the “Optional tags” subsection, the
+              following statements were added:
+              <blockquote>
+                <p><q>An rt element’s end tag may be omitted if
+                  the rt element is immediately followed by an rt
+                  or rp element, or if there is no more content in
+                  the parent element.</q></p>
+                <p><q>An rp element’s end tag may be omitted if
+                  the rp element is immediately followed by an rt
+                  or rp element, or if there is no more content in
+                  the parent element.</q></p>
+              </blockquote>
+              </li>
+            </ul>
+          </section>
           <section id=parsing_wd2>
             <h2>Section 9.2, Parsing HTML documents</h2>
             <p>This section defines parsing rules used by
@@ -980,10 +1050,34 @@
               made to the algorithm for determining whether the
               stack of open elements has an element in
               scope.</li>
+              <li>Also in the “Parse state” subsection, the
+              following elements were added to the list of
+              elements having “varying levels of special parsing
+              rules”:
+              <code class=element>article</code>,
+              <code class=element>aside</code>,
+              <code class=element>command</code>,
+              <code class=element>datagrid</code>,
+              <code class=element>details</code>,
+              <code class=element>dialog</code>,
+              <code class=element>event-source</code>,
+              <code class=element>figure</code>,
+              <code class=element>footer</code>,
+              <code class=element>header</code>,
+              <code class=element>nav</code>,
+              and
+              <code class=element>section</code>.</li>
               <li>In the “Tree construction” subsection, several
               instances of the phrase “script that will execute
-              as soon as the parser resumes” were changed to <q>
-                pending external script</q></li>
+              as soon as the parser resumes” were changed to
+              <q>pending external script</q></li>
+              <li>The
+              <code class=element>details</code>
+              and
+              <code class=element>figure</code>
+              elements
+              were added to the “The ‘after head’ insertion mode”
+              algorithm.</li>
             </ul>
           </section>
         </section>
@@ -992,7 +1086,8 @@
           <p>The following names were added to the list of names in
           the Acknowledgements:</p>
           <blockquote>
-            <p>Eric Law, Felix Sasaki, Philip Jägenstedt</p>
+            <p>Daniel Steinberg, Eric Law, Felix Sasaki, Philip
+            Jägenstedt</p>
           </blockquote>
         </section>
       </section>

Received on Wednesday, 2 July 2008 16:37:23 UTC