Skip to content

Commit df48c18

Browse files
committed
caption box is optional
1 parent 4c7b711 commit df48c18

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cssom-view/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ <h3 id=the-getclientrects><span class=secno>6.1 </span>The <code
568568
<p>If the element on which the method was invoked has a computed value
569569
for <code>display</code> property of <code>table</code> or
570570
<code>inline-table</code> include both the table box and the caption
571-
box, but not the anonymous container box. [<cite><a
571+
box, if any, but not the anonymous container box. [<cite><a
572572
href="#ref-css21">CSS21</a></cite>]
573573

574574
<li>

cssom-view/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ <h3>The <code title="">getClientRects()</code> and
450450
<li><p>If the element on which the method was invoked has a computed
451451
value for <code>display</code> property of <code>table</code> or
452452
<code>inline-table</code> include both the table box and the caption
453-
box, but not the anonymous container box.
453+
box, if any, but not the anonymous container box.
454454
[<cite><span>CSS21</span></cite>]</p></li>
455455

456456
<li><p>Replace each

0 commit comments

Comments
 (0)