The CSS property -webkit-highlight is intended to highlight text, but was never standardized. It has no visible effect in chromium (it is parsed but never used in rendering content). The property was removed from WebKit in 2014 (https://bugs.webkit.org/show_bug.cgi?id=128456), has been marked as deprecated on MDN, and has been replaced recently with the CSS Highlight Pseudo spec (https://www.w3.org/TR/css-pseudo-4/#highlight-pseudos). The property seems to be used in a single third-party library (https://www.audioeye.com/) where it is always set to the value "none".
Improving interop and compat. No other browser supports this feature and the feature has no effect.
Does this intent deprecate or change behavior of existing APIs, such that it has potentially high risk for Android WebView-based applications?
None
| Shipping on desktop | 117 |
| Shipping on Android | 117 |
| Shipping on WebView | 117 |
Open questions about a feature may be a source of future web compat or interop issues. Please list open issues (e.g. links to known github issues in the project for the feature specification) whose resolution may introduce web compat/interop risk (e.g., changing to naming or structure of the API in a non-backward-compatible way).
None--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAGsbWzRjoatsXASAmVugMynmGDubKHaEVpD2_dQOxGn0rK71zA%40mail.gmail.com.
https://github.com/search?type=code&q=-webkit-highlight+language%3ACSS&l=CSS shows this has been used elsewhere (but I guess has just been useless in clank?).
That said, LGTM2.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAFUtAY82FD8a7WxksRoC3U8zYm5U2n2G-AVMDBO_QP3wsaAw%3Dg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAGsbWzSvEURKPmGepBkzCTmx-Wgc5UW7-fJviXcxqKtgVZQ0NQ%40mail.gmail.com.
LGTM3On Fri, Jun 30, 2023, 21:47 Stephen Chenney <sche...@chromium.org> wrote:Thanks Mike for looking up github usage. It does indeed do nothing and the github refs are all -webkit-highlight: none or initial, which I have to assume was also none. We checked many of the http-archive links and they were all the one a11y library usage, all value none.