We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A minimal reproducible example is:
<!DOCTYPE HTML> <style> @font-face { unicode-range: U+2 , U+???; } </style> <script> alert(document.styleSheets[0].cssRules[0].style.getPropertyValue('unicode-range')); </script>
The text was updated successfully, but these errors were encountered:
Fix #133 <unicode-range> parsing corner case
88bb4bd
Unexpected tokens after U+<integer> are not an error, just not part of the <unicode-range>.
Auto merge of #134 - servo:urange-133, r=upsuper
a2f3fee
Fix #133 <unicode-range> parsing corner case Unexpected tokens after U+<integer> are not an error, just not part of the <unicode-range>. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-cssparser/134) <!-- Reviewable:end -->
8f84448
No branches or pull requests
A minimal reproducible example is:
The text was updated successfully, but these errors were encountered: