spec/Overview.html 1.1390 2217 Move the Scripting section up, so that t

Move the Scripting section up, so that the form controls and interactive
elements are next to each other. (whatwg r2217)

7.2.5 Notes
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1390.html#notes
Attribute values
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1390.html#attribute4

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1389&r2=1.1390&f=h
http://html5.org/tools/web-apps-tracker?from=2216&to=2217

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1389
retrieving revision 1.1390
diff -u -d -r1.1389 -r1.1390
--- Overview.html 18 Sep 2008 23:43:17 -0000 1.1389
+++ Overview.html 19 Sep 2008 00:17:53 -0000 1.1390
@@ -27,7 +27,7 @@
     for HTML and XHTML</h2>
 
    <h2 class="no-num no-toc" id=editors0><!-- "W3C Working Draft" -->
-    Editor's Draft <!--ZZZ-->18 September 2008</h2>
+    Editor's Draft <!--ZZZ-->19 September 2008</h2>
 
    <dl><!-- ZZZ: update the month/day
     <dt>This Version:</dt>
@@ -199,7 +199,7 @@
 
   <p>The W3C <a href="http://www.w3.org/html/wg/">HTML Working Group</a> is
[...5683 lines suppressed...]
@@ -47928,8 +47939,8 @@
    addresses can have multiple clients (due to sharing a proxy server). It is
    better to include a unique identifier in the document when it is served
    and then pass that identifier as part of the URL in the <code
-   title=attr-eventsource-src><a href="#src12">src</a></code> attribute of
-   the <code><a href="#eventsource">eventsource</a></code> element.
+   title=attr-eventsource-src><a href="#src1">src</a></code> attribute of the
+   <code><a href="#eventsource">eventsource</a></code> element.
 
   <p>Implementations that support HTTP's per-server connection limitation
    might run into trouble when opening multiple pages from a site if each
@@ -49944,7 +49955,7 @@
 
     <div class=example>
      <p>In the following example, the <code title=attr-input-type><a
-      href="#type12">type</a></code> attribute is given with the
+      href="#type14">type</a></code> attribute is given with the
       single-quoted attribute value syntax:</p>
 
      <pre>&lt;input <em>type='checkbox'</em>&gt;</pre>

Received on Friday, 19 September 2008 00:22:23 UTC