File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -511,6 +511,14 @@ Omitted values are set to their initial values.
511511 If the element has descendants on which 'user-select' does not compute to ''user-select/none'' ,
512512 these descendants must be included in a selection extending across the element.
513513
514+ Note: ''user-select: none'' on a non-editable descendant of an editable element
515+ means that in addition to not being editable,
516+ that descendant is also not deletable,
517+ neither directly nor by attempting to include it in a broader selection
518+ and then deleting that selection.
519+ This matters for example in template-based editing,
520+ where an editable template may contain sections which must be preserved.
521+
514522 As 'user-select' is a UI convenience mechanism,
515523 not a copy protection mechanism,
516524 the UA may provide an alternative way for the user
You can’t perform that action at this time.
0 commit comments