Namespace separator not supported #28

Closed
opened 2026-03-20 16:05:17 +01:00 by SirPepe · 0 comments
SirPepe commented 2026-03-20 16:05:17 +01:00 (Migrated from github.com)

Input:

svgNamespace|a { color: red; }

Result:

StyleSheet(RuleSet(TagSelector(TagName),⚠),RuleSet(TagSelector(TagName),Block("{",Declaration(PropertyName,":",ValueName),";","}")))

I would not mind a new release once this issue is dealt with 🙃

[Input:](https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Selectors/Namespace_separator) ```css svgNamespace|a { color: red; } ``` Result: ``` StyleSheet(RuleSet(TagSelector(TagName),⚠),RuleSet(TagSelector(TagName),Block("{",Declaration(PropertyName,":",ValueName),";","}"))) ``` I would not mind a new release once this issue is dealt with 🙃
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lezer/css#28
No description provided.