Open
Bug 1224422
(mask-image)
Opened 9 years ago
Updated 2 years ago
[Meta] Implement and ship CSS Positioned Masks (mask-image, etc.)
Categories
(Core :: Layout, enhancement)
Core
Layout
Tracking
()
NEW
mozilla45
People
(Reporter: u459114, Unassigned)
References
(Depends on 4 open bugs, Blocks 1 open bug, )
Details
(Keywords: DevAdvocacy, feature, meta, Whiteboard: [DevRel:P1])
No description provided.
This bug should be about shipping https://drafts.fxtf.org/css-masking-1/#masking (Positioned Masks).
https://drafts.fxtf.org/css-masking-1/#mask-borders (Border-Box Mask) should be covered by a separate bug.
Summary: [Meta] Implement and ship CSS mask → [Meta] Implement and ship CSS Positioned Masks
Summary: [Meta] Implement and ship CSS Positioned Masks → [Meta] Implement and ship CSS Positioned Masks (mask-image, etc.)
Comment 2•9 years ago
|
||
(In reply to David Baron [:dbaron] ⌚UTC-8 from comment #1)
> https://drafts.fxtf.org/css-masking-1/#mask-borders (Border-Box Mask) should
> be covered by a separate bug.
Is there any bug covering Border-Box Mask implementation? If it's not present, I'll create a meta bug for it first.
(In reply to Astley Chen [:astley] from comment #2)
> (In reply to David Baron [:dbaron] ⌚UTC-8 from comment #1)
>
> > https://drafts.fxtf.org/css-masking-1/#mask-borders (Border-Box Mask) should
> > be covered by a separate bug.
>
> Is there any bug covering Border-Box Mask implementation? If it's not
> present, I'll create a meta bug for it first.
I don't see one.
Please support mask-border-* https://bugzilla.mozilla.org/show_bug.cgi?id=877294
bug 1224424 bug 1228280 bug 1228354 bug 1231643 bug 1243675 bug 1245499 should be fixed before turn on this feature.
Depends on: 1251106
Comment 6•9 years ago
|
||
Used in http://nipponcolors.com/#akashirotsurubami
See https://webcompat.com/issues/2337
Example:
#colorTitle {
width:440px;
background-position:center top;
background-repeat:no-repeat;
-webkit-mask-image:url(/images/mask_h2.png);
-webkit-mask-position-y:0px;
-webkit-mask-repeat:repeat-x
}
@-webkit-keyframes 'h2-fadeOut' {
0% {
-webkit-mask-position-y:0px
}
100% {
-webkit-mask-position-y: -696px
}
}
See Also: → https://webcompat.com/issues/2337
Comment 7•9 years ago
|
||
did this go out in 45?
Comment 8•9 years ago
|
||
Martin,
This meta bug is not fixed yet, or are you talking about something else? A dependency?
Note that shipping this requires flipping the compile-time flag added in bug 1243734.
Updated•9 years ago
|
No longer depends on: 1258626
Updated•9 years ago
|
Keywords: DevAdvocacy
Whiteboard: [DevRel:P1]
Comment 10•8 years ago
|
||
So we have this Webcompat issue which seems to be a regression with mask.
See the tests in https://webcompat.com/issues/2992
Do we have a bug for this issue I can point to?
Reporter | ||
Comment 11•8 years ago
|
||
(In reply to Karl Dubost :karlcow from comment #10)
> So we have this Webcompat issue which seems to be a regression with mask.
> See the tests in https://webcompat.com/issues/2992
>
> Do we have a bug for this issue I can point to?
Bug 1294171?
bug 1251161 enabled this on beta and release channels.
Blocks: css-masking-1
Depends on: mask-ship
Depends on: 1303496
Depends on: 1346265
Updated•6 years ago
|
Type: defect → enhancement
Updated•3 years ago
|
Webcompat Priority: --- → ?
Updated•3 years ago
|
Webcompat Priority: ? → ---
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•