- From: poot <cvsmail@w3.org>
- Date: Sat, 5 Sep 2009 07:44:11 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: minor typo fixes (whatwg r3758) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2927&r2=1.2928&f=h http://html5.org/tools/web-apps-tracker?from=3757&to=3758 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2927 retrieving revision 1.2928 diff -u -d -r1.2927 -r1.2928 --- Overview.html 4 Sep 2009 22:16:55 -0000 1.2927 +++ Overview.html 4 Sep 2009 22:43:54 -0000 1.2928 @@ -18611,7 +18611,7 @@ value of the <code title="dom-media-defaultPlaybackRate"><a href="#dom-media-defaultplaybackrate">defaultPlaybackRate</a></code> attribute.</li> - <li>If <var title="">aborted</var> is true, set the <code title="dom-media-error"><a href="#dom-media-error">error</a></code> attribute to a new + <li><p>If <var title="">aborted</var> is true, set the <code title="dom-media-error"><a href="#dom-media-error">error</a></code> attribute to a new <code><a href="#mediaerror">MediaError</a></code> object whose <code title="dom-MediaError-code"><a href="#dom-mediaerror-code">code</a></code> attribute is set to <code title="dom-MediaError-MEDIA_ERR_ABORTED"><a href="#dom-mediaerror-media_err_aborted">MEDIA_ERR_ABORTED</a></code>, <a href="#fire-a-progress-event">fire a progress event</a> called <code title="event-abort"><a href="#event-abort">abort</a></code> at the <a href="#media-element">media element</a>, in the context of the <a href="#fetch" title="fetch">fetching process</a> @@ -28208,7 +28208,7 @@ specified, then the user agent should allow the user to select or provide multiple addresses; otherwise, the user agent should act in a manner consistent with expecting the user to provide a single - e-mail address. User agents may allow the user to set the <a href="#concept-fe-value" title="concept-fe-value">value</a> to a string that is not an + e-mail address. User agents may allow the user to set the <a href="#concept-fe-value" title="concept-fe-value">value</a> to a string that is not a <a href="#valid-e-mail-address-list">valid e-mail address list</a>. User agents should allow the user to set the <a href="#concept-fe-value" title="concept-fe-value">value</a> to the empty string. User agents must not allow users to insert U+000A LINE
Received on Friday, 4 September 2009 22:44:59 UTC