hixie: minor clarifications and corrections (whatwg r5271)

hixie: minor clarifications and corrections (whatwg r5271)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4199&r2=1.4200&f=h
http://html5.org/tools/web-apps-tracker?from=5270&to=5271

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4199
retrieving revision 1.4200
diff -u -d -r1.4199 -r1.4200
--- Overview.html 10 Aug 2010 06:53:52 -0000 1.4199
+++ Overview.html 10 Aug 2010 07:06:32 -0000 1.4200
@@ -16675,9 +16675,9 @@
     <pre class="idl">interface <dfn id="htmlspanelement">HTMLSpanElement</dfn> : <a href="#htmlelement">HTMLElement</a> {};</pre>
    </dd>
   </dl><p>The <code><a href="#the-span-element">span</a></code> element doesn't mean anything on its own,
-  but can be useful when used together with other attributes,
-  e.g. <code title="attr-class"><a href="#classes">class</a></code>, <code title="attr-lang"><a href="#attr-lang">lang</a></code>, or <code title="attr-dir"><a href="#the-dir-attribute">dir</a></code>. It <a href="#represents">represents</a> its
-  children.<div class="example">
+  but can be useful when used together with the <a href="#global-attributes">global
+  attributes</a>, e.g. <code title="attr-class"><a href="#classes">class</a></code>, <code title="attr-lang"><a href="#attr-lang">lang</a></code>, or <code title="attr-dir"><a href="#the-dir-attribute">dir</a></code>.
+  It <a href="#represents">represents</a> its children.<div class="example">
 
    <p>In this example, a code fragment is marked up using
    <code><a href="#the-span-element">span</a></code> elements and <code title="attr-class"><a href="#classes">class</a></code> attributes so that its keywords and
@@ -34432,7 +34432,7 @@
 
   <h5 id="form-submission-algorithm"><span class="secno">4.10.21.3 </span>Form submission algorithm</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
 
-  <p>When a form <var title="">form</var> is <dfn id="concept-form-submit" title="concept-form-submit">submitted</dfn> from an element <var title="">submitter</var> (typically a button), optionally with a
+  <p>When a <code><a href="#the-form-element">form</a></code> element <var title="">form</var> is <dfn id="concept-form-submit" title="concept-form-submit">submitted</dfn> from an element <var title="">submitter</var> (typically a button), optionally with a
   <var title="">scripted-submit</var> flag set, the user agent must
   run the following steps:</p>
 
@@ -35180,11 +35180,11 @@
 
   <h4 id="resetting-a-form"><span class="secno">4.10.22 </span>Resetting a form</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
 
-  <p>When a form <var title="">form</var> is <dfn id="concept-form-reset" title="concept-form-reset">reset</dfn>, the user agent must
+  <p>When a <code><a href="#the-form-element">form</a></code> element <var title="">form</var> is <dfn id="concept-form-reset" title="concept-form-reset">reset</dfn>, the user agent must
   <a href="#fire-a-simple-event">fire a simple event</a> named <code title="event-reset">reset</code>, that is cancelable, at <var title="">form</var>, and then, if that event is not canceled, must
   invoke the <a href="#concept-form-reset-control" title="concept-form-reset-control">reset
-  algorithm</a> of each <a href="#category-reset" title="category-reset">resettable element</a> whose <a href="#form-owner">form
-  owner</a> is <var title="">form</var>, and <a href="#broadcast-formchange-events">broadcast <code title="event-formchange">formchange</code> events</a> from <var title="">form</var>.</p>
+  algorithm</a> of each <a href="#category-reset" title="category-reset">resettable
+  element</a> whose <a href="#form-owner">form owner</a> is <var title="">form</var>, and <a href="#broadcast-formchange-events">broadcast <code title="event-formchange">formchange</code> events</a> from <var title="">form</var>.</p>
 
   <p>Each <a href="#category-reset" title="category-reset">resettable element</a>
   defines its own <dfn id="concept-form-reset-control" title="concept-form-reset-control">reset
@@ -66990,6 +66990,16 @@
      <td> <code title="event-online"><a href="#event-online">online</a></code> event handler for <code><a href="#window">Window</a></code> object
      <td> <a href="#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
+    <tr><th id="ix-handler-window-onpagehide"> <code title="">onpagehide</code>
+     <td> <code title="handler-window-onpagehide"><a href="#handler-window-onpagehide">body</a></code>
+     <td> <code title="event-pagehide"><a href="#event-pagehide">pagehide</a></code> event handler for <code><a href="#window">Window</a></code> object
+     <td> <a href="#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+
+    <tr><th id="ix-handler-window-onpageshow"> <code title="">onpageshow</code>
+     <td> <code title="handler-window-onpageshow"><a href="#handler-window-onpageshow">body</a></code>
+     <td> <code title="event-pageshow"><a href="#event-pageshow">pageshow</a></code> event handler for <code><a href="#window">Window</a></code> object
+     <td> <a href="#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+
     <tr><th id="ix-handler-onpause"> <code title="">onpause</code>
      <td> <a href="#handler-onpause" title="handler-onpause">HTML elements</a>
      <td> <code title="event-media-pause"><a href="#event-media-pause">pause</a></code> event handler
@@ -67005,16 +67015,6 @@
      <td> <code title="event-media-playing"><a href="#event-media-playing">playing</a></code> event handler
      <td> <a href="#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
-    <tr><th id="ix-handler-window-onpagehide"> <code title="">onpagehide</code>
-     <td> <code title="handler-window-onpagehide"><a href="#handler-window-onpagehide">body</a></code>
-     <td> <code title="event-pagehide"><a href="#event-pagehide">pagehide</a></code> event handler for <code><a href="#window">Window</a></code> object
-     <td> <a href="#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
-
-    <tr><th id="ix-handler-window-onpageshow"> <code title="">onpageshow</code>
-     <td> <code title="handler-window-onpageshow"><a href="#handler-window-onpageshow">body</a></code>
-     <td> <code title="event-pageshow"><a href="#event-pageshow">pageshow</a></code> event handler for <code><a href="#window">Window</a></code> object
-     <td> <a href="#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
-
     <tr><th id="ix-handler-window-onpopstate"> <code title="">onpopstate</code>
      <td> <code title="handler-window-onpopstate"><a href="#handler-window-onpopstate">body</a></code>
      <td> <code title="event-popstate"><a href="#event-popstate">popstate</a></code> event handler for <code><a href="#window">Window</a></code> object

Received on Tuesday, 10 August 2010 07:07:22 UTC