[Webkit-unassigned] [Bug 247826] Parse "-webkit-columns: auto <length>" properly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 12 14:27:47 PST 2022


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

Tim Nguyen (:ntim) <ntim at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |emilio at crisal.io,
                   |                            |obrufau at igalia.com

--- Comment #1 from Tim Nguyen (:ntim) <ntim at apple.com> ---
This was already fixed in https://commits.webkit.org/182834@main

The remaining cases you reported are about serialization differences, what we do is correct given the guideline is always to use the shortest form.

auto auto -> auto
auto 7 -> 7
7em auto -> 7em.

Seems reasonable IMO as I don't see a case where this could cause ambiguity, but we can always adjust.

Firefox seems to be like Chrome and always serializes both for the shorthand: https://jsfiddle.net/3nd4w5qh/show

Oriol, Emilio, wdyt?

-- 
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/20221112/7bb165c1/attachment-0001.htm>


More information about the webkit-unassigned mailing list