[css3-conditional] navigator.supportsCSS rather than window.supportsCSS

The global object ('window') of the DOM is already quite crowded.  
Attaching supportsCSS to the 'navigator' object instead makes sense  
semantically, and would avoid adding even more to the global object.

  - Florian

Received on Friday, 3 August 2012 12:36:07 UTC