- From: Lea Verou via GitHub <noreply@w3.org>
- Date: Fri, 14 Nov 2025 05:59:42 +0000
- To: public-css-archive@w3.org
> I also want this feature for the assistive technology use case. So I assume that if we choose to adopt border lists, that also applies to `outline`? Yes, `outline` is easier to figure out than `border`, so if we figure that out, `outline` is trivial to listify in a similar way after. > We use the `box-shadow` hack on the BBC website, as well, for producing a double outline on focused elements. But we still have to use the `outline` property so that the outline is still visible in forced colours/high contrast mode. Forced colours mode removes box shadows. And having to use both `outline` and `box-shadow` just to make a double colour outline feels nasty. That's a good point — I believe some UAs also remove shadows in print. -- GitHub Notification of comment by LeaVerou Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13044#issuecomment-3530972718 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 14 November 2025 05:59:43 UTC