Changes between Version 78 and Version 79 of Ticket #9998
- Timestamp:
- Apr 25, 2014, 11:21:43 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9998 – Description
v78 v79 52 52 Related issues: #9998 53 53 54 '''Target ticket''': #11861 55 54 56 ==== Example 1 ==== 55 57 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>` 58 1. Set data 59 {{{ 60 <p>foo</p> 61 <p>^bar</p> 62 }}} 63 2. Backspace. 64 3. `<p>foo<span style="line-height:1.6">bar</span></p>` 60 65 61 66 ==== Example 2 ==== 62 67 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>` 68 1. Set data 69 {{{ 70 <h1>foo</h1> 71 <p>^bar</p> 72 }}} 73 2. Backspace. 74 3. `<h1>foo<span style="font-size:13px; line-height:1.6">bar</span></h1>` 67 75 68 76 === Attempt to preserve the visual style of the contents -> i.e. <strong> becomes <b> ===