We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
<!DOCTYPE HTML> <style> @font-face { unicode-range: U+4E00-9FFF; } </style> <script> alert(document.styleSheets[0].cssRules[0].style.getPropertyValue('unicode-range')); </script>
or U+4E-9F.
U+4E-9F
The text was updated successfully, but these errors were encountered:
Parse <unicode-range> based on tokens’s source representation
3f29450
Fix #135, where e.g. `+4E-9` in `U+49-9F` is a scientific-notation number.
62c7f0e
Auto merge of #137 - servo:…, r=emilio
0eadf78
Parse <unicode-range> based on tokens’s source representation Fix #135, where e.g. `+4E-9` in `U+49-9F` is a scientific-notation number. <!-- 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/137) <!-- Reviewable:end -->
No branches or pull requests
or
U+4E-9F
.The text was updated successfully, but these errors were encountered: