Closed Bug 1800143 Opened 3 years ago Closed 3 years ago

Add an intervention for www.nintendo.co.jp

Categories

(Web Compatibility :: Interventions, defect)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: twisniewski, Unassigned)

References

()

Details

The magazine pages on Nintendo's site (https://www.nintendo.co.jp/software/feature/*) use the non-standard CSS -webkit-user-drag: none to prevent scrolling interference on zoomed-in images, but do not use a standard fallback. We can achieve the same effect with this CSS:

.local-catalog__zoomImageContent img {
  pointer-events: none;
}

This is shipping in Firefox 108 via bug 1776677.

Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.