Re: [whatwg/dom] Add AbortSignal.aborted() static (#960)

@jasnell commented on this pull request.



> @@ -1864,6 +1868,17 @@ these steps:
   </ol>
 </ol>
 
+<p>The
+<dfn method for=AbortSignal lt="aborted()" id="dom-abortsignal-aborted-static">
+<code>AbortSignal.aborted()</code></dfn> steps are:

I added the `id` attribute because `make` was complaining about a duplicate id `dom-abortsignal-aborted` ID (because of the attribute). Also, when I remove the `lt` attribute, `make` complains:

```
Error running preprocessor, returned code: 2.
FATAL ERROR: Function/method names can only contain alphanums, underscores, dashes, or []. Got 'AbortSignal.aborted()'.
 ✘  Did not generate, due to fatal errors
```



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/960#discussion_r591651730

Received on Wednesday, 10 March 2021 16:04:11 UTC