html5/spec Overview.html,1.4917,1.4918

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv26724

Modified Files:
	Overview.html 
Log Message:
correctness (whatwg r6116)

Index: Overview.html
===================================================================
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:30:11 UTC