Skip to content

Commit

Permalink
[e] (0) Add some missing text. Given how awkward this reads, I'm not …
Browse files Browse the repository at this point in the history
…surprised I forgot to finish the sentence before...

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17147
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7214 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 26, 2012
1 parent 17cc7a2 commit 8da2abb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
10 changes: 6 additions & 4 deletions complete.html
Expand Up @@ -23734,10 +23734,12 @@ <h4 id=the-img-element><span class=secno>4.8.1 </span>The <dfn><code>img</code><
of the three optional descriptors. There must not be two <a href=#image-candidate-string title="image candidate string">image candidate strings</a> in a
<code title=attr-img-srcset><a href=#attr-img-srcset>srcset</a></code> attribute whose <i>width
descriptor value</i>, <i>height descriptor value</i>, and <i>pixel
density descriptor value</i>; for the purposes of this requirement,
omitted <i>width descriptors</i> and <i>height descriptors</i> are
considered to have the value "Infinity", and omitted <i>pixel
density descriptors</i> are considered to have the value 1.</p>
density descriptor value</i> are each identical to their counterpart
in the other <a href=#image-candidate-string>image candidate string</a>; for the purposes
of this requirement, omitted <i>width descriptors</i> and <i>height
descriptors</i> are considered to have the value "Infinity", and
omitted <i>pixel density descriptors</i> are considered to have the
value 1.</p>

<div class=example>

Expand Down
10 changes: 6 additions & 4 deletions index
Expand Up @@ -23734,10 +23734,12 @@ interface <dfn id=htmlimageelement>HTMLImageElement</dfn> : <a href=#htmlelement
of the three optional descriptors. There must not be two <a href=#image-candidate-string title="image candidate string">image candidate strings</a> in a
<code title=attr-img-srcset><a href=#attr-img-srcset>srcset</a></code> attribute whose <i>width
descriptor value</i>, <i>height descriptor value</i>, and <i>pixel
density descriptor value</i>; for the purposes of this requirement,
omitted <i>width descriptors</i> and <i>height descriptors</i> are
considered to have the value "Infinity", and omitted <i>pixel
density descriptors</i> are considered to have the value 1.</p>
density descriptor value</i> are each identical to their counterpart
in the other <a href=#image-candidate-string>image candidate string</a>; for the purposes
of this requirement, omitted <i>width descriptors</i> and <i>height
descriptors</i> are considered to have the value "Infinity", and
omitted <i>pixel density descriptors</i> are considered to have the
value 1.</p>

<div class=example>

Expand Down
10 changes: 6 additions & 4 deletions source
Expand Up @@ -25449,10 +25449,12 @@ interface <dfn>HTMLImageElement</dfn> : <span>HTMLElement</span> {
title="image candidate string">image candidate strings</span> in a
<code title="attr-img-srcset">srcset</code> attribute whose <i>width
descriptor value</i>, <i>height descriptor value</i>, and <i>pixel
density descriptor value</i>; for the purposes of this requirement,
omitted <i>width descriptors</i> and <i>height descriptors</i> are
considered to have the value "Infinity", and omitted <i>pixel
density descriptors</i> are considered to have the value 1.</p>
density descriptor value</i> are each identical to their counterpart
in the other <span>image candidate string</span>; for the purposes
of this requirement, omitted <i>width descriptors</i> and <i>height
descriptors</i> are considered to have the value "Infinity", and
omitted <i>pixel density descriptors</i> are considered to have the
value 1.</p>

<div class="example">

Expand Down

0 comments on commit 8da2abb

Please sign in to comment.