[html5] r6116 - [e] (0) correctness Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12354

whatwg at whatwg.org whatwg at whatwg.org
Fri May 6 16:30:01 PDT 2011


Author: ianh
Date: 2011-05-06 16:30:00 -0700 (Fri, 06 May 2011)
New Revision: 6116

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

Modified: complete.html
===================================================================
--- complete.html	2011-05-06 23:23:53 UTC (rev 6115)
+++ complete.html	2011-05-06 23:30:00 UTC (rev 6116)
@@ -25477,8 +25477,9 @@
    algorithm without changing the <a href=#poster-frame>poster frame</a>.</li>
 
    <li><p>If the <code title=attr-video-poster><a href=#attr-video-poster>poster</a></code>
-   attribute's value is the empty string, then there is no
-   <a href=#poster-frame>poster frame</a>; abort these steps.</li>
+   attribute's value is the empty string or if the attribute is
+   absent, then there is no <a href=#poster-frame>poster frame</a>; abort these
+   steps.</li>
 
    <li><p><a href=#resolve-a-url title="resolve a url">Resolve</a> the <code title=attr-video-poster><a href=#attr-video-poster>poster</a></code> attribute's value relative
    to the element. If this fails, then there is no <a href=#poster-frame>poster

Modified: index
===================================================================
--- index	2011-05-06 23:23:53 UTC (rev 6115)
+++ index	2011-05-06 23:30:00 UTC (rev 6116)
@@ -25505,8 +25505,9 @@
    algorithm without changing the <a href=#poster-frame>poster frame</a>.</li>
 
    <li><p>If the <code title=attr-video-poster><a href=#attr-video-poster>poster</a></code>
-   attribute's value is the empty string, then there is no
-   <a href=#poster-frame>poster frame</a>; abort these steps.</li>
+   attribute's value is the empty string or if the attribute is
+   absent, then there is no <a href=#poster-frame>poster frame</a>; abort these
+   steps.</li>
 
    <li><p><a href=#resolve-a-url title="resolve a url">Resolve</a> the <code title=attr-video-poster><a href=#attr-video-poster>poster</a></code> attribute's value relative
    to the element. If this fails, then there is no <a href=#poster-frame>poster

Modified: source
===================================================================
--- source	2011-05-06 23:23:53 UTC (rev 6115)
+++ source	2011-05-06 23:30:00 UTC (rev 6116)
@@ -27526,8 +27526,9 @@
    algorithm without changing the <span>poster frame</span>.</p></li>
 
    <li><p>If the <code title="attr-video-poster">poster</code>
-   attribute's value is the empty string, then there is no
-   <span>poster frame</span>; abort these steps.</p></li>
+   attribute's value is the empty string or if the attribute is
+   absent, then there is no <span>poster frame</span>; abort these
+   steps.</p></li>
 
    <li><p><span title="resolve a url">Resolve</span> the <code
    title="attr-video-poster">poster</code> attribute's value relative




More information about the Commit-Watchers mailing list