File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -1978,9 +1978,13 @@ an optional <var>reason</var>, run these steps:
19781978interface 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
You can’t perform that action at this time.
0 commit comments