Skip to content

Commit

Permalink
[e] (0) Clarify
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=19986
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7632 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 31, 2012
1 parent 6c81fde commit 3c77100
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -24173,8 +24173,8 @@ <h4 id=the-img-element><span class=secno>4.8.1 </span>The <dfn><code>img</code><

</ol></li>

<li><p>If <var title="">candidates</var> is empty, return null and
undefined and abort these steps.</li>
<li><p>If <var title="">candidates</var> is empty, return null as the URL and undefined as the
pixel density and abort these steps.</li>

<li><p>If an entry <var title="">b</var> in <var title="">candidates</var> has the same associated width, height,
and pixel density as an earlier entry <var title="">a</var> in <var title="">candidates</var>, then remove entry <var title="">b</var>.
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -24173,8 +24173,8 @@ interface <dfn id=htmlimageelement>HTMLImageElement</dfn> : <a href=#htmlelement

</ol></li>

<li><p>If <var title="">candidates</var> is empty, return null and
undefined and abort these steps.</li>
<li><p>If <var title="">candidates</var> is empty, return null as the URL and undefined as the
pixel density and abort these steps.</li>

<li><p>If an entry <var title="">b</var> in <var title="">candidates</var> has the same associated width, height,
and pixel density as an earlier entry <var title="">a</var> in <var title="">candidates</var>, then remove entry <var title="">b</var>.
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -25719,8 +25719,8 @@ interface <dfn>HTMLImageElement</dfn> : <span>HTMLElement</span> {

</li>

<li><p>If <var title="">candidates</var> is empty, return null and
undefined and abort these steps.</p></li>
<li><p>If <var title="">candidates</var> is empty, return null as the URL and undefined as the
pixel density and abort these steps.</p></li>

<li><p>If an entry <var title="">b</var> in <var
title="">candidates</var> has the same associated width, height,
Expand Down

0 comments on commit 3c77100

Please sign in to comment.