- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 15 Mar 2016 07:57:34 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Tuesday, 15 March 2016 14:58:09 UTC
@hayatoito raised this in https://github.com/whatwg/dom/commit/b2ee400a6542dc76d41bed5d2edb8c85ba241bfc. Filing so I don't forget. Currently we list Text, ProcessingInstruction, Comment, explicitly, rather than simply stating CharacterData. Should we do the same for DocumentFragment and ShadowRoot, or is that case different because DocumentFragment is not an abstract interface? We should probably treat that case different, since otherwise we'd have to list HTMLMarqueeElement and friends too. However, if we change this, perhaps it makes sense to just use abstract interfaces when they make sense? @domenic had opinions here too I believe. --- 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/issues/190
Received on Tuesday, 15 March 2016 14:58:09 UTC