[Webkit-unassigned] [Bug 249094] Implement baseline-source CSS property

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 5 05:52:38 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=249094

samuel at cendio.se changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |samuel at cendio.se

--- Comment #2 from samuel at cendio.se ---
Created attachment 465773

  --> https://bugs.webkit.org/attachment.cgi?id=465773&action=review

A HTML file showcasing alignment issues with textareas

Textareas are a problematic area with regards to "vertical-align: baseline".

I'd expect elements with "vertical-align: baseline" in the same row of a table to be aligned together. As can be seen using the attached HTML file, the label, and the input texts are aligned, but the textarea text isn't.

Using "baseline-source: first" solves this issue in Chrome, it would be nice to have the same possibility in webkit. Firefox textareas don't have this issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230405/ef993e9b/attachment.htm>


More information about the webkit-unassigned mailing list