html5/spec Overview.html,1.2927,1.2928

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv2117

Modified Files:
	Overview.html 
Log Message:
minor typo fixes (whatwg r3758)

Index: Overview.html
===================================================================
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:05 UTC