Skip to content

Commit

Permalink
[e] (0) minor clarifications and corrections
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@5271 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 10, 2010
1 parent b425a89 commit d9421b1
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 56 deletions.
34 changes: 17 additions & 17 deletions complete.html
Expand Up @@ -19423,9 +19423,9 @@ <h4 id=the-span-element><span class=secno>4.6.22 </span>The <dfn><code>span</cod
<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>

Expand Down Expand Up @@ -45484,7 +45484,7 @@ <h5 id=implicit-submission><span class=secno>4.10.21.2 </span>Implicit submissio

<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>

Expand Down Expand Up @@ -46247,11 +46247,11 @@ <h5 id=plain-text-form-data><span class=secno>4.10.21.6 </span>Plain text form d

<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
Expand Down Expand Up @@ -93969,6 +93969,16 @@ <h3 class=no-num id=element-content-categories>Element content categories</h3>
<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
Expand All @@ -93984,16 +93994,6 @@ <h3 class=no-num id=element-content-categories>Element content categories</h3>
<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
Expand Down
34 changes: 17 additions & 17 deletions index
Expand Up @@ -19347,9 +19347,9 @@ wormhole connection.&lt;/mark&gt;&lt;/p&gt;</pre>
<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>

Expand Down Expand Up @@ -45411,7 +45411,7 @@ fur

<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>

Expand Down Expand Up @@ -46174,11 +46174,11 @@ fur

<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
Expand Down Expand Up @@ -87079,6 +87079,16 @@ interface <a href=#htmldocument>HTMLDocument</a> {
<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
Expand All @@ -87094,16 +87104,6 @@ interface <a href=#htmldocument>HTMLDocument</a> {
<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
Expand Down
43 changes: 21 additions & 22 deletions source
Expand Up @@ -20614,11 +20614,10 @@ wormhole connection.&lt;/mark>&lt;/p></pre>
</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">

Expand Down Expand Up @@ -50975,7 +50974,7 @@ fur

<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
Expand Down Expand Up @@ -51926,15 +51925,15 @@ fur

<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>

Expand Down Expand Up @@ -107497,6 +107496,18 @@ interface <span>HTMLDocument</span> {
<td> <code title="event-online">online</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-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>
Expand All @@ -107515,18 +107526,6 @@ interface <span>HTMLDocument</span> {
<td> <code title="event-media-playing">playing</code> event handler
<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>
Expand Down

0 comments on commit d9421b1

Please sign in to comment.