[Webkit-unassigned] [Bug 113666] SVG outline property is broken and inefficient

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 1 13:31:09 PDT 2013


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





--- Comment #11 from Florin Malita <fmalita at chromium.org>  2013-04-01 13:29:20 PST ---
(In reply to comment #10)
> (In reply to comment #9)
> > (In reply to comment #5)
> > > outline is a poor feature and bad implemented for CSS even on HTML (a lot of problems with other effects in combination).
> > > 
> > > Why do we want to implement a poorly specified property in SVG?
> > 
> > Our focus ring support is also handled with the outline code, so we probably don't want to rip it all out right before tabIndex comes to SVG. Because focus rings share all the outline bugs/quirks it might be worth fixing this code up, even though nobody uses outlines.
> 
> Oh, I totally agree. But start with HTML first and use what we have there IMO.

Isn't that exactly what we're using today (a dedicated paint phase) and the reason why we're having this discussion (HTML paint phases + stacking contexts don't quite make sense for SVG)?

Do you agree that foreground and outline painting should be atomic for SVG?

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