Changes between Version 3 and Version 4 of Ticket #14539, comment 3


Ignore:
Timestamp:
Jun 16, 2016, 12:34:55 PM (9 years ago)
Author:
Marek Lewandowski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14539, comment 3

    v3 v4  
    2828* `setLabel` for real selection - here it's going to simply act as a **virtual method**, because real selection does not need it for the time being. The defautl contenteditable support for screen reader does evertyhing for us.
    2929
    30 To make it complementary, we should also include `=getLabel`, so that it's possible to append other selection strings in case when developer is working on a multirange fake selection.
     30To make it complementary, we should also include `getLabel`, so that it's possible to append other selection strings in case when developer is working on a multirange fake selection.
     31
     32This is basically what I've made in branch:t/14539 and it haven't break any tests, but we need to make sure that it doesn't mess up the layout or anything.
    3133
    3234=== To innerHTML or innerText?
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy