Skip to content

font-size-adjust two value syntax (Error: Too many values) #435

New issue

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

Closed
1jj opened this issue Feb 4, 2025 · 0 comments
Closed

font-size-adjust two value syntax (Error: Too many values) #435

1jj opened this issue Feb 4, 2025 · 0 comments
Assignees

Comments

@1jj
Copy link

1jj commented Feb 4, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants