Skip to content

Commit f564fde

Browse files
committed
[css-ui-4] Include more details in issue about browser differences
1 parent 5ec0195 commit f564fde

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

css-ui-4/Overview.bs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)