Skip to content

Commit b897db8

Browse files
committed
[css-overflow] Markup fixes
1 parent de635ea commit b897db8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-overflow-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ Inline Overflow Ellipsis: the 'text-overflow' property</h3>
323323
are ignored,
324324
and the value of the property that applies is the one
325325
on the non anonymous box.
326-
<span class=note>This can be seen in the “nested paragraph” part of <a href="#example-44082941">example 7</a>:
326+
<span class=note>This can be seen in the “nested paragraph” part of <a href="#example-a4ab7902"></a>:
327327
even though the word “NESTED” is wrapped in an anonymous block container
328328
whose 'text-overflow' property has the initial value,
329329
it is ellipsed.</span>
@@ -445,7 +445,7 @@ Inline Overflow Ellipsis: the 'text-overflow' property</h3>
445445

446446
Sample HTML fragments, renderings, and your browser:
447447
<table class="awesome-table data">
448-
<thead><th>HTML<th>Reference rendering<th>Your Browser</thead>
448+
<thead><tr><th>HTML<th>Reference rendering<th>Your Browser</thead>
449449
<tr>
450450
<td><code highlight=html>&lt;div>שלום 123456&lt;/div></code><td><div style="font-family:monospace">123456 ם…</div><td><div style="font-family: monospace; white-space: pre; overflow: hidden; width: 9ch; text-overflow: ellipsis">שלום 123456</div>
451451
<tr><td><code highlight=html>&lt;div dir=rtl>שלום 123456&lt;/div></code><td><div style="font-family:monospace">…456 שלום</div><td><div style="font-family: monospace; white-space: pre; overflow: hidden; width: 9ch; text-overflow: ellipsis" dir=rtl>שלום 123456</div>

0 commit comments

Comments
 (0)