Closed
Bug 1507308
Opened 7 years ago
Closed 4 years ago
Serialize the mask and text-decoration shorthands with Servo.
Categories
(Core :: CSS Parsing and Computation, enhancement, P3)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
96 Branch
| Tracking | Status | |
|---|---|---|
| firefox96 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(1 file)
This is a bit more annoying that what it seems, so I'll postpone it after bug 1507305.
Updated•7 years ago
|
Priority: -- → P3
| Assignee | ||
Comment 1•4 years ago
|
||
text-decoration is dealt with in D130018.
Remove the test that checks that we don't serialize mask with various
non-default properties since now we serialize it correctly.
Remove mask from another test, because with this patch we start
serializing the url like the mask-image shorthand, which would
also fail this test.
Making serialization consistent with the longhand makes sense IMO. There's
https://github.com/w3c/csswg-drafts/issues/3195 to make image serialization and
non-image URL serialization consistent. Will try to fix that in the coming
days. After that we can re-add mask/mask-image to that test.
Updated•4 years ago
|
Assignee: nobody → emilio
Status: NEW → ASSIGNED
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d530a84aee25
Serialize mask using servo. r=jwatt
Comment 3•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox96:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 96 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•