html5/spec Overview.html,1.3914,1.3915

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

Modified Files:
	Overview.html 
Log Message:
grammar error (whatwg r4893)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3914
retrieving revision 1.3915
diff -u -d -r1.3914 -r1.3915
--- Overview.html	29 Mar 2010 05:51:57 -0000	1.3914
+++ Overview.html	29 Mar 2010 05:55:33 -0000	1.3915
@@ -20727,7 +20727,7 @@
      <td>Hints to the user agent that the author either does not expect the user to need the media resource, or that the server wants to minimise unnecessary traffic.
     <tr><td><dfn id="attr-media-preload-metadata" title="attr-media-preload-metadata"><code>metadata</code></dfn>
      <td><dfn id="attr-media-preload-metadata-state" title="attr-media-preload-metadata-state">Metadata</dfn>
-     <td>Hints to the user agent that the author either does not expect the user to need the media resource, but that fetching the resource metadata (dimensions, first frame, track list, duration, etc) is reasonable.
+     <td>Hints to the user agent that the author does not expect the user to need the media resource, but that fetching the resource metadata (dimensions, first frame, track list, duration, etc) is reasonable.
     <tr><td><dfn id="attr-media-preload-auto" title="attr-media-preload-auto"><code>auto</code></dfn>
      <td><dfn id="attr-media-preload-auto-state" title="attr-media-preload-auto-state">Automatic</dfn>
      <td>Hints to the user agent that the user agent can put the user's needs first without risk to the server, up to and including optimistically downloading the entire resource.

Received on Monday, 29 March 2010 05:55:38 UTC