Re: [dom] Added an example showing feature detection with supports() (#144)

I wonder what the added value of that example would be. The point of the example from my perspective is to show developers how to use the feature for feature detection, which realistically means that they would need to detect support for `supports()` as well as the existence of the DOMTokenList their trying to test on. Otherwise the example is trivial.

Maybe we should just make sure that realistic examples are available in the realm of blog posts/explainers and leave it out of the spec?

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/144#issuecomment-173902252

Received on Friday, 22 January 2016 12:17:10 UTC