Re: [csswg-drafts] [css-pseudo] questions about text decorations on highlight pseudos (#6022)

Afaict, the drawing order is:

.foo - 
   cyan yellow solid line-through (base text decoration color overridden by highlight 'color')
   cyan text (base text color overridden by highlight 'color')
   green background (background introduced by ::selection)
   orange background (background introduced by ::target-text)

.bar -
   blue wavy line-through (decoration introduced by .bar::selection)
   red dotted line-through (decoration introduced by .bar::target-text)
   yyy yellow solid line-through (base text decoration color overridden by highlight 'color')
   yyy text (base text color overridden by highlight 'color')
   green background (background introduced by ::selection)
   orange background (background introduced by ::target-text)


-- 
GitHub Notification of comment by fantasai
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6022#issuecomment-800006087 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 16 March 2021 06:57:28 UTC