Re: [csswg-drafts] [css-pseudo-4] Add discussion of properties from the originating element (#9428)

Alright, question I'm not entirely clear on: what is the result of getComputedStyle() for `font-size` and `border-width` on the highlight pseudo given:

```
p { font-size: 20px; border-width: 10px; }
p::selection { font-size: 30px; border-width: 20px; }
```

?

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


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

Received on Friday, 1 December 2023 20:43:18 UTC