Skip to content

Commit d51a419

Browse files
committed
Add realm note
1 parent 800cfa2 commit d51a419

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

dom.bs

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1978,9 +1978,13 @@ an optional <var>reason</var>, run these steps:
19781978
interface that inherits from it, and an optional <var>realm</var>, run these steps:
19791979

19801980
<ol>
1981-
<li><p>Let <var>resultSignal</var> be a <a for=/>new</a> object implementing
1982-
<var>signalInterface</var> using <var>realm</var> if given, otherwise using the default behavior
1983-
defined in Web IDL.
1981+
<li>
1982+
<p>Let <var>resultSignal</var> be a <a for=/>new</a> object implementing
1983+
<var>signalInterface</var> using <var>realm</var> if given, otherwise using the default behavior
1984+
defined in Web IDL.
1985+
1986+
<p class=XXX>As of the time of this writing Web IDL does not yet define any default behavior;
1987+
see <a href="https://github.com/whatwg/webidl/issues/135">whatwg/webidl#135</a>.
19841988

19851989
<li><p>Set <var>resultSignal</var>'s [=AbortSignal/composite=] to true.
19861990

0 commit comments

Comments
 (0)