[html5] r4893 - [e] (0) grammar error Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9148

whatwg at whatwg.org whatwg at whatwg.org
Sun Mar 28 22:55:29 PDT 2010


Author: ianh
Date: 2010-03-28 22:55:27 -0700 (Sun, 28 Mar 2010)
New Revision: 4893

Modified:
   complete.html
   index
   source
Log:
[e] (0) grammar error
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9148

Modified: complete.html
===================================================================
--- complete.html	2010-03-29 05:51:53 UTC (rev 4892)
+++ complete.html	2010-03-29 05:55:27 UTC (rev 4893)
@@ -23978,7 +23978,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.

Modified: index
===================================================================
--- index	2010-03-29 05:51:53 UTC (rev 4892)
+++ index	2010-03-29 05:55:27 UTC (rev 4893)
@@ -23879,7 +23879,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.

Modified: source
===================================================================
--- source	2010-03-29 05:51:53 UTC (rev 4892)
+++ source	2010-03-29 05:55:27 UTC (rev 4893)
@@ -25761,7 +25761,7 @@
     <tr>
      <td><dfn title="attr-media-preload-metadata"><code>metadata</code></dfn>
      <td><dfn 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 title="attr-media-preload-auto"><code>auto</code></dfn>
      <td><dfn title="attr-media-preload-auto-state">Automatic</dfn>




More information about the Commit-Watchers mailing list