File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1034,7 +1034,7 @@ Line Start/End Padding: the 'line-padding' property</h3>
10341034 span { background: black; color: white; }
10351035 em { background: green; color: white; }
10361036
1037- <p><span> Here is <em> some text</em></p>
1037+ <p><span> Here is <em> some text</em></span></ p>
10381038 </xmp>
10391039
10401040 Line-padding will be inserted such that
@@ -1053,7 +1053,7 @@ Line Start/End Padding: the 'line-padding' property</h3>
10531053 </style>
10541054 <pre class="figure" id="line-padding-rendering">
10551055 <span> Here is <em> some</em>
1056- <em> text</em>
1056+ <em> text</em></span>
10571057 </pre>
10581058 </div>
10591059
@@ -1551,4 +1551,4 @@ Changes</h2>
15511551 <li> Redefine ''text-wrap: balance'' in terms of remaining space.
15521552 <li> Note various issues on ''text-wrap: <<string>>'' .
15531553 <li> Miscellaneous minor fixes.
1554- </ul>
1554+ </ul>
You can’t perform that action at this time.
0 commit comments