-
-
Notifications
You must be signed in to change notification settings - Fork 645
Open
Labels
L-CSSLanguage: CSSLanguage: CSSS-EnhancementStatus: Improve an existing featureStatus: Improve an existing feature
Description
Context
The CSS attr
function is currently not fully supported by the Biome parser.
The current Baseline status of this function is somewhat misleading, as it recently evolved to add the <attr-type>
parameter.
This syntax is unusual is CSS.
attr(data-size type(<length> | <percentage>), 0px)
Even VSCode struggles to apply syntax highlighting correctly.
Support is gradually being added in all major browsers following interop 2024
https://developer.mozilla.org/en-US/docs/Web/CSS/attr#browser_compatibility
web-platform-tests/interop#521
Metadata
Metadata
Assignees
Labels
L-CSSLanguage: CSSLanguage: CSSS-EnhancementStatus: Improve an existing featureStatus: Improve an existing feature