[html5] r5271 - [e] (0) minor clarifications and corrections
whatwg at whatwg.org
whatwg at whatwg.org
Tue Aug 10 00:06:27 PDT 2010
Author: ianh
Date: 2010-08-10 00:06:26 -0700 (Tue, 10 Aug 2010)
New Revision: 5271
Modified:
complete.html
index
source
Log:
[e] (0) minor clarifications and corrections
Modified: complete.html
===================================================================
--- complete.html 2010-08-10 06:53:47 UTC (rev 5270)
+++ complete.html 2010-08-10 07:06:26 UTC (rev 5271)
@@ -19423,9 +19423,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.</p>
+ 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.</p>
<div class=example>
@@ -45484,7 +45484,7 @@
<h5 id=form-submission-algorithm><span class=secno>4.10.21.3 </span>Form submission algorithm</h5>
- <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>
@@ -46247,11 +46247,11 @@
<h4 id=resetting-a-form><span class=secno>4.10.22 </span>Resetting a form</h4>
- <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
@@ -93969,6 +93969,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
@@ -93984,16 +93994,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
Modified: index
===================================================================
--- index 2010-08-10 06:53:47 UTC (rev 5270)
+++ index 2010-08-10 07:06:26 UTC (rev 5271)
@@ -19347,9 +19347,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.</p>
+ 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.</p>
<div class=example>
@@ -45411,7 +45411,7 @@
<h5 id=form-submission-algorithm><span class=secno>4.10.21.3 </span>Form submission algorithm</h5>
- <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>
@@ -46174,11 +46174,11 @@
<h4 id=resetting-a-form><span class=secno>4.10.22 </span>Resetting a form</h4>
- <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
@@ -87079,6 +87079,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
@@ -87094,16 +87104,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
Modified: source
===================================================================
--- source 2010-08-10 06:53:47 UTC (rev 5270)
+++ source 2010-08-10 07:06:26 UTC (rev 5271)
@@ -20614,11 +20614,10 @@
</dl>
<p>The <code>span</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">class</code>, <code
- title="attr-lang">lang</code>, or <code
- title="attr-dir">dir</code>. It <span>represents</span> its
- children.</p>
+ but can be useful when used together with the <span>global
+ attributes</span>, e.g. <code title="attr-class">class</code>, <code
+ title="attr-lang">lang</code>, or <code title="attr-dir">dir</code>.
+ It <span>represents</span> its children.</p>
<div class="example">
@@ -50975,7 +50974,7 @@
<h5>Form submission algorithm</h5>
- <p>When a form <var title="">form</var> is <dfn
+ <p>When a <code>form</code> element <var title="">form</var> is <dfn
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
@@ -51926,15 +51925,15 @@
<h4>Resetting a form</h4>
- <p>When a form <var title="">form</var> is <dfn
+ <p>When a <code>form</code> element <var title="">form</var> is <dfn
title="concept-form-reset">reset</dfn>, the user agent must
<span>fire a simple event</span> 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 <span title="concept-form-reset-control">reset
- algorithm</span> of each <span
- title="category-reset">resettable element</span> whose <span>form
- owner</span> is <var title="">form</var>, and <span>broadcast <code
+ algorithm</span> of each <span title="category-reset">resettable
+ element</span> whose <span>form owner</span> is <var
+ title="">form</var>, and <span>broadcast <code
title="event-formchange">formchange</code> events</span> from <var
title="">form</var>.</p>
@@ -107498,6 +107497,18 @@
<td> <span title="event handler content attributes">Event handler content attribute</span>
<tr>
+ <th id="ix-handler-window-onpagehide"> <code title="">onpagehide</code>
+ <td> <code title="handler-window-onpagehide">body</code>
+ <td> <code title="event-pagehide">pagehide</code> event handler for <code>Window</code> object
+ <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+ <tr>
+ <th id="ix-handler-window-onpageshow"> <code title="">onpageshow</code>
+ <td> <code title="handler-window-onpageshow">body</code>
+ <td> <code title="event-pageshow">pageshow</code> event handler for <code>Window</code> object
+ <td> <span title="event handler content attributes">Event handler content attribute</span>
+
+ <tr>
<th id="ix-handler-onpause"> <code title="">onpause</code>
<td> <span title="handler-onpause">HTML elements</span>
<td> <code title="event-media-pause">pause</code> event handler
@@ -107516,18 +107527,6 @@
<td> <span title="event handler content attributes">Event handler content attribute</span>
<tr>
- <th id="ix-handler-window-onpagehide"> <code title="">onpagehide</code>
- <td> <code title="handler-window-onpagehide">body</code>
- <td> <code title="event-pagehide">pagehide</code> event handler for <code>Window</code> object
- <td> <span title="event handler content attributes">Event handler content attribute</span>
-
- <tr>
- <th id="ix-handler-window-onpageshow"> <code title="">onpageshow</code>
- <td> <code title="handler-window-onpageshow">body</code>
- <td> <code title="event-pageshow">pageshow</code> event handler for <code>Window</code> object
- <td> <span title="event handler content attributes">Event handler content attribute</span>
-
- <tr>
<th id="ix-handler-window-onpopstate"> <code title="">onpopstate</code>
<td> <code title="handler-window-onpopstate">body</code>
<td> <code title="event-popstate">popstate</code> event handler for <code>Window</code> object
More information about the Commit-Watchers
mailing list