[html5] r4514 - [e] (0) readability Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8330

whatwg at whatwg.org whatwg at whatwg.org
Wed Jan 6 00:46:48 PST 2010


Author: ianh
Date: 2010-01-06 00:46:43 -0800 (Wed, 06 Jan 2010)
New Revision: 4514

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

Modified: complete.html
===================================================================
--- complete.html	2010-01-06 08:25:27 UTC (rev 4513)
+++ complete.html	2010-01-06 08:46:43 UTC (rev 4514)
@@ -20701,9 +20701,7 @@
   present, the attribute must be a <a href=#valid-mime-type>valid MIME type</a>,
   optionally with parameters.</p>
 
-  <p>One or both of the <code title=attr-object-data><a href=#attr-object-data>data</a></code> and
-  <code title=attr-object-type><a href=#attr-object-type>type</a></code> attributes must be
-  present.</p>
+  <p>At least one of either the <code title=attr-object-data><a href=#attr-object-data>data</a></code> attribute or the <code title=attr-object-type><a href=#attr-object-type>type</a></code> attribute must be present.</p>
 
   <p>The <dfn id=attr-object-name title=attr-object-name><code>name</code></dfn>
   attribute, if present, must be a <a href=#valid-browsing-context-name>valid browsing context

Modified: index
===================================================================
--- index	2010-01-06 08:25:27 UTC (rev 4513)
+++ index	2010-01-06 08:46:43 UTC (rev 4514)
@@ -20536,9 +20536,7 @@
   present, the attribute must be a <a href=#valid-mime-type>valid MIME type</a>,
   optionally with parameters.</p>
 
-  <p>One or both of the <code title=attr-object-data><a href=#attr-object-data>data</a></code> and
-  <code title=attr-object-type><a href=#attr-object-type>type</a></code> attributes must be
-  present.</p>
+  <p>At least one of either the <code title=attr-object-data><a href=#attr-object-data>data</a></code> attribute or the <code title=attr-object-type><a href=#attr-object-type>type</a></code> attribute must be present.</p>
 
   <p>The <dfn id=attr-object-name title=attr-object-name><code>name</code></dfn>
   attribute, if present, must be a <a href=#valid-browsing-context-name>valid browsing context

Modified: source
===================================================================
--- source	2010-01-06 08:25:27 UTC (rev 4513)
+++ source	2010-01-06 08:46:43 UTC (rev 4514)
@@ -21995,9 +21995,9 @@
   present, the attribute must be a <span>valid MIME type</span>,
   optionally with parameters.</p>
 
-  <p>One or both of the <code title="attr-object-data">data</code> and
-  <code title="attr-object-type">type</code> attributes must be
-  present.</p>
+  <p>At least one of either the <code
+  title="attr-object-data">data</code> attribute or the <code
+  title="attr-object-type">type</code> attribute must be present.</p>
 
   <p>The <dfn title="attr-object-name"><code>name</code></dfn>
   attribute, if present, must be a <span>valid browsing context




More information about the Commit-Watchers mailing list