[Webkit-unassigned] [Bug 15595] New: marker property doesn't show up correctly as "shorthand" in inspector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 21 12:14:21 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15595

           Summary: marker property doesn't show up correctly as "shorthand"
                    in inspector
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org


marker property doesn't show up correctly as "shorthand" in inspector

SVG marker CSS property is parsed with some custom code in SVGCSSParser which
seems to confuse the "shorthand" accessors on CSSComputedStyle.  The inspector
seems to display them as 3 properties instead of as one with a disclosure
triangle.  Additionally, it highlights "marker-start" as a real property in the
inline style declaration, and fades marker-mid and marker-end as though they
were implicit.

I'm not sure if to fix this (minor) bug we'd need to fix the inspector or the
SVG CSS parsing code.  But probably best to fix the parsing code.


-- 
Configure bugmail: http://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