- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 29 Mar 2010 21:52:00 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv21684
Modified Files:
Overview.html
Log Message:
grammar (whatwg r4897)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3917
retrieving revision 1.3918
diff -u -d -r1.3917 -r1.3918
--- Overview.html 29 Mar 2010 21:48:09 -0000 1.3917
+++ Overview.html 29 Mar 2010 21:51:57 -0000 1.3918
@@ -20728,7 +20728,7 @@
<th> Brief description
<tbody><tr><td><dfn id="attr-media-preload-none" title="attr-media-preload-none"><code>none</code></dfn>
<td><dfn id="attr-media-preload-none-state" title="attr-media-preload-none-state">None</dfn>
- <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.
+ <td>Hints to the user agent that either the author 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 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.
Received on Monday, 29 March 2010 21:52:03 UTC