Re: Where does mozilla build a table of attribute for each node
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
[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