File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -185,6 +185,13 @@ Abstract: This is a delta specification over CSS-UI Level 3.
185185 they behave as if the element has ''all'' and select it entirely.
186186 IE does not restrict selections started outside of the element
187187 from going into it at all.
188+ Another difference is that in Chrome and Safari,
189+ if the user attempts to start a selection inside a ''user-select: none'' ,
190+ and to end the selection out of it,
191+ a selection will be created from the boundary of the element
192+ to the user-designated end-point.
193+ Firefox and Internet explorer behave as prescribed in this specification
194+ and do not create a selection at all.
188195
189196 However, if this element has descendants on which the computed value of 'user-select' is not ''user-select/none'' ,
190197 selections that start and end within these descendants are allowed.
You can’t perform that action at this time.
0 commit comments