- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 19 Sep 2008 00:17:56 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv7054
Modified Files:
Overview.html
Log Message:
Move the Scripting section up, so that the form controls and interactive elements are next to each other. (whatwg r2217)
Index: Overview.html
===================================================================
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><input <em>type='checkbox'</em>></pre>
Received on Friday, 19 September 2008 00:18:31 UTC