- From: Frederico Caldeira Knabben via GitHub <sysbot+gh@w3.org>
- Date: Mon, 12 Sep 2016 08:44:06 +0000
- To: public-css-archive@w3.org
I would definitely expect to have no selection related behavior when clicking such element. Neither the current selection changes nor the selectionchange event is fired. Click events are expected ofc. It's also reasonable to assume that only the selection can be dragged. Therefore, if clicking an element doesn't move the selection to it, dragging should have no effect on the current selection. If such dragging instead crosses the element boundaries and moves over selectable text, then it is acceptable that the selection changes, performing the usual dragging operation to select such text. -- GitHub Notification of comment by fredck Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/319#issuecomment-246284727 using your GitHub account
Received on Monday, 12 September 2016 08:44:18 UTC