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

LibWeb: Implement text-align: match-parent #3441

Merged
merged 1 commit into from
Feb 5, 2025

Conversation

AtkinsSJ
Copy link
Member

@AtkinsSJ AtkinsSJ commented Feb 3, 2025

At computed-value time, this is converted to whatever the parent's computed value is. So it behaves a little like inherit, except that an inherited start/end value uses the parent's start/end, which might be different from the child's.

I've not seen this causing issues, but it does appear in a lot of websites' styles, so it's good to finally support it.

At computed-value time, this is converted to whatever the parent's
computed value is. So it behaves a little like `inherit`, except that
an inherited start/end value uses the parent's start/end, which might
be different from the child's.
@AtkinsSJ AtkinsSJ merged commit 070c4a2 into LadybirdBrowser:master Feb 5, 2025
7 checks passed
@AtkinsSJ AtkinsSJ deleted the text-align-match-parent branch February 5, 2025 17:45
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.

1 participant