[Webkit-unassigned] [Bug 28936] Allow [Reflect] on SVG elements
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 9 01:47:50 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28936
--- Comment #6 from Cameron McCormack <cam at mcc.id.au> 2009-09-09 01:47:50 PDT ---
(In reply to comment #5)
> (From update of attachment 39169 [details])
> This is slightly confusing because you're both changing behavior as well as
> converting a setter to use [reflect]. Can we convert a setter which does not
> change behavior?
It seems that all of the null-namespace attributes on SVG elements (which don't
have constants on HTMLNames) would either have a change of processing (for the
better) by using [Reflect] or are on elements that aren't implemented
currently.
If you'd rather no change in behaviour I could do, for example, SVGElement::id,
but that'd use HTMLNames.
> I'd need to look at the spec again to convince myself why
> it's OK to set altGlyph.format, and when it is that the setter should throw.
The setter would throw in the same situation as one of the previous bugs I
filed, i.e. it would throw only if the setAttribute() would throw.
--
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