It is my judgment as HTML editor that the most fundamental property of the script element is what types it supports. If, in some hypothetical but (in my judgment extremely unlikely) future there were some other property we'd want to test support for, we would add a new method named `supportsX()` for that, or an overload like `supports("prop", "value")`, and leave `supports("value")` for the most fundamental (and very likely only) thing that would be support-tested.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/674#issuecomment-920352135