Skip to content

Commit 45fb449

Browse files
committed
[css-align] Fix some markup errors.
1 parent 23637bd commit 45fb449

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-align/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1449,7 +1449,7 @@ Determining the Baselines of a Box</h2>
14491449
for a given axis
14501450
are a set of baselines (alphabetic, central, etc.)
14511451
nominally associated with the first (last) line of text within the box.
1452-
The <a>alignment baseline</a> is one of these,
1452+
The <dfn export>alignment baseline</dfn> is one of these,
14531453
usually the dominant baseline associated with the <a>shared alignment context</a>.
14541454
(See the 'dominant-baseline' and 'alignment-baseline' properties in [[CSS-INLINE-3]].)
14551455

@@ -1582,7 +1582,7 @@ Baseline Alignment Terminology</h3>
15821582
exactly as for replaced elements and other boxes that have no <a>natural baseline</a>.
15831583

15841584

1585-
Boxes <dfn lt="shared alignment context|alignment context" export>share an alignment context</dfn> along a particular axis when they are:
1585+
Boxes share an <dfn lt="shared alignment context|alignment context" export>alignment context</dfn> along a particular axis when they are:
15861586

15871587
<ul>
15881588
<li>table cells in the same row, along the table's row (inline) axis

0 commit comments

Comments
 (0)