Skip to content

Commit a4a50d1

Browse files
committed
[css-text-4] Fix markup
Closes w3c#3206
1 parent e95ca97 commit a4a50d1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css-text-4/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)