Skip to content

Commit

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

git-svn-id: http://svn.whatwg.org/webapps@3972 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 22, 2009
1 parent 518a855 commit 5bbea69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index
Expand Up @@ -71354,7 +71354,7 @@ document.body.appendChild(text);
languages.</p>

<p class=note>Just being off-screen does not mean the element is
not <a href=#being-rendered>being rendered</a>. The presence of the <code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code> attribute normaly means the
not <a href=#being-rendered>being rendered</a>. The presence of the <code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code> attribute normally means the
element is not <a href=#being-rendered>being rendered</a>, though this might be
overriden by the style sheets.</p>

Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -84733,7 +84733,7 @@ document.body.appendChild(text);

<p class="note">Just being off-screen does not mean the element is
not <span>being rendered</span>. The presence of the <code
title="attr-hidden">hidden</code> attribute normaly means the
title="attr-hidden">hidden</code> attribute normally means the
element is not <span>being rendered</span>, though this might be
overriden by the style sheets.</p>

Expand Down

0 comments on commit 5bbea69

Please sign in to comment.