Re: [csswg-drafts] Incremental rollout plan for form controls (#10804)

I am proposing to add the legend element to the list.

See this section from [MDN Styling web forms](https://developer.mozilla.org/en-US/docs/Learn/Forms/Styling_web_forms):

> The `<legend>` element is okay to style, but it can be a bit tricky to control placement of it. By default it is always positioned over the top border of its `<fieldset>` parent, near the top left corner. To position it somewhere else, for example inside the fieldset somewhere, or near the bottom left corner, you need to rely on positioning. The `<fieldset>` needs to be positioned too, so that the `<legend>` is positioned relative to it (otherwise the `<legend>` would be positioned relative to the `<body>`).

-- 
GitHub Notification of comment by MrHBS
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10804#issuecomment-2378286077 using your GitHub account


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

Received on Friday, 27 September 2024 02:29:51 UTC