RESOLVED DUPLICATE of bug 19097772019
Add support for user-select:all
https://bugs.webkit.org/show_bug.cgi?id=72019
Summary Add support for user-select:all
Felix Gnass
Reported 2011-11-10 05:47:12 PST
This would be really useful in situations where you want compound elements to be edited as a whole like the <figure> element in the following example: <div contentEditable="true"> <p> Foo </p> <figure style="-webkit-user-select:all"> <img src=""> <caption>Foo</caption> </figure> </div> The MDN docs (https://developer.mozilla.org/en/CSS/-moz-user-select) say: In HTML editor, if double-click or context-click occurred in sub-elements, the highest ancestor with this value will be selected.
Attachments
Tim Nguyen (:ntim)
Comment 1 2021-10-20 03:17:35 PDT
*** This bug has been marked as a duplicate of bug 190977 ***
Note You need to log in before you can comment on or make changes to this bug.