[Bug 17258] can range object support text/word/sentence based range setting?

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17258

Aryeh Gregor <ayg@aryeh.name> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ayg@aryeh.name

--- Comment #2 from Aryeh Gregor <ayg@aryeh.name> 2012-05-31 11:45:03 UTC ---
You can only have one Selection per page, which has to correspond to the
user-visible selection.  So it's not that great for this sort of thing.  Moving
this kind of thing to Range is probably a good idea in principle -- although it
means Range would no longer be a pure, simple DOM thing.  We definitely want to
be able to call execCommand() on arbitrary Ranges.

Since this is more or less doable right now using Selection, though, I wouldn't
say it's a high priority.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 31 May 2012 11:45:07 UTC