Skip to content

Commit

Permalink
[e] (0) Clarify what 0-value means.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3494 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 29, 2009
1 parent 7669242 commit 4c8afb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion index
Expand Up @@ -2545,7 +2545,8 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d

</ol></li>

<li><p>If <var title="">sign</var> is "positive", return <var title="">value</var>, otherwise return 0-<var title="">value</var>.</li>
<li><p>If <var title="">sign</var> is "positive", return <var title="">value</var>, otherwise return the result of subtracting
<var title="">value</var> from zero.</li>

</ol></div>

Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -1642,8 +1642,8 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
</li>

<li><p>If <var title="">sign</var> is "positive", return <var
title="">value</var>, otherwise return 0-<var
title="">value</var>.</p></li>
title="">value</var>, otherwise return the result of subtracting
<var title="">value</var> from zero.</p></li>

</ol>

Expand Down

0 comments on commit 4c8afb9

Please sign in to comment.