Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion css-text-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2034,7 +2034,14 @@ Cursive Scripts</h4>
<dd>Gives the amount of the indent as an absolute length.</dd>
<dt><dfn>&lt;percentage&gt;</dfn>
<dd>Gives the amount of the indent as a percentage of the containing
block's logical width.</dd>
block's logical width.

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

Note: This can lead to the element overflowing.
It is not recommended to use percentage indents and intrinsic sizing toghether.
</dd>
<dt><dfn>each-line</dfn>
<dd>Indentation affects the first line of each block container
and each line after a <a>forced line break</a>
Expand Down