We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf93ba commit 996ac3cCopy full SHA for 996ac3c
dom.bs
@@ -5390,6 +5390,11 @@ are:
5390
<ol>
5391
<li><p>Let <var>constructor</var> be null.
5392
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
+
5398
<li>
5399
<p>If <var>interface</var> is an <a>ASCII case-insensitive</a> match for any of the strings in the
5400
first column in the following table, then set <var>constructor</var> to the interface in the
0 commit comments