Skip to content

Commit 24b6530

Browse files
committed
[css3-ui] Fix markup in example 6
The live markup did not match the one in the descriptive prose and the sample rendering.
1 parent 7b86679 commit 24b6530

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

css-ui/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -826,8 +826,8 @@ Fourth, a box with a nested paragraph demonstrating anonymous block boxes equiva
826826

827827
<td>
828828
<div style="width:3.1em; border:solid .1em black; margin:1em 0; padding:.2em; font-family:Helvetica,sans-serif; line-height:1.1; overflow:hidden;text-overflow:ellipsis;">NESTED
829-
<p>PARAGRAPH
830-
WON'T ELLIPSE.</p></div>
829+
<p>PARAGRAPH</p>
830+
WON'T ELLIPSE.</div>
831831
</td>
832832

833833
</tr>

css-ui/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2364,7 +2364,7 @@ <h4 class="no-num no-toc heading settled" id="ellipsis-interaction"><span class=
23642364
</ul>
23652365

23662366

2367-
<div class="example" id="example-e64f7004"><a class="self-link" href="#example-e64f7004"></a>
2367+
<div class="example" id="example-4d792064"><a class="self-link" href="#example-4d792064"></a>
23682368
<p style="display:none">Example(s):
23692369
</p>
23702370
<h4 class="no-num no-toc heading settled" id="text-overflow-examples"><span class="content">text-overflow examples</span><a class="self-link" href="#text-overflow-examples"></a></h4>
@@ -2491,8 +2491,8 @@ <h4 class="no-num no-toc heading settled" id="text-overflow-examples"><span clas
24912491

24922492
<div style="width:3.1em; border:solid .1em black; margin:1em 0; padding:.2em; font-family:Helvetica,sans-serif; line-height:1.1; overflow:hidden;text-overflow:ellipsis;">NESTED
24932493

2494-
<p>PARAGRAPH
2495-
WON’T ELLIPSE.</p></div>
2494+
<p>PARAGRAPH</p>
2495+
WON’T ELLIPSE.</div>
24962496

24972497

24982498

0 commit comments

Comments
 (0)