- From: Tim Nguyen via GitHub <sysbot+gh@w3.org>
- Date: Sat, 22 Mar 2025 01:19:24 +0000
- To: public-css-archive@w3.org
I think we should spend some time thinking about what kind of improvements we want to give to fieldset/legend, and whether it makes sense for them to follow the `appearance: base` pattern. e.g. for `fieldset`, if the main thing we want to change is the border to also be `currentColor` to match the rest, it might just be possible to change the existing `border: 2px groove threedface` to `border: 1px solid currentColor` directly everywhere with negligible/no web compat breakage. We've changed the border-color before for things like `table` or `hr` successfully, so I don't think this is infeasible. For `legend`, I've heard valid complaints about the layout being hardcoded and not overridable, and there was some attempt from @zcorpan to previously address it using `appearance: none`. I would consider filing an issue against the css-forms-1 to explore this further. Maybe `appearance: base` would also make sense here, but I wouldn't rush into it without having the discussion first. -- GitHub Notification of comment by nt1m Please view or discuss this issue at https://github.com/w3c/csswg-drafts/pull/11981#issuecomment-2744831337 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Saturday, 22 March 2025 01:19:25 UTC