Skip to content

Commit

Permalink
remove beforeinput for copy, see issue #135
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswilm committed Aug 7, 2016
1 parent 9e6dc58 commit eee72c6
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions input-events.html
Expand Up @@ -120,7 +120,7 @@ <h5>Attributes</h5>
insertHorizontalRule, deleteWordForward,
deleteWordBackward, deleteLineForward, deleteLineBackward,
deleteComposedCharacterBackward, deleteComposedCharacterForward,
deleteContentBackward, deleteContentForward, undo, redo, copy,
deleteContentBackward, deleteContentForward, undo, redo,
cut, paste, bold, italic, underline, strikeThrough, superscript,
subscript, justifyCenter, justifyRight, justifyLeft, indent,
outdent, removeFormat, drag, drop.
Expand Down Expand Up @@ -240,11 +240,6 @@ <h5>Attributes</h5>
redo</b>
</li>

<li>If the user intends to copy using a keyboard, context
menu, speech, or similar method, the inputType MUST be <b>
copy</b>
</li>

<li>If the user intends to cut using a keyboard, context
menu, speech, or similar method, the inputType MUST be <b>
cut</b>
Expand Down Expand Up @@ -356,7 +351,7 @@ <h5>Attributes</h5>
</p>

<ol>
<li>If the inputType is cut, copy, paste, drag, drop, undo,
<li>If the inputType is cut, paste, drag, drop, undo,
redo, or insertNonText, the transferData attribute is a
prepopulated <a>DataTransfer</a> object so that:
<ol>
Expand Down

0 comments on commit eee72c6

Please sign in to comment.