Skip to content

Commit

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

git-svn-id: http://svn.whatwg.org/webapps@6098 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 6, 2011
1 parent aab0240 commit e5b3fc5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions complete.html
Expand Up @@ -2367,10 +2367,10 @@ <h4 id=restrictions-on-content-models-and-on-attribute-values><span class=secno>
<div class=example>

<p>In the fragments below, for example, the semantics are
nonsensical: a row cannot simultaneously be a cell, nor can a
radio button be a progress bar.</p>
nonsensical: a separator cannot simultaneously be a cell, nor can
a radio button be a progress bar.</p>

<pre class=bad>&lt;tr role="cell"&gt;</pre>
<pre class=bad>&lt;hr role="cell"&gt;</pre>
<pre class=bad>&lt;input type=radio role=progressbar&gt;</pre>

</div>
Expand Down
6 changes: 3 additions & 3 deletions index
Expand Up @@ -2392,10 +2392,10 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<div class=example>

<p>In the fragments below, for example, the semantics are
nonsensical: a row cannot simultaneously be a cell, nor can a
radio button be a progress bar.</p>
nonsensical: a separator cannot simultaneously be a cell, nor can
a radio button be a progress bar.</p>

<pre class=bad>&lt;tr role="cell"&gt;</pre>
<pre class=bad>&lt;hr role="cell"&gt;</pre>
<pre class=bad>&lt;input type=radio role=progressbar&gt;</pre>

</div>
Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -1260,10 +1260,10 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<div class="example">

<p>In the fragments below, for example, the semantics are
nonsensical: a row cannot simultaneously be a cell, nor can a
radio button be a progress bar.</p>
nonsensical: a separator cannot simultaneously be a cell, nor can
a radio button be a progress bar.</p>

<pre class="bad">&lt;tr role="cell"></pre>
<pre class="bad">&lt;hr role="cell"></pre>
<pre class="bad">&lt;input type=radio role=progressbar></pre>

</div>
Expand Down

0 comments on commit e5b3fc5

Please sign in to comment.