-
Notifications
You must be signed in to change notification settings - Fork 145
Open
Labels
css4Relating to features introduced in CSS4Relating to features introduced in CSS4testingPRs/issues adding additional tests only, or primarily testing-focusedPRs/issues adding additional tests only, or primarily testing-focused
Description
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.
Metadata
Metadata
Assignees
Labels
css4Relating to features introduced in CSS4Relating to features introduced in CSS4testingPRs/issues adding additional tests only, or primarily testing-focusedPRs/issues adding additional tests only, or primarily testing-focused