- From: fantasai via GitHub <sysbot+gh@w3.org>
- Date: Fri, 01 Dec 2023 20:43:15 +0000
- To: public-css-archive@w3.org
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