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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 14 01:59:06 PDT 2008


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





------- Comment #5 from jchaffraix at webkit.org  2008-07-14 01:59 PDT -------
(In reply to comment #4)
> Right, but it has no DOM interface does it?

You are right.

>  I don't see why you would need a
> special subclass just for a generic block.

We could just use XBLElement to generate the <div> but there is a few
drawbacks:
- make_names.pl currently creates a wrapper for each tags in the factory files
which requires a class per tag. We would have to add an option to generate only
the qualified name.
- XBL elements have to check their hierarchy to determine if they are in error,
I had though of doing it per element.

The two previous points are quite simple to solve so either solution is fine.


-- 
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