html5/spec rendering.html,1.95,1.96 spec.html,1.1558,1.1559 tabular-data.html,1.1033,1.1034 webappapis.html,1.180,1.181

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv23274

Modified Files:
	rendering.html spec.html tabular-data.html webappapis.html 
Log Message:
urge feedback (whatwg r6301)

[updated by splitter]


Index: tabular-data.html
===================================================================
RCS file: /sources/public/html5/spec/tabular-data.html,v
retrieving revision 1.1033
retrieving revision 1.1034
diff -u -d -r1.1033 -r1.1034
--- tabular-data.html	13 Jun 2011 23:46:52 -0000	1.1033
+++ tabular-data.html	14 Jul 2011 23:46:29 -0000	1.1034
@@ -441,7 +441,12 @@
      </td><td>Probably a non-layout table
    </td></tr></tbody><tbody><tr><td>The use of the <code title="attr-table-summary"><a href="obsolete.html#attr-table-summary">summary</a></code> attribute
      </td><td>Not a good indicator (both layout and non-layout tables have historically been given this attribute)
-  </td></tr></tbody></table></div><hr><dl class="domintro"><dt><var title="">table</var> . <code title="dom-table-caption"><a href="#dom-table-caption">caption</a></code> [ = <var title="">value</var> ]</dt>
+  </td></tr></tbody></table><p class="note">It is quite possible that the above suggestions are
+  wrong. Implementors are urged to provide feedback elaborating on
+  their experiences with trying to create a layout table detection
+  heuristic.</p>
+
+  </div><hr><dl class="domintro"><dt><var title="">table</var> . <code title="dom-table-caption"><a href="#dom-table-caption">caption</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns the table's <code><a href="#the-caption-element">caption</a></code> element.</p>
     <p>Can be set, to replace the <code><a href="#the-caption-element">caption</a></code> element. If the

Index: rendering.html
===================================================================
RCS file: /sources/public/html5/spec/rendering.html,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- rendering.html	2 Jul 2011 00:48:00 -0000	1.95
+++ rendering.html	14 Jul 2011 23:46:29 -0000	1.96
@@ -820,7 +820,7 @@
        </td><td>xxx-large
        </td><td><i>see below</i>
     </td></tr></tbody></table><p>The 'xxx-large' value is a non-CSS value used here to
-    indicate a font size one "step" larger than 'xx-large'.</p>
+    indicate a font size 50% larger than 'xx-large'.</p>
 
    </li>
 

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1558
retrieving revision 1.1559
diff -u -d -r1.1558 -r1.1559
--- spec.html	14 Jul 2011 22:46:29 -0000	1.1558
+++ spec.html	14 Jul 2011 23:46:29 -0000	1.1559
@@ -347,7 +347,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.5030.
+This is revision 1.5033.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2011 <a href="http://www.w3.org/"><abbr title="World Wide

Index: webappapis.html
===================================================================
RCS file: /sources/public/html5/spec/webappapis.html,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -d -r1.180 -r1.181
--- webappapis.html	16 Jun 2011 07:46:50 -0000	1.180
+++ webappapis.html	14 Jul 2011 23:46:29 -0000	1.181
@@ -1312,18 +1312,12 @@
   canceled or not: <span class="impl">as described above,</span> if
   the return value is false, the event is canceled (except for <code class="event-mouseover">mouseover</code> events, where the return
   value has to be true to cancel the event). With <code title="event-beforeunload">beforeunload</code> events, the value is
-  instead used to determine the message to show the user.</p><div class="impl">
-
-  <h5 id="event-handlers-on-elements-document-objects-and-window-objects"><span class="secno">6.1.6.2 </span>Event handlers on elements, <code><a href="infrastructure.html#document">Document</a></code> objects, and <code><a href="browsers.html#window">Window</a></code> objects</h5>
-
-  <p>The following are the <a href="#event-handlers">event handlers</a> (and their
+  instead used to determine the message to show the user.</p><h5 id="event-handlers-on-elements-document-objects-and-window-objects"><span class="secno">6.1.6.2 </span>Event handlers on elements, <code><a href="infrastructure.html#document">Document</a></code> objects, and <code><a href="browsers.html#window">Window</a></code> objects</h5><p>The following are the <a href="#event-handlers">event handlers</a> (and their
   corresponding <a href="#event-handler-event-type" title="event handler event type">event handler
-  event types</a>) that must be supported by all <a href="infrastructure.html#html-elements">HTML
+  event types</a>) <span class="impl">that must be</span> supported by all <a href="infrastructure.html#html-elements">HTML
   elements</a>, as both content attributes and IDL attributes, and
   on <code><a href="infrastructure.html#document">Document</a></code> and <code><a href="browsers.html#window">Window</a></code> objects, as IDL
-  attributes.</p>
-
-  <table><thead><tr><th><a href="#event-handlers" title="event handlers">Event handler</a> </th><th><a href="#event-handler-event-type">Event handler event type</a>
+  attributes.</p><table><thead><tr><th><a href="#event-handlers" title="event handlers">Event handler</a> </th><th><a href="#event-handler-event-type">Event handler event type</a>
    </th></tr></thead><tbody><tr><td><dfn id="handler-onabort" title="handler-onabort"><code>onabort</code></dfn> </td><td> <code title="event-abort">abort</code>
     </td></tr><tr><td><dfn id="handler-oncanplay" title="handler-oncanplay"><code>oncanplay</code></dfn> </td><td> <code title="event-media-canplay"><a href="the-iframe-element.html#event-media-canplay">canplay</a></code>
     </td></tr><tr><td><dfn id="handler-oncanplaythrough" title="handler-oncanplaythrough"><code>oncanplaythrough</code></dfn> </td><td> <code title="event-media-canplaythrough"><a href="the-iframe-element.html#event-media-canplaythrough">canplaythrough</a></code>
@@ -1380,12 +1374,10 @@
  
   </td></tr></tbody></table><hr><p>The following are the <a href="#event-handlers">event handlers</a> (and their
   corresponding <a href="#event-handler-event-type" title="event handler event type">event handler
-  event types</a>) that must be supported by all <a href="infrastructure.html#html-elements">HTML
+  event types</a>) <span class="impl">that must be</span> supported by all <a href="infrastructure.html#html-elements">HTML
   elements</a> other than <code><a href="sections.html#the-body-element">body</a></code>, as both content
   attributes and IDL attributes, and on <code><a href="infrastructure.html#document">Document</a></code> objects,
-  as IDL attributes:</p>
-
-  <table><thead><tr><th><a href="#event-handlers" title="event handlers">Event handler</a> </th><th><a href="#event-handler-event-type">Event handler event type</a>
+  as IDL attributes:</p><table><thead><tr><th><a href="#event-handlers" title="event handlers">Event handler</a> </th><th><a href="#event-handler-event-type">Event handler event type</a>
    </th></tr></thead><tbody><tr><td><dfn id="handler-onblur" title="handler-onblur"><code>onblur</code></dfn> </td><td> <code title="event-blur">blur</code> 
     </td></tr><tr><td><dfn id="handler-onerror" title="handler-onerror"><code>onerror</code></dfn> </td><td> <code title="event-error">error</code>
     </td></tr><tr><td><dfn id="handler-onfocus" title="handler-onfocus"><code>onfocus</code></dfn> </td><td> <code title="event-focus">focus</code> 
@@ -1393,12 +1385,10 @@
     </td></tr><tr><td><dfn id="handler-onscroll" title="handler-onscroll"><code>onscroll</code></dfn> </td><td> <code title="event-scroll">scroll</code>
   </td></tr></tbody></table><hr><p>The following are the <a href="#event-handlers">event handlers</a> (and their
   corresponding <a href="#event-handler-event-type" title="event handler event type">event handler
-  event types</a>) that must be supported by <code><a href="browsers.html#window">Window</a></code>
+  event types</a>) <span class="impl">that must be</span> supported by <code><a href="browsers.html#window">Window</a></code>
   objects, as IDL attributes on the <code><a href="browsers.html#window">Window</a></code> object, and
   with corresponding content attributes and IDL attributes exposed on
-  the <code><a href="sections.html#the-body-element">body</a></code> and <code><a href="obsolete.html#frameset">frameset</a></code> elements:</p>
-
-  <table><thead><tr><th><a href="#event-handlers" title="event handlers">Event handler</a> </th><th><a href="#event-handler-event-type">Event handler event type</a>
+  the <code><a href="sections.html#the-body-element">body</a></code> and <code><a href="obsolete.html#frameset">frameset</a></code> elements:</p><table><thead><tr><th><a href="#event-handlers" title="event handlers">Event handler</a> </th><th><a href="#event-handler-event-type">Event handler event type</a>
    </th></tr></thead><tbody><tr><td><dfn id="handler-window-onafterprint" title="handler-window-onafterprint"><code>onafterprint</code></dfn> </td><td> <code title="event-afterprint">afterprint</code>
     </td></tr><tr><td><dfn id="handler-window-onbeforeprint" title="handler-window-onbeforeprint"><code>onbeforeprint</code></dfn> </td><td> <code title="event-beforeprint">beforeprint</code>
     </td></tr><tr><td><dfn id="handler-window-onbeforeunload" title="handler-window-onbeforeunload"><code>onbeforeunload</code></dfn> </td><td> <code title="event-beforeunload">beforeunload</code>
@@ -1420,9 +1410,7 @@
     </td></tr><tr><td><dfn id="handler-window-onundo" title="handler-window-onundo"><code>onundo</code></dfn> </td><td> <code title="event-undo">undo</code> 
     </td></tr><tr><td><dfn id="handler-window-onunload" title="handler-window-onunload"><code>onunload</code></dfn> </td><td> <code title="event-unload">unload</code> 
   </td></tr></tbody></table><p class="note">The <code title="handler-window-onerror"><a href="#handler-window-onerror">onerror</a></code>
-  handler is also used for <a href="#runtime-script-errors">reporting script errors</a>.</p>
-
-  </div><div class="impl">
+  handler is also used for <a href="#runtime-script-errors">reporting script errors</a>.</p><div class="impl">
 
   <h5 id="event-firing"><span class="secno">6.1.6.3 </span>Event firing</h5>
 

Received on Thursday, 14 July 2011 23:46:33 UTC