UNPKG

doiuse

Version:

Lint CSS for browser support against caniuse database

13 lines (11 loc) 503 B
/** * CSS -webkit-user-drag property * The non-standard `-webkit-user-drag` CSS property can be used to either make an element draggable or explicitly non-draggable (like links and images). See the standardized [draggable attribute/property](/mdn-api_htmlelement_draggable) for the recommended alternative method of accomplishing the same functionality. * @see https://caniuse.com/webkit-user-drag */ /** * @type {import('../features').Feature} */ export default { 'webkit-user-drag': true, };