- From: Ra via GitHub <noreply@w3.org>
- Date: Thu, 15 Jan 2026 16:10:57 +0000
- To: public-css-archive@w3.org
My question exactly. I'm trying to write a scriptlet to walk all loaded stylesheets and catch invalid/unrecognized properties and attempt to convert them to valid ones, but standard CSSOM seems to provide no access to parsed-but-invalid properties. Maybe an alternative solution would be to keep "invalid" properties along with valid ones in `CSSStyleDeclaration` and perhaps add a `.isValid(name)` method. That way the `CSSStyleDeclaration` would contain all original properties and thus be a more faithful representation of the actual underlying CSS statement. After all, "invalid" properties are still a part of the original CSS statement, even if not in use. -- GitHub Notification of comment by ravilov Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13186#issuecomment-3755625220 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 15 January 2026 16:10:58 UTC