[Webkit-unassigned] [Bug 204541] New: [CSS4 Pseudo] background-color of ::selection should be painted as specified

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 22 17:36:04 PST 2019


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

            Bug ID: 204541
           Summary: [CSS4 Pseudo] background-color of ::selection should
                    be painted as specified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: browserbugs2 at gtalbot.org

Test:
http://www.gtalbot.org/BrowserBugsSection/CSS4Pseudo/active-selection-012.html

Expected result:
http://www.gtalbot.org/BrowserBugsSection/CSS4Pseudo/active-selection-012-ref.html
Background-color should be green (#008000 or rgb(0, 128, 0))

Actual result in Epiphany Technological Preview 3.34.0-32-g514d1bfb6 (WebKitGTK 2.26.1)
Background-color is not green but rather #334C00 or rgb(51, 76, 0)

Firefox 68+ passes this test.

Spec states:
"
  *_For non-replaced content_*, the UA must honor the 
  color and background-color (including their alpha 
  channels) as specified. (...)
"
  coming from
  https://www.w3.org/TR/css-pseudo-4/#highlight-painting

Blink equivalent issue:
https://bugs.chromium.org/p/chromium/issues/detail?id=1018450

I searched for a duplicate and did not find any.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191123/8d8e2a63/attachment.htm>


More information about the webkit-unassigned mailing list