Me again! If one changes the media list of a StyleSheet interface that is associated with a particular node in the DOM, e.g. a <link> element, should the changes be reflected back in this node? e.g. assuming the element has: <link rel="stylesheet" href="foo.css"> ...and I do: document.styleSheets.item(0).media.appendMedium('braille'); ...should the element then become: <link rel="stylesheet" href="foo.css" media="braille"> ...? How about if the stylesheet was linked using an @import, or an HTTP 'Link' header? Should those be changed too? Cheers, -- Ian Hickson )\ _. - ._.) fL Netscape, Standards Compliance QA /. `- ' ( `--' +1 650 937 6593 `- , ) - > ) \ irc.mozilla.org:Hixie _________________________ (.' \) (.' -' __________Received on Friday, 19 January 2001 08:26:51 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 27 October 2009 08:24:52 GMT