Skip to content

Commit d32018d

Browse files
committed
[css-inline-3] s/none/normal/ (error)
1 parent 33775d4 commit d32018d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-inline-3/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,10 +533,10 @@ Creating Initial Letters: the 'initial-letter' property</h3>
533533
and whose ancestors (if any) that are descendants of its <a>containing block</a>
534534
are all first-child <a>inline boxes</a>
535535
that have a <a lt="computed value">computed</a> 'initial-letter' value
536-
of ''initial-letter/none''.
536+
of ''initial-letter/normal''.
537537
Furthermore, if 'initial-letter' is applied to an <a>inline-level box</a>
538538
that is not positioned at the start of the line due to bidi reordering,
539-
its <a>used value</a> is ''initial-letter/none''.
539+
its <a>used value</a> is ''initial-letter/normal''.
540540

541541
<div class="example">
542542
For example,

0 commit comments

Comments
 (0)