WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
Bug 249839
[text-group-align] Implement group alignment
https://bugs.webkit.org/show_bug.cgi?id=249839
Summary
[text-group-align] Implement group alignment
Tim Nguyen (:ntim)
Reported
2022-12-23 00:13:06 PST
>
https://drafts.csswg.org/css-text-4/#text-group-align-property
Group alignment is performed by finding the line box with the shortest remaining space and adding that amount of space as padding to one or both sides of the line box, reducing the amount of space available for its contents; text alignment is then applied to its contents within the remaining space. All descendant in-flow line boxes within the same block formatting context are considered both when searching for the shortest remaining space and when adding the padding; the contents of descendants that establish independent formatting contexts are skipped.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2022-12-23 00:17:41 PST
<
rdar://problem/103663524
>
Tim Nguyen (:ntim)
Comment 2
2023-01-05 16:23:58 PST
Pull request:
https://github.com/WebKit/WebKit/pull/8052
Tim Nguyen (:ntim)
Comment 3
2023-01-05 16:27:53 PST
Pull request:
https://github.com/WebKit/WebKit/pull/8262
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug