Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) subtly mention <meter>...
git-svn-id: http://svn.whatwg.org/webapps@1980 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 4, 2008
1 parent b80d795 commit da095fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions index
Expand Up @@ -16288,8 +16288,9 @@ The island of Shalott.&lt;/p></pre>
alternative text of the first image, and the rest have blank alternative
text.</p>

<pre>&lt;p>Rating: <strong>&lt;img src="1" alt="3/5">&lt;img src="1" alt="">&lt;img src="1" alt=""
>&lt;img src="0" alt="">&lt;img src="0" alt=""></strong>&lt;/p></pre>
<pre>&lt;p>Rating: <meter max=5 value=3><strong>&lt;img src="1" alt="3/5"
>&lt;img src="1" alt="">&lt;img src="1" alt="">&lt;img src="0" alt=""
>&lt;img src="0" alt=""></strong></meter>&lt;/p></pre>
</div>

<p>If any of the components of the sliced picture are the sole contents of
Expand Down
5 changes: 3 additions & 2 deletions source
Expand Up @@ -13873,8 +13873,9 @@ The island of Shalott.&lt;/p></pre>
"3/5". That is the alternative text of the first image, and the
rest have blank alternative text.</p>

<pre>&lt;p>Rating: <strong>&lt;img src="1" alt="3/5">&lt;img src="1" alt="">&lt;img src="1" alt=""
>&lt;img src="0" alt="">&lt;img src="0" alt=""></strong>&lt;/p></pre>
<pre>&lt;p>Rating: <meter max=5 value=3><strong>&lt;img src="1" alt="3/5"
>&lt;img src="1" alt="">&lt;img src="1" alt="">&lt;img src="0" alt=""
>&lt;img src="0" alt=""></strong></meter>&lt;/p></pre>

</div>

Expand Down

0 comments on commit da095fd

Please sign in to comment.