Closed
Bug 1800394
Opened 3 years ago
Closed 2 years ago
Serialization differences with "columns" with one or more `auto` value
Categories
(Core :: CSS Parsing and Computation, task)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
110 Branch
| Tracking | Status | |
|---|---|---|
| firefox110 | --- | fixed |
People
(Reporter: zlip.792, Assigned: zsun, Mentored)
Details
(Keywords: good-first-bug, Whiteboard: [lang=rust])
Attachments
(1 file)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15
Steps to reproduce:
Hi Team,
This is bug in relation to discussion in Webkit bug 247826 to align behavior of "auto" in column shorthand to align behavior with web-specs by omitting redundant values:
Link - https://bugs.webkit.org/show_bug.cgi?id=247826
I am raising this bug based on comment by Emilio:
https://bugs.webkit.org/show_bug.cgi?id=247826#c8
Just wanted to raise this bug so behavior can be aligned.
Thanks!
Comment 1•3 years ago
|
||
Let's wait for the WPT tests in https://github.com/WebKit/WebKit/pull/6441 to land here.
The thing to do would be to remove this line, and implement it manually omitting initial values.
Mentor: emilio
Status: UNCONFIRMED → NEW
Type: defect → task
Component: Untriaged → CSS Parsing and Computation
Ever confirmed: true
Keywords: good-first-bug
Product: Firefox → Core
Whiteboard: [lang=rust]
Updated•2 years ago
|
Assignee: nobody → zsun
Status: NEW → ASSIGNED
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d30474bc8f70
Serialization differences with "columns" with one or more `auto` value. r=emilio
Comment 4•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox110:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 110 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•