Skip to content

Commit

Permalink
[e] (0) We made it so you could avoid clobbering selections earlier t…
Browse files Browse the repository at this point in the history
…oday.

git-svn-id: http://svn.whatwg.org/webapps@1353 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 7, 2008
1 parent 404baed commit 28327f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -35247,10 +35247,7 @@ http://developer.apple.com/documentation/AppleApplications/Conceptual/SafariJSPr
title=command-unselect><code>unselect</code></dfn>

<dd>
<p>The user agent must change the selection so that nothing is selected.</p>

<p class=big-issue>We need some sort of way in which the user can make a
selection without risk of script clobbering it.
<p>The user agent must change the selection so that nothing is selected.

<dt>If the <var title="">commandId</var> is <dfn id=superscript
title=command-superscript><code>superscript</code></dfn>
Expand Down
5 changes: 1 addition & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -32680,10 +32680,7 @@ http://developer.apple.com/documentation/AppleApplications/Conceptual/SafariJSPr
<dt>If the <var title="">commandId</var> is <dfn title="command-unselect"><code>unselect</code></dfn></dt>

<dd><p>The user agent must change the selection so that nothing is
selected.</p>

<p class="big-issue">We need some sort of way in which the user can
make a selection without risk of script clobbering it.</p></dd>
selected.</p></dd>

<dt>If the <var title="">commandId</var> is <dfn title="command-superscript"><code>superscript</code></dfn></dt>

Expand Down

0 comments on commit 28327f4

Please sign in to comment.