Re: [csswg-drafts] `:predefined` pseudo-class for built-ins (i.e. not custom elements) (#11001)

Unfortunately, customized built-ins still exist despite Webkit not supporting them, so they probably need to be accounted for here:

1. `<input>` matches `:defined`
2. `<input is="x-foo"> does not match `:defined`

Presumably then via this proposal:

1. `<input>` matches `:predefined`
2. `<input is="x-foo">` does not match `:predefined` 

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


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

Received on Monday, 7 October 2024 16:03:46 UTC