Re: Alternate stylesheets and the "disabled" DOM property

Chris Moschini wrote:
> This topic is drifting into DOM... .

This topic has been DOM all along, purposefully, since the CSS working 
group has taken over defining DOM access to CSS from the DOM working gtoup.

> What ought to be the property or method for finding this style? Should it be a child of DOM StyleSheetList?
> 
> http://www.w3.org/TR/DOM-Level-2-Style/stylesheets.html#StyleSheets-StyleSheetList
> 
> Perhaps document.styleSheets.selectedTitle, and document.styleSheets.getSelected()

It's really much more intuitive, to me, to put it on the DocumentStyle 
interface or extension thereof...

-Boris

Received on Friday, 3 October 2003 12:18:28 UTC