[csswg-drafts] [css-forms-1] Properties to disallow or force on forms pseudo-elements? (#13515)

fantasai has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-forms-1] Properties to disallow or force on forms pseudo-elements? ==
There's some cases where we will need to limit the styleability of these pseudo-elements. For example, we already resolved on:

```
::field-text {
  display: flow !important;
}
::field-component, ::field-separator {
  position: static !important;
  /* probably should also add float: none !important; */
}
```

What other limitations do we need to add?

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13515 using your GitHub account


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

Received on Wednesday, 18 February 2026 16:45:40 UTC