Changes between Initial Version and Version 1 of Ticket #11861


Ignore:
Timestamp:
Apr 25, 2014, 11:23:11 AM (10 years ago)
Author:
Olek Nowodziński
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11861 – Description

    initial v1  
    11It's a follow-up of #9998, which covers a single [http://dev.ckeditor.com/ticket/9998#spancreatedwhilejoiningtwoadjacentelements case].
     2
    23----
     4
    35==== Example 1 ====
    46
     
    10122. Backspace.
    11133. `<p>foo<span style="line-height:1.6">bar</span></p>`
     144. '''Expected:'''
     15 {{{
     16<p>foo^bar</p>
     17}}}
    1218
    1319==== Example 2 ====
     
    20262. Backspace.
    21273. `<h1>foo<span style="font-size:13px; line-height:1.6">bar</span></h1>`
     284. '''Expected:'''
     29 {{{
     30<h1>foo^bar</h1>
     31}}}
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy