Skip to content

Commit 1165398

Browse files
committed
Editorial: Link use of 'exposed' to the WebIDL definition
1 parent 1b4bd48 commit 1165398

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

dom.bs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6090,13 +6090,10 @@ are:
60906090
{{DOMException}}.
60916091

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

6097-
<p class=note>Typically user agents disable support for touch events in some configurations, in
6098-
which case this clause would be triggered for the interface {{TouchEvent}}.
6099-
61006097
<li><p>Let <var>event</var> be the result of <a>creating an event</a> given <var>constructor</var>.
61016098

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

0 commit comments

Comments
 (0)