WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
20159
[XBL] XBLElement inheritance issue
https://bugs.webkit.org/show_bug.cgi?id=20159
Summary
[XBL] XBLElement inheritance issue
Julien Chaffraix
Reported
2008-07-24 07:33:56 PDT
As mentioned in
bug 20029
, there is an issue with XBLElement inheriting from StyledElement only because XBLDivElement (class associated with the <xbl:div> tag) needs that. XBLElement should inherits from Element and XBLDivElement should be the only one inheriting from StyledElement. Currently this is tricky to do because we need XBLDivElement to inherit also from XBLElement. A way of solving this is by turning StyledElement to a mix-in.
Attachments
Add attachment
proposed patch, testcase, etc.
Dimitri Glazkov (Google)
Comment 1
2011-01-22 10:27:41 PST
We ripped this code out and a new implementation is under way.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug