Re: [webkit-dev] new -webkit-user-select value: atomic

2012-08-07 Thread Edward O'Connor
Hi, After reviewing the original specification for 'user-select: all' [1], I think the behavior we had in mind for 'user-select: atomic' matches the original intent of 'user-select: all'. It also partially matches the Mozilla behavior, and I believe the differences are likely to be bugs in

Re: [webkit-dev] new -webkit-user-select value: atomic

2012-08-07 Thread Ryosuke Niwa
Excellent! Thanks for the follow up. I'm so glad we reached out to the standards group first. - Ryosuke On Aug 7, 2012 2:31 PM, Edward O'Connor eocon...@apple.com wrote: Hi, After reviewing the original specification for 'user-select: all' [1], I think the behavior we had in mind for

[webkit-dev] new -webkit-user-select value: atomic

2012-07-23 Thread Alice Cheng
We intend to work on an experimental implementation of a new -webkit-user-select value that we are calling atomic. This value causes the element to which it is applied to behave atomically for selection purposes; either all of none of the element and its contents are contained in the

Re: [webkit-dev] new -webkit-user-select value: atomic

2012-07-23 Thread Ryosuke Niwa
On Mon, Jul 23, 2012 at 3:32 PM, Alice Cheng alice_ch...@apple.com wrote: We intend to work on an experimental implementation of a new -webkit-user-select value that we are calling atomic. This value causes the element to which it is applied to behave atomically for selection purposes; either

Re: [webkit-dev] new -webkit-user-select value: atomic

2012-07-23 Thread Alice Cheng
On Jul 23, 2012, at 3:39 PM, Ryosuke Niwa rn...@webkit.org wrote: On Mon, Jul 23, 2012 at 3:32 PM, Alice Cheng alice_ch...@apple.com wrote: We intend to work on an experimental implementation of a new -webkit-user-select value that we are calling atomic. This value causes the element to

Re: [webkit-dev] new -webkit-user-select value: atomic

2012-07-23 Thread Brendan Eich
Alice Cheng wrote: Could you elaborate more on the difference? Maybe the difference is small enough that it makes sense to reuse all. e.g. Mozilla might be willing to change their behavior for all. Mozilla is not selecting atomically using shift + right. It also does not select atomically

Re: [webkit-dev] new -webkit-user-select value: atomic

2012-07-23 Thread Ryosuke Niwa
On Mon, Jul 23, 2012 at 5:05 PM, Brendan Eich bren...@mozilla.org wrote: Alice Cheng wrote: Could you elaborate more on the difference? Maybe the difference is small enough that it makes sense to reuse all. e.g. Mozilla might be willing to change their behavior for all. Mozilla is not