Re: Where does mozilla build a table of attribute for each node
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <0db4f5b3-df84-4fb0-8103-0a381a0b6813@i72g2000hsd.googlegroups.com> |
On Jan 28, 4:59 pm, Boris Zbarsky <[email protected]> wrote: > [email protected] wrote: > > Can you please tell me where does mozilla build a talbe of attributes > > for the embed tag? > > There is no "table of attributes". > > Attributes are set on the content node in nsHTMLContentSink (search for the > SetAttr() calls). > > -Boris Thank you. I have searched for SetAttr, but the result does not show nsHTMLContentSink. http://lxr.mozilla.org/mozilla1.8.0/ident?i=SetAttr And why not all html elements have SetAttr() function? I am interested in Embed element where should I look? Thank you for any pointers.