Hi,
As far as I remember the contents of these tags is not HTML but rather CSS.
I am not sure the DOM engine can parse CSS and provide it as an object
model.
No ready asnwer at this point, though, for which I apologize.
> hello,
>
[quoted text clipped - 15 lines]
>
> thx
Lau Lei Cheong - 07 Jan 2006 02:08 GMT
As far as I remember, the IE and Firefox will both arrange any <link> tag
with CSS files into document.stylesheets array.
So I think what the OP said is quite out of my expectation... but well,
<link> tag by spec. should be in <head> tag, not in <body> tag... So that
may explain why although it may render correctly, the Object Model will
behave a bit strange that way...
For <style> tag, I have no idea whether we can inline or not according to
specification, maybe some experts can tell...
"Dmytro Lapshyn [MVP]" <x-code@no-spam-please.hotpop.com> ¼¶¼g©ó¶l¥ó·s»D:eCt3c7qEGHA.3004@TK2MSFTNGP15.phx.gbl...
> Hi,
>
[quoted text clipped - 22 lines]
>>
>> thx