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
In https://drafts.csswg.org/css-values-3/#integers :
The first digit of an integer may be immediately preceded by - or + to indicate the integer’s sign.
'+' links to the next-sibling combinator, which is incorrect here.
There are also some other similar errors in this specification, for example, '+' in <number>, * in calc() etc.
<number>
*
calc()
The text was updated successfully, but these errors were encountered:
Ah, those probably shouldn't be autolinks at all; I'm just trying to style them in the CSS fashion. Will change them.
Sorry, something went wrong.
[css-values] Fix bikeshed error. #1854
5163f0e
Fixed, thanks!
No branches or pull requests
In https://drafts.csswg.org/css-values-3/#integers :
'+' links to the next-sibling combinator, which is incorrect here.
There are also some other similar errors in this specification, for example, '+' in
<number>
,*
incalc()
etc.The text was updated successfully, but these errors were encountered: