Skip to content

Commit

Permalink
[e] (0) typo (credit: pt)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2477 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 29, 2008
1 parent d7b19f5 commit f2151b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions index
Expand Up @@ -53630,9 +53630,9 @@ xh|section xh|section xh|section xh|section xh|section xh|h1 { /* same styles as
<li><p>The presence of a <code title=attr-img-border>border</code> attribute on an
<code><a href=#the-img-element>img</a></code> element if its value is the string "<code title="">0</code>".</li>

<li><p>The presence of a <code title=attr-script-language></code>
attribute on a <code><a href=#script>script</a></code> element if its value is an
<a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for the string "<code title="">JavaScript</code>".</li>
<li><p>The presence of a <code title=attr-script-language>language</code> attribute on a
<code><a href=#script>script</a></code> element if its value is an <a href=#ascii-case-insensitive>ASCII
case-insensitive</a> match for the string "<code title="">JavaScript</code>".</li>

</ul><h2 id=no><span class=secno>11 </span>Things that you can't do with this specification because
they are better handled using other technologies that are further
Expand Down
7 changes: 4 additions & 3 deletions source
Expand Up @@ -58550,9 +58550,10 @@ xh|section xh|section xh|section xh|section xh|section xh|h1 { /* same styles as
<code>img</code> element if its value is the string "<code
title="">0</code>".</p></li>

<li><p>The presence of a <code title="attr-script-language"></code>
attribute on a <code>script</code> element if its value is an
<span>ASCII case-insensitive</span> match for the string "<code
<li><p>The presence of a <code
title="attr-script-language">language</code> attribute on a
<code>script</code> element if its value is an <span>ASCII
case-insensitive</span> match for the string "<code
title="">JavaScript</code>".</p></li>

</ul>
Expand Down

0 comments on commit f2151b0

Please sign in to comment.