Skip to content

Commit 55ef94a

Browse files
committed
[css-inline] Require initial-letter size to be >= 1. (Fix #341.)
1 parent 0a80e7e commit 55ef94a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-inline/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -426,13 +426,13 @@ Creating Initial Letters: the 'initial-letter' property</h3>
426426
<dd>
427427
This first argument defines the size of the initial letter
428428
in terms of how many lines it occupies.
429-
Negative values are not allowed.
429+
Values less than one are invalid.
430430

431431
<dt><dfn><<integer>></dfn>
432432
<dd>
433433
This optional second argument argument
434434
defines the number of lines the initial letter should sink.
435-
Values must be greater than zero.
435+
Values less than one are invalid.
436436
If omitted, it duplicates the first argument,
437437
floored to the nearest positive whole number.
438438
</dl>

0 commit comments

Comments
 (0)