https://html.spec.whatwg.org/multipage/webappapis.html#dom-manipulation-task-source
From the refs database:
text: DOM manipulation task source
type: interface
spec: html
shortname: html
level: 1
status: snapshot
url: https://html.spec.whatwg.org/multipage/webappapis.html#dom-manipulation-task-source
export: True
normative: True
for_: []
I don't see why this is type: interface, since it isn't exported as an interface.
I wonder if it thinks it's an interface because it starts "DOM"? In which case, maybe terms containing spaces should never be auto-detected as interfaces?
https://html.spec.whatwg.org/multipage/webappapis.html#dom-manipulation-task-source
From the refs database:
I don't see why this is
type: interface, since it isn't exported as an interface.I wonder if it thinks it's an interface because it starts "DOM"? In which case, maybe terms containing spaces should never be auto-detected as interfaces?