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
We have the following test: tht → text-height: text-size;, that we do not pass, we get just text-height.
tht
text-height: text-size;
text-height
So, in this case (when there is just one letter in property) it must have greater priority than the same property but without the value.
The text was updated successfully, but these errors were encountered:
Some more tests that must be fixed with this issue:
baclc (line 330) background-clip no-clip background-clip content-box baclp (line 329) background-clip background-clip padding-box baoc (line 334) background-color background-origin content-box baop (line 332) background-position background-origin padding-box
Sorry, something went wrong.
Two more:
lstl (line 455) list-style-type circle list-style-type lower-roman lstu (line 456) list-style-type square list-style-type upper-roman
TheBits
No branches or pull requests
We have the following test:
tht
→text-height: text-size;
, that we do not pass, we get justtext-height
.So, in this case (when there is just one letter in property) it must have greater priority than the same property but without the value.
The text was updated successfully, but these errors were encountered: