Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 996ac3c

Browse filesBrowse files
committed
Maybe throw NotSupportedError for createEvent('touchevent')
See w3c/touch-events#64 The term "expose legacy touch event APIs" was introduced in w3c/touch-events#111
1 parent 0bf93ba commit 996ac3c
Copy full SHA for 996ac3c

File tree

1 file changed

+5
-0
lines changed
Filter options

1 file changed

+5
-0
lines changed

‎dom.bs

Copy file name to clipboardExpand all lines: dom.bs
+5
Original file line numberDiff line numberDiff line change
@@ -5390,6 +5390,11 @@ are:
53905390
<ol>
53915391
<li><p>Let <var>constructor</var> be null.
53925392

5393+
<li>
5394+
<p>If <var>interface</var> is an <a>ASCII case-insensitive</a> match for "<code>touchevent</code>"
5395+
and the user agent's <a>expose legacy touch event APIs</a> is false, then <a>throw</a> a
5396+
"{{NotSupportedError!!exception}}" {{DOMException}}.
5397+
53935398
<li>
53945399
<p>If <var>interface</var> is an <a>ASCII case-insensitive</a> match for any of the strings in the
53955400
first column in the following table, then set <var>constructor</var> to the interface in the

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.