Skip to content

user-select should be prefixed in Safari #250

@keeth

Description

@keeth

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions