Closed
Bug 1258543
Opened 9 years ago
Closed 9 years ago
Images / Animations on http://www.apple.com/hk/en/ipad-pro look poor
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jrh, Unassigned)
Details
Attachments
(2 files)
Some of the image animations on http://www.apple.com/hk/en/ipad-pro/ have an opaque white background instead of transparent, resulting in a less than ideal rendering of the content of the page. Attaching two images, one for the Firefox view, one for the Safari view.
Reporter | ||
Comment 1•9 years ago
|
||
Comment 2•9 years ago
|
||
WFM in a current Nightly.
In the CSS I see "html.css-mask-or-clip-path .page-overview .section-hero .image-hero-big", which made me suspect bug 686281, but I don't see any actual mask rules on the page. I do see clip-path, bug 1075457 implemented something like that but it's pref'd off?
The actual image is a JPG (so no transparency), the relevant rule seem to be:
html.css-clip-path .page-overview .section-hero .image-hero-big {
-webkit-clip-path: url("//www.apple.com/v/ipad-pro/d/images/overview/hero_pro_12_9_clip_medium.svg#mask");
clip-path: url("//www.apple.com/v/ipad-pro/d/images/overview/hero_pro_12_9_clip_medium.svg#mask");
}
Component: General → Untriaged
Flags: needinfo?(jwatt)
![]() |
||
Comment 3•9 years ago
|
||
Also WFM in Firefox 45 on OS X.
jrh, what platform etc. are you using?
Flags: needinfo?(jwatt) → needinfo?(jhoward)
Reporter | ||
Comment 4•9 years ago
|
||
OS X (10.11.3), with Beta 46.0b2 and Developer Edition from 3-21.
So... I just came home and loaded them up and things looks normal now on both, though it was displaying poorly on both before. Not sure I can explain what the difference is; perhaps Apple fixed something or I'm just crazy.
Flags: needinfo?(jhoward)
![]() |
||
Comment 5•9 years ago
|
||
Well reopen if you can reproduce. :)
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•