Closed
Bug 1258626
Opened 9 years ago
Closed 9 years ago
Implement mask-repeat: [space | round]
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
WORKSFORME
mozilla49
People
(Reporter: bmo, Assigned: ethlin)
References
(Blocks 1 open bug, )
Details
(Keywords: dev-doc-complete)
The implementation will depend on bug548372.
Reporter | ||
Comment 1•9 years ago
|
||
Reference:
[space] - http://astleychen.github.io/css-masking/bug1258623/mask-repeat-2-ref.html
[round] - http://astleychen.github.io/css-masking/bug1258623/mask-repeat-3-ref.html
Tested:
[space] - http://astleychen.github.io/css-masking/bug1258623/mask-repeat-2.html
[round] - http://astleychen.github.io/css-masking/bug1258623/mask-repeat-3.html
Blocks: mask-image, mask-ship
Depends on: 548372
Reporter | ||
Updated•9 years ago
|
Updated•9 years ago
|
Keywords: dev-doc-needed
Given that we don't support this for background-image, I don't think this needs to block shipping support for mask-image.
(It would be good to do it for both at some point, though.)
No longer blocks: mask-image, mask-ship
Reporter | ||
Comment 4•9 years ago
|
||
(In reply to David Baron [:dbaron] ⌚️UTC-7 (review requests must explain patch) (busy May 9-13) from comment #3)
> Given that we don't support this for background-image, I don't think this
> needs to block shipping support for mask-image.
>
> (It would be good to do it for both at some point, though.)
Agreed per your comments.
In fact, Ethan is working on bug 548372 and it's on the half way.
mask-repeat:space|round support can be done as soon as bug 548372 is fixed since they probably share most of the implementation. In that case, we are able to ship mask-image in one piece and it's the plan for now.
Reporter | ||
Updated•9 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla49
Assignee | ||
Comment 6•9 years ago
|
||
(In reply to Astley Chen [:astley] (UTC+8) from comment #1)
> Reference:
> [space] -
> http://astleychen.github.io/css-masking/bug1258623/mask-repeat-2-ref.html
> [round] -
> http://astleychen.github.io/css-masking/bug1258623/mask-repeat-3-ref.html
>
> Tested:
> [space] -
> http://astleychen.github.io/css-masking/bug1258623/mask-repeat-2.html
> [round] -
> http://astleychen.github.io/css-masking/bug1258623/mask-repeat-3.html
After bug 548372, the above tests can pass on my device. I will send try server to make sure.
Assignee | ||
Comment 7•9 years ago
|
||
try server result:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=3d3d5f8e8668&selectedJob=21507581
The tests 'mask-repeat-2.html' and 'mask-repeat-3.html' pass now.
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
Comment 8•9 years ago
|
||
The main page was already ok, so I just added a comment there:
https://developer.mozilla.org/en-US/Firefox/Releases/49#CSS
Keywords: dev-doc-needed → dev-doc-complete
Updated•8 years ago
|
Blocks: css-masking-1
You need to log in
before you can comment on or make changes to this bug.
Description
•