[Webkit-unassigned] [Bug 158782] `all: unset` prevents `color` from being set
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Nov 30 17:24:20 PST 2018
https://bugs.webkit.org/show_bug.cgi?id=158782
Rob Brackett <rob at robbrackett.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rob at robbrackett.com
--- Comment #2 from Rob Brackett <rob at robbrackett.com> ---
I’m also running into this in an HTML diffing tool I work on — we use some CSS like:
ins.our-special-differ, del.our-special-differ {
all: unset;
}
to make sure there are no conflicting styles on <ins>/<del> elements, and then use a script to adjust the text colors in order to make sure they have enough contrast with the green/red backgrounds of the insertions and deletions. We can't adjust the text color on Safari with this bug, though.
--
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/20181201/2ffa7e77/attachment.html>
More information about the webkit-unassigned
mailing list