- From: smaug---- <notifications@github.com>
- Date: Mon, 12 Oct 2015 06:09:16 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Monday, 12 October 2015 13:09:47 UTC
Ah, indeed we may want to filter also based on nodeNames. so something like childNodeAttributeFilter: "class" childNodeFilter: ["div", "span"] Though, there is the issue with namespaces, since attribute filters are for null-namespace attributes only and element name based filters would need to be something else. But perhaps for now we could just add attribute name based filter for child nodes. childNodeAttributeFilter is a bit long name, any better suggestions? --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/77#issuecomment-147394463
Received on Monday, 12 October 2015 13:09:47 UTC