[Webkit-unassigned] [Bug 28936] Allow [Reflect] on SVG elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 3 17:13:09 PDT 2009


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





--- Comment #3 from Cameron McCormack <cam at mcc.id.au>  2009-09-03 17:13:09 PDT ---
(In reply to comment #2)
> I would like to see a real example use this.  Since I think it makes sense to
> convert one attribute as a test and make that part of this patch.

OK, I'll pick one.

> Also, some SVG attributes, like "class" come from HTMLNames.  We probably need
> a fallback behavior on a per-name basis, instead of a idl-level decision.

Hmm, why is that "id" and "class" for example aren't in SVGNames, yet others
that do duplicate them, like "title" and "style", are?  There are 11
duplicates, it seems.  I guess it would be good if this duplication were
removed to save a bit of space.

For the moment, would you suggest just hard coding in some checks for "id",
"class" etc. in the code generators to make them reference HTMLNames?

> All SVG and HTML attributes are in the null namespace, so it doesn't really
> matter which we're using so long as it has the name we're looking for.

Yep, OK.

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



More information about the webkit-unassigned mailing list