Enable "hanging" and "each-line" keywords for the text-indent CSS property
The text-indent property has "hanging" and "each-line" keywords which we have code for behind the ENABLE_CSS3_TEXT flag. Chrome exposes them to the Web, and we have good support for it in WebKit that ought to be enabled.
Created attachment 424490 [details] Patch
Comment on attachment 424490 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=424490&action=review > Source/WebCore/ChangeLog:13 > + But LineWidth.cpp already knew how to handle these keywords, so there seems to be no reason to keep > + these behind a flag. Is Alan ok with enabling this feature?
Created attachment 424537 [details] Patch
Created attachment 424548 [details] Patch
Committed r275199 (235896@main): <https://commits.webkit.org/235896@main>
<rdar://problem/75993897>
*** Bug 112755 has been marked as a duplicate of this bug. ***