Skip to content

Unicode support in class/id name#701

Merged
robocoder merged 2 commits intoleafo:masterfrom
Cerdic:Issue/leafo/531
Jun 4, 2019
Merged

Unicode support in class/id name#701
robocoder merged 2 commits intoleafo:masterfrom
Cerdic:Issue/leafo/531

Conversation

@Cerdic
Copy link
Contributor

@Cerdic Cerdic commented Jun 3, 2019

Fix #531 : In CSS, identifiers (including element names, classes, and IDs in selectors) can contain only the characters [a-zA-Z0-9] and ISO 10646 characters U+00A0 and higher

Cerdic added 2 commits June 3, 2019 14:28
In CSS, identifiers (including element names, classes, and IDs in selectors) can contain only the characters [a-zA-Z0-9] and ISO 10646 characters U+00A0 and higher, plus the hyphen (-) and the underscore (_); they cannot start with a digit, two hyphens, or a hyphen followed by a digit. Identifiers can also contain escaped characters and any ISO 10646 character as a numeric code (see next item).
@robocoder robocoder merged commit 0a8bc4d into leafo:master Jun 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Parser doesn't match some utf8 symbols

2 participants