[Webkit-unassigned] [Bug 244448] Should <button> have `user-select: none; ` by default?

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 28 04:50:41 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=244448

Valtteri Laitinen <dev at valtlai.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|data:text/html,<p>Foo       |
                   |<button>Bar</button>        |
                   |Baz</p><p>Foo <input        |
                   |type="button" value="Bar">  |
                   |Baz</p>                     |

--- Comment #1 from Valtteri Laitinen <dev at valtlai.fi> ---
In fact, there’s no `user-select: none;` for <input type="button"> in the user agent style sheet, but the text is magically unselectable and cannot be made selectable with CSS.

Also, WebKit doesn’t support the unprefixed `user-select` so `-webkit-user-select` must be used.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220828/e6bf36a1/attachment.htm>


More information about the webkit-unassigned mailing list