Re: [heycam/webidl] Referencing "implements" (#659)

The problem is, when you (or at least I) read DOM and see the following list:

- Do X when _node_ is a Document object
- Do Y when _node_ is a DocumentType object
- Do Z when _node_ is an Attr object
- Do W when _node_ is a Comment or Text object
- Do Q when _node_ is a ProcessingInstruction object
- Do R when _node_ is anything else

(e.g., in https://dom.spec.whatwg.org/#concept-node-clone) it's _extremely easy to miss_ that "is a Comment or Text object" actually means "is a Comment or Text or CharacterData object".

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/659#issuecomment-468146733

Received on Thursday, 28 February 2019 05:50:05 UTC