- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 10 Aug 2010 07:16:50 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv18563 Modified Files: association-of-controls-and-forms.html index.html spec.html text-level-semantics.html urls.html Log Message: typo (whatwg r5272) [updated by splitter] Index: text-level-semantics.html =================================================================== RCS file: /sources/public/html5/spec/text-level-semantics.html,v retrieving revision 1.996 retrieving revision 1.997 diff -u -d -r1.996 -r1.997 --- text-level-semantics.html 9 Aug 2010 23:17:09 -0000 1.996 +++ text-level-semantics.html 10 Aug 2010 07:16:48 -0000 1.997 @@ -1855,9 +1855,9 @@ <pre class="idl">interface <dfn id="htmlspanelement">HTMLSpanElement</dfn> : <a href="elements.html#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="elements.html#classes">class</a></code>, <code title="attr-lang"><a href="elements.html#attr-lang">lang</a></code>, or <code title="attr-dir"><a href="elements.html#the-dir-attribute">dir</a></code>. It <a href="rendering.html#represents">represents</a> its - children.</p><div class="example"> + but can be useful when used together with the <a href="elements.html#global-attributes">global + attributes</a>, e.g. <code title="attr-class"><a href="elements.html#classes">class</a></code>, <code title="attr-lang"><a href="elements.html#attr-lang">lang</a></code>, or <code title="attr-dir"><a href="elements.html#the-dir-attribute">dir</a></code>. + It <a href="rendering.html#represents">represents</a> its children.</p><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="elements.html#classes">class</a></code> attributes so that its keywords and Index: association-of-controls-and-forms.html =================================================================== RCS file: /sources/public/html5/spec/association-of-controls-and-forms.html,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- association-of-controls-and-forms.html 10 Aug 2010 06:56:43 -0000 1.19 +++ association-of-controls-and-forms.html 10 Aug 2010 07:16:47 -0000 1.20 @@ -1138,7 +1138,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="forms.html#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> @@ -1886,11 +1886,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="forms.html#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="webappapis.html#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="forms.html#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="forms.html#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="forms.html#category-reset" title="category-reset">resettable element</a> defines its own <dfn id="concept-form-reset-control" title="concept-form-reset-control">reset Index: urls.html =================================================================== RCS file: /sources/public/html5/spec/urls.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- urls.html 9 Aug 2010 23:17:10 -0000 1.8 +++ urls.html 10 Aug 2010 07:16:48 -0000 1.9 @@ -686,7 +686,7 @@ Remove any leading U+0030 DIGIT ZERO characters (0) in the new value. If the resulting string is empty, set it to a single U+0030 DIGIT ZERO character (0). </td><td><a href="#concept-uda-input" title="concept-uda-input">input</a> is an <a href="#authority-based-url">authority-based URL</a>, - and the new value, when interpretted as a base-ten integer, is less than or equal to 65535 + and the new value, when interpreted as a base-ten integer, is less than or equal to 65535 </td></tr><tr><td><dfn id="dom-uda-pathname" title="dom-uda-pathname"><code>pathname</code></dfn> </td><td><a href="#url-path" title="url-path"><path></a> </td><td><a href="#concept-uda-input" title="concept-uda-input">input</a> is a <a href="#hierarchical-url">hierarchical URL</a> Index: index.html =================================================================== RCS file: /sources/public/html5/spec/index.html,v retrieving revision 1.998 retrieving revision 1.999 diff -u -d -r1.998 -r1.999 --- index.html 9 Aug 2010 23:17:07 -0000 1.998 +++ index.html 10 Aug 2010 07:16:48 -0000 1.999 @@ -2602,6 +2602,16 @@ </td><td> <code title="event-online"><a href="offline.html#event-online">online</a></code> event handler for <code><a href="browsers.html#window">Window</a></code> object </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td></tr><tr><th id="ix-handler-window-onpagehide"> <code title="">onpagehide</code> + </th><td> <code title="handler-window-onpagehide"><a href="webappapis.html#handler-window-onpagehide">body</a></code> + </td><td> <code title="event-pagehide"><a href="history.html#event-pagehide">pagehide</a></code> event handler for <code><a href="browsers.html#window">Window</a></code> object + </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + + </td></tr><tr><th id="ix-handler-window-onpageshow"> <code title="">onpageshow</code> + </th><td> <code title="handler-window-onpageshow"><a href="webappapis.html#handler-window-onpageshow">body</a></code> + </td><td> <code title="event-pageshow"><a href="history.html#event-pageshow">pageshow</a></code> event handler for <code><a href="browsers.html#window">Window</a></code> object + </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td></tr><tr><th id="ix-handler-onpause"> <code title="">onpause</code> </th><td> <a href="webappapis.html#handler-onpause" title="handler-onpause">HTML elements</a> </td><td> <code title="event-media-pause"><a href="video.html#event-media-pause">pause</a></code> event handler @@ -2617,16 +2627,6 @@ </td><td> <code title="event-media-playing"><a href="video.html#event-media-playing">playing</a></code> event handler </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> - </td></tr><tr><th id="ix-handler-window-onpagehide"> <code title="">onpagehide</code> - </th><td> <code title="handler-window-onpagehide"><a href="webappapis.html#handler-window-onpagehide">body</a></code> - </td><td> <code title="event-pagehide"><a href="history.html#event-pagehide">pagehide</a></code> event handler for <code><a href="browsers.html#window">Window</a></code> object - </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> - - </td></tr><tr><th id="ix-handler-window-onpageshow"> <code title="">onpageshow</code> - </th><td> <code title="handler-window-onpageshow"><a href="webappapis.html#handler-window-onpageshow">body</a></code> - </td><td> <code title="event-pageshow"><a href="history.html#event-pageshow">pageshow</a></code> event handler for <code><a href="browsers.html#window">Window</a></code> object - </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> - </td></tr><tr><th id="ix-handler-window-onpopstate"> <code title="">onpopstate</code> </th><td> <code title="handler-window-onpopstate"><a href="webappapis.html#handler-window-onpopstate">body</a></code> </td><td> <code title="event-popstate"><a href="history.html#event-popstate">popstate</a></code> event handler for <code><a href="browsers.html#window">Window</a></code> object Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1125 retrieving revision 1.1126 diff -u -d -r1.1125 -r1.1126 --- spec.html 10 Aug 2010 06:56:43 -0000 1.1125 +++ spec.html 10 Aug 2010 07:16:48 -0000 1.1126 @@ -334,7 +334,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">author edition</a>. -This is revision 1.4199. +This is revision 1.4201. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Tuesday, 10 August 2010 07:16:52 UTC