You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently I played around with some new text-decoration properties like text-decoration-thickness. I noticed that you cannot control whether the line is placed on top of the text, or behind the text. This is relevant with larger values for text-decoration-thickness, like 1em in combination with text-decoration-line values of line-through and overline.
In this example, in the second and third paragraphs the text-decorations are placed on top of the text, which makes it unreadable. A property to place these text-decorations behind the text would open up a new trove of creative possibilities.
I couldn’t find any reference to this problem in the spec, or in the github issues, hence this issue.