On Thu, Jan 13, 2011 at 2:51 AM, Tim Down <[email protected]> wrote: > > Fair enough, I think you may be right. Given that this is a binary > property of the selection state, how about a a Boolean > `selectionBackwards` property?
FWIW, WebKit's implementation has a boolean isBaseFirst member function which checks the value of a boolean m_baseIsFirst member variable although they aren't exposed to scripts. - Ryosuke
