Skip to content

Commit d802767

Browse files
committed
[css-text-3] Clarify basis of percentage text-indent. #2394
1 parent 4f88e9b commit d802767

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-text-3/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2200,8 +2200,8 @@ Cursive Scripts</h4>
22002200
<dt><dfn>&lt;length&gt;</dfn>
22012201
<dd>Gives the amount of the indent as an absolute length.</dd>
22022202
<dt><dfn>&lt;percentage&gt;</dfn>
2203-
<dd>Gives the amount of the indent as a percentage of the containing
2204-
block's logical width.
2203+
<dd>Gives the amount of the indent as a percentage of
2204+
the block container’s own <a>logical width</a>
22052205

22062206
Percentages must be treated as ''0'' for the purpose of calculating [=intrinsic size contributions=],
22072207
but are always resolved normally when performing layout.

0 commit comments

Comments
 (0)