Skip to content

Commit

Permalink
[e] (0) update this comment (sadly it has not changed)
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12721

git-svn-id: http://svn.whatwg.org/webapps@6456 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 15, 2011
1 parent 7c8e445 commit 2a9973a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -97048,7 +97048,7 @@ <h4 id=other-elements,-attributes-and-apis><span class=secno>16.3.4 </span>Other

</ul><p class=note>These requirements are a <a href=#willful-violation>willful
violation</a> of the JavaScript specification current at the time
of writing (ECMAScript edition 3). The JavaScript specification
of writing (ECMAScript edition 5). The JavaScript specification
requires that the ToBoolean() operator convert all objects to the
true value, and does not have provisions for objects acting as if
they were <code title="">undefined</code> for the purposes of
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -92495,7 +92495,7 @@ if (s = prompt('What is your name?')) {

</ul><p class=note>These requirements are a <a href=#willful-violation>willful
violation</a> of the JavaScript specification current at the time
of writing (ECMAScript edition 3). The JavaScript specification
of writing (ECMAScript edition 5). The JavaScript specification
requires that the ToBoolean() operator convert all objects to the
true value, and does not have provisions for objects acting as if
they were <code title="">undefined</code> for the purposes of
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -110112,7 +110112,7 @@ if (s = prompt('What is your name?')) {

<p class="note">These requirements are a <span>willful
violation</span> of the JavaScript specification current at the time
of writing (ECMAScript edition 3). The JavaScript specification
of writing (ECMAScript edition 5). The JavaScript specification
requires that the ToBoolean() operator convert all objects to the
true value, and does not have provisions for objects acting as if
they were <code title="">undefined</code> for the purposes of
Expand Down

0 comments on commit 2a9973a

Please sign in to comment.