Skip to content

Commit 8ef6aae

Browse files
committed
[css2] Typo fix.
1 parent c42111e commit 8ef6aae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css2/tables.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ <h2>17.4 <a name="model">Tables in the visual formatting model</a></h2>
562562
property, as described below.
563563

564564
<p>The table wrapper box is block-level for 'display: table', and
565-
inline-leve; for 'display: inline-table'. The table wrapper box
565+
inline-level; for 'display: inline-table'. The table wrapper box
566566
establishes a block formatting context, and the table box establishes
567567
a table formatting context. The table box (not the
568568
table wrapper box) is used when doing baseline

css2/tables.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ before or after the table box is decided by the 'caption-side'
506506
property, as described below.
507507

508508
<p>The table wrapper box is block-level for 'display: table', and
509-
inline-leve; for 'display: inline-table'. The table wrapper box
509+
inline-level; for 'display: inline-table'. The table wrapper box
510510
establishes a block formatting context, and the table box establishes
511511
a table formatting context. The table box (not the
512512
table wrapper box) is used when doing baseline

0 commit comments

Comments
 (0)