Skip to content

user-select should be prefixed in Safari #250

Open
@keeth

Description

Safari does not support unprefixed user-select.

Easily verifiable in Safari:

> 'user-select' in document.body.style
< false
> '-webkit-user-select' in document.body.style
< true
> cssVendor.supportedProperty('user-select')
< "user-select"

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions