- From: Luke Warlow via GitHub <sysbot+gh@w3.org>
- Date: Wed, 05 Mar 2025 19:59:09 +0000
- To: public-css-archive@w3.org
lukewarlow has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-forms-1] Double border style for progress and meter == Per https://drafts.csswg.org/css-forms/#layout Meter and Progress get a double border, once on the "host" element, once on the inner track. ```css ::track, meter, progress { border: 1px solid currentColor; background-color: transparent; } ``` I think the meter, and progress elements should be removed from this second rule (they also already get a transparent background-color from the base rule). Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11841 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 5 March 2025 19:59:09 UTC