All, >From here >http://lxr.mozilla.org/mozilla1.8.0/source/editor/libeditor/html/nsHTMLCSSUtils.cpp#571, it said
// Get the all the computed css styles attached to the element node 571 res = aViewCSS->GetComputedStyle(element, empty, getter_AddRefs(cssDecl)); Can you pleaes tell what does it means by 'Get the all the computed css styles attached to the element node' in the comment? Does it mean this method nsIDOMViewCSS::GetComputedStyle, can resolve all the css style assoicated with an element, whether it is inline, css inheritance rules, css name rule, id rule? And can you please tell me what does the DOMViewCSs save? Thank you. _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

