Open Bug 1786138 Opened 2 years ago Updated 1 month ago

Consider supporting webkit-user-drag for webcompat

Categories

(Core :: CSS Parsing and Computation, defect, P3)

defect

Tracking

()

Webcompat Priority P2

People

(Reporter: twisniewski, Unassigned)

References

(Blocks 1 open bug, )

Details

At least Nintendo's Japanese website use -webkit-user-drag:none to control their image zoom-and-pan behavior, causing a webcompat issue as Firefox does not support this property. We should consider making it essentially an alias of draggable=false on the elements it applies to.

-webkit-user-drag has auto | none | element. auto and none are sorta straight-forward, do you know what element does?

Flags: needinfo?(twisniewski)
Severity: -- → S3
Priority: -- → P3

According to CanIUse's feature note #1, it doesn't seem to actually have any effect, but the WebKit documentation says:

element
    The entire element is draggable instead of its contents.
Flags: needinfo?(twisniewski)
Blocks: 1886402
You need to log in before you can comment on or make changes to this bug.