Skip to content

Commit d461a93

Browse files
authored
Merge pull request #3217 from wdscxsj/patch-3
Fix typo
2 parents ab1db04 + f0fa52f commit d461a93

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/4-forms-controls/3-events-change-input

1 file changed

+1
-1
lines changed

2-ui/4-forms-controls/3-events-change-input/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The clipboard is a "global" OS-level thing. A user may switch between various ap
9595

9696
So most browsers allow seamless read/write access to the clipboard only in the scope of certain user actions, such as copying/pasting etc.
9797

98-
It's forbidden to generate "custom" clipboard events with `dispatchEvent` in all browsers except Firefox. And even if we manage to dispatch such event, the specification clearly states that such "syntetic" events must not provide access to the clipboard.
98+
It's forbidden to generate "custom" clipboard events with `dispatchEvent` in all browsers except Firefox. And even if we manage to dispatch such event, the specification clearly states that such "synthetic" events must not provide access to the clipboard.
9999

100100
Even if someone decides to save `event.clipboardData` in an event handler, and then access it later -- it won't work.
101101

0 commit comments

Comments
 (0)