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
Two-value syntax of font-size-adjust returns an error, It is supported in all major engines. Single value is fine.
font-size-adjust
foo { font-size-adjust: 0.5 } No error here. This is equivalent:
foo { font-size-adjust: 0.5 }
foo { font-size-adjust: ex-height 0.5 } Value Error: font-size-adjust Too many values or values are not recognized : ex-height 0.5
foo { font-size-adjust: ex-height 0.5 }
The text was updated successfully, but these errors were encountered:
font-size-adjust per https://www.w3.org/TR/2024/WD-css-fonts-5-202402…
e50b880
…06/#propdef-font-size-adjust This addresses #435
ylafon
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Two-value syntax of
font-size-adjust
returns an error, It is supported in all major engines. Single value is fine.foo { font-size-adjust: 0.5 }
No error here. This is equivalent:
foo { font-size-adjust: ex-height 0.5 }
Value Error: font-size-adjust Too many values or values are not recognized : ex-height 0.5
The text was updated successfully, but these errors were encountered: