[Webkit-unassigned] [Bug 20029] [XBL] Add more tags

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 15 21:52:26 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=20029


eric at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #22262|review?                     |review-
               Flag|                            |




------- Comment #8 from eric at webkit.org  2008-07-15 21:52 PDT -------
(From update of attachment 22262)
As Hyatt says, any element which does not require custom behavior does not need
to be generated for the factory (But should be generated as part of the
XBLNames file).  You might have to add code to the generation scripts for that
(But html needs that code anyway... when we finally make HTMLNames and
HTMLElementFactory autogen -- there is another bug on that).

If it doesn't need custom behavior, you just test for the element using:

element->hasTagName(XBLNames::divTag)

the generated factory stuff should correctly generate generic XBLElements in
that case, since these elements will have the XBL namespace (I know this works
for SVG, so I'm sure the generated stuff will do the right hting for XBL too.)


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list