On 8/15/12 3:39 AM, Cameron McCormack wrote: > Glenn Adams: >> I believe this is intended to be a function of the browser in general, >> independent of whether operating in quirks mode or not, which is >> effectively under author control. So NO, it should not be defined on >> Document. > > Is supportsCSS() even meant to take quirks mode into account? Well, @supports certainly should, I think: the whole point of @supports is to test what's supported in the document being styled. Whether the DOM API should match that is an interesting question. I think it should, for consistency. That doesn't preclude having this hang off a Window or window.CSS; in either case the current document is easily accessible. -BorisReceived on Wednesday, 15 August 2012 15:10:44 UTC
This archive was generated by hypermail 2.4.0 : Friday, 25 March 2022 10:08:20 UTC