Skip to content
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

Test expressions involing brackets #621

Open
JakeQZ opened this issue Jun 26, 2024 · 0 comments
Open

Test expressions involing brackets #621

JakeQZ opened this issue Jun 26, 2024 · 0 comments
Labels
css4 Relating to features introduced in CSS4 testing PRs/issues adding additional tests only, or primarily testing-focused

Comments

@JakeQZ
Copy link
Contributor

JakeQZ commented Jun 26, 2024

E.g. (1rem + 1vw) * 2 - in context e.g.: font-size: clamp(2.5rem, (1rem + 1vw) * 2, 4rem);.

We need to know if these are parsed correctly, or there is some work to be done.

Also need to check the spec for what is or isn't allowed (for logging invalid constructs - see #462, #463, #596).

Relates to #389.

@JakeQZ JakeQZ added testing PRs/issues adding additional tests only, or primarily testing-focused css4 Relating to features introduced in CSS4 labels Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
css4 Relating to features introduced in CSS4 testing PRs/issues adding additional tests only, or primarily testing-focused
Projects
None yet
Development

No branches or pull requests

1 participant