[Webkit-unassigned] [Bug 67336] New: Web Inspector: Add support for inspecting :visited styles

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 31 16:34:22 PDT 2011


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

           Summary: Web Inspector: Add support for inspecting :visited
                    styles
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: krinklemail at gmail.com
                CC: timothy at apple.com, rik at webkit.org, keishi at webkit.org,
                    pmuellr at yahoo.com, joepeck at webkit.org,
                    pfeldman at chromium.org, yurys at chromium.org,
                    bweinstein at apple.com, apavlov at chromium.org,
                    loislo at chromium.org


Third party JavaScript is not allowed to access this information, that's a known reality and I understand. But I'd expect a more trusted component (ie. extension or something like the Web Inspector) to be be able to get to this.

Steps to reproduce:
* Open a html document with links and styled :visited (ie. a { color: blue; } a:visited { color: purple; } )
* Visit the link
* Inspect the link (which now looks purple, or red when you're pressing it)
* Inspector should show cascading rule that a:visisted overrode the a for color-property

What happends:
* The :visited rule is nowhere to be found, as if the link is still blue (which it "thinks")

Expected result:
* The rule for :visisted overrode the other rule. and should be included in the styles sidebar.

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