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

Support new CSS display syntax #483

Merged
merged 1 commit into from
Feb 7, 2024
Merged

Support new CSS display syntax #483

merged 1 commit into from
Feb 7, 2024

Conversation

kojiishi
Copy link
Collaborator

@kojiishi kojiishi commented Feb 7, 2024

Chrome recently shipped two changes to the CSS display property.

This patch supports the change.

Fixes #476.

Chrome recently shipped two changes to the CSS `display` property.
* [crbug.com/995106]: Support multi-keyword syntax for the display property
* [crbug.com/880802]: Support ruby-specific display values; ruby and ruby-text

This patch supports the change.

[crbug.com/995106]: http://crbug.com/995106
[crbug.com/880802]: http://crbug.com/880802
@kojiishi kojiishi marked this pull request as ready for review February 7, 2024 07:46
@tushuhei
Copy link
Member

tushuhei commented Feb 7, 2024

Thank you for the fix! LGTM.

@tushuhei tushuhei merged commit 20373ae into google:main Feb 7, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Chrome M121 breaks <ruby> unittest
2 participants