Skip to content

Commit

Permalink
[e] (0) correctness
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12354

git-svn-id: http://svn.whatwg.org/webapps@6116 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 6, 2011
1 parent 499f375 commit 122ea3b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions complete.html
Expand Up @@ -25477,8 +25477,9 @@ <h4 id=the-video-element><span class=secno>4.8.6 </span>The <dfn id=video><code>
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
Expand Down
5 changes: 3 additions & 2 deletions index
Expand Up @@ -25505,8 +25505,9 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>
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
Expand Down
5 changes: 3 additions & 2 deletions source
Expand Up @@ -27526,8 +27526,9 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>
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
Expand Down

0 comments on commit 122ea3b

Please sign in to comment.