Selection gaps are not painted with the expected Selection pseudoelement color
Categories
(Core :: Layout, defect, P3)
Tracking
()
People
(Reporter: twisniewski, Unassigned)
Details
Attachments
(2 files)
WebKit recently changed this in this bug: https://bugs.webkit.org/show_bug.cgi?id=263658
Basically, highlighting the text in this test-case will now color the gap between the lines red as well: https://bugs.webkit.org/attachment.cgi?id=468331
Firefox and Chrome do not seem to match this behavior, and there are apparently no web platform tests covering it, so I though it would be good to see whether it's worth aligning on this behavior.
Comment 1•1 year ago
|
||
It seems like WebKit had some kind of bug where they used two different colors in the test-case linked above. I'm confused, is that what you see on Firefox and Chrome? It isn't here...
| Reporter | ||
Comment 2•1 year ago
|
||
Interesting. Here's what I see when I ctrl-A to highlight in each browser now.
Comment 3•1 year ago
|
||
I think we should probably close this?
| Reporter | ||
Comment 4•1 year ago
|
||
Yeah, we might as well. Thanks for checking!
Description
•