Skip to content

Commit

Permalink
Remove no-op step
Browse files Browse the repository at this point in the history
The TouchEvent interface is still exposed.
  • Loading branch information
zcorpan committed Apr 13, 2022
1 parent 996ac3c commit 103b06e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -5432,14 +5432,6 @@ are:
<li><p>If <var>constructor</var> is null, then <a>throw</a> a "{{NotSupportedError!!exception}}"
{{DOMException}}.

<li>
<p>If the interface indicated by <var>constructor</var> is not exposed on the
<a>relevant global object</a> of <a>this</a>, then <a>throw</a> a
"{{NotSupportedError!!exception}}" {{DOMException}}.

<p class=note>Typically user agents disable support for touch events in some configurations, in
which case this clause would be triggered for the interface {{TouchEvent}}.

<li><p>Let <var>event</var> be the result of <a>creating an event</a> given <var>constructor</var>.

<li><p>Initialize <var>event</var>'s {{Event/type}} attribute to the empty string.
Expand Down

0 comments on commit 103b06e

Please sign in to comment.