Support unprefixed "user-select" CSS property

Talk about code development, features, specific bugs, enhancements, patches, and similar things.
Forum rules
Please keep everything here strictly on-topic.
This board is meant for Pale Moon source code development related subjects only like code snippets, patches, specific bugs, git, the repositories, etc.

This is not for tech support! Please do not post tech support questions in the "Development" board!
Please make sure not to use this board for support questions. Please post issues with specific websites, extensions, etc. in the relevant boards for those topics.

Please keep things on-topic as this forum will be used for reference for Pale Moon development. Expect topics that aren't relevant as such to be moved or deleted.
SemiKebab
Moonbather
Moonbather
Posts: 50
Joined: 2021-05-30, 03:48

Support unprefixed "user-select" CSS property

Unread post by SemiKebab » 2023-02-08, 22:42

Feature request, for supporting the user-select CSS property without vendor prefix.

Currently, Pale Moon already supports the vendor prefixed "-moz-user-select" and "-webkit-user-select", so it should be simply a matter of adding an alias "user-select".

Locked