C
Christoph
For retrieving CSS rules that can not be interpreted by an layout
engine I can use the UnknownRule interface of DOM. Unfortunately in
Gecko (Firefox 1.0.5), I cannot access such rules using
document.styleSheets[0].cssRules because only "known rules" are
referenced. Is there another way to get the UnkownRule(s) in Gecko?
I tried KHTML (Konqueror 3.4), which references all CSS rules including
UnknownRules. Unfortunately, I cannot get the text of the rules. While
Gecko implements cssTextdocument.styleSheets[0].cssRules[0].cssText,
Konqueror does not. Is there a way to access the text of the rule in
KHTML?
Thanks,
Christoph
engine I can use the UnknownRule interface of DOM. Unfortunately in
Gecko (Firefox 1.0.5), I cannot access such rules using
document.styleSheets[0].cssRules because only "known rules" are
referenced. Is there another way to get the UnkownRule(s) in Gecko?
I tried KHTML (Konqueror 3.4), which references all CSS rules including
UnknownRules. Unfortunately, I cannot get the text of the rules. While
Gecko implements cssTextdocument.styleSheets[0].cssRules[0].cssText,
Konqueror does not. Is there a way to access the text of the rule in
KHTML?
Thanks,
Christoph