Changes between Version 78 and Version 79 of Ticket #9998


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9998 – Description

    v78 v79  
    5252Related issues: #9998
    5353
     54'''Target ticket''': #11861
     55
    5456==== Example 1 ====
    5557
    56 1. `<p>foo</p>`
    57 2. `<p>^bar</p>`
    58 3. Backspace.
    59 4. `<p>line1<span style="line-height:1.6">line2</span></p>`
     581. Set data
     59 {{{
     60<p>foo</p>
     61<p>^bar</p>
     62}}}
     632. Backspace.
     643. `<p>foo<span style="line-height:1.6">bar</span></p>`
    6065
    6166==== Example 2 ====
    6267
    63 1. `<h1>foo</h1>`
    64 2. `<p>^bar</p>`
    65 3. Backspace.
    66 4. `<h1>foo<span style="font-size:13px; line-height:1.6">bar</span></h1>`
     681. Set data
     69 {{{
     70<h1>foo</h1>
     71<p>^bar</p>
     72}}}
     732. Backspace.
     743. `<h1>foo<span style="font-size:13px; line-height:1.6">bar</span></h1>`
    6775
    6876=== Attempt to preserve the visual style of the contents -> i.e. <strong> becomes <b> ===
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy