Skip to content

Consider removing the .css() behavior of detecting vendor-prefixed versions of props #5585

Open
@mgol

Description

Description

Since jQuery 1.8.0, jQuery automatically finds a properly prefixed version of a CSS property, provided that the unprefixed version is not supported.

Over time, browsers decided to no longer expose experimental properties under prefixed names and previously prefixed versions have largely become unprefixed.

One important property where this hasn't happened yet is user-select which is still prefixed in Safari: https://bugs.webkit.org/show_bug.cgi?id=208677

More context in this comment & the following ones: #5583 (comment)

Link to test case

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions