File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments