Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -6090,13 +6090,10 @@ are:
{{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
<p>If the interface indicated by <var>constructor</var> is not <a>exposed</a> on the
<a>relevant realm</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
Loading