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

[css-sizing-4] Avoid duplicating new values for logical properties #10987

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

cdoublev
Copy link
Collaborator

@cdoublev cdoublev commented Oct 1, 2024

Fixes #7370.

For example, both inline-size and width are extended with new values, but inline-size is defined with <'width'>. Therefore a value for inline-size is parsed against the new values twice.

@cdoublev cdoublev requested a review from fantasai October 1, 2024 19:34
@tabatkins tabatkins merged commit ec00753 into w3c:main Oct 4, 2024
1 check passed
@cdoublev cdoublev deleted the patch-6 branch October 4, 2024 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[css-sizing-4] Do not add stretch | fit-content | contain for the logical properties
2 participants