[Webkit-unassigned] [Bug 146517] New: Different color of border in visited link

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 1 10:20:44 PDT 2015


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

            Bug ID: 146517
           Summary: Different color of border in visited link
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: unicornspamtom at icloud.com

Created attachment 255928
  --> https://bugs.webkit.org/attachment.cgi?id=255928&action=review
Example

1. There are two base elements.
2. In each base elements is one child element.
3. Child element in second base element is wrapped with visited link. (must be exact address)

Border of second element with this style is blue:
span {
    color: blue;
    border-width: 10px;
    border-style: solid;
    border-color: grey;
}

Example in attachment. Anchor URL must be visited.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150701/c14da5ca/attachment.html>


More information about the webkit-unassigned mailing list