hixie: correctness (whatwg r6116)

hixie: correctness (whatwg r6116)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4917&r2=1.4918&f=h
http://html5.org/tools/web-apps-tracker?from=6115&to=6116

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4917
retrieving revision 1.4918
diff -u -d -r1.4917 -r1.4918
--- Overview.html 6 May 2011 23:23:58 -0000 1.4917
+++ Overview.html 6 May 2011 23:30:05 -0000 1.4918
@@ -21319,8 +21319,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

Received on Friday, 6 May 2011 23:32:52 UTC