On Wednesday, August 7, 2019 at 12:18:16 PM UTC-7, Tom Schuster wrote:
> Very cool, I have been looking forward to this. I hope we can enable
> this for links by default at some point, like Chrome.
That's the plan!
The new property here, "text-decoration-skip-ink", has the unusual distinction of being a CSS feature where the property's *default value* ("auto") is the value that triggers the new behavior.
So once we pref on support for the property, then the default behavior for all text-decorations will change -- though sites can request the old behavior by specifying "text-decoration-skip-ink: none" (which turns on the "legacy"/current behavior).