Skip to content

Commit 050a905

Browse files
committed
[css-display] Use the right terms when referring to list-items. Fixes #1226.
1 parent 00c16b9 commit 050a905

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-display/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,9 +378,9 @@ Generating Marker Boxes: the ''list-item'' keyword</h3>
378378
(<a href="https://www.w3.org/TR/CSS2/generate.html#lists">CSS 2.1§12.5 Lists</a>) [[!CSS2]]
379379
together with a principal box of the specified type for its own contents.
380380

381-
If no <<display-inside>> value is specified,
381+
If no <a>inner display type</a> value is specified,
382382
the principal box's <a>inner display type</a> defaults to ''flow''.
383-
If no <<display-outside>> value is specified,
383+
If no <a>outer display type</a> value is specified,
384384
the principal box's <a>outer display type</a> defaults to ''block''.
385385

386386
Note: In this level, as restricted in the grammar,

0 commit comments

Comments
 (0)