Skip to content

Commit b31962f

Browse files
committed
[css-layout-api] A simple section on overflow.
1 parent 6864464 commit b31962f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

css-layout-api/Overview.bs

+9-1
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,9 @@ results.
319319

320320
The author inside the current layout can position a resulting {{Fragment}} by setting its
321321
{{Fragment/inlineOffset}} and {{Fragment/blockOffset}} attributes. If not set by the author they
322-
default to zero.
322+
default to zero. The {{Fragment/inlineOffset}} and {{Fragment/blockOffset}} attributes represent the
323+
position of the {{Fragment}} relative to its parent's border box, before transform or positioning
324+
(e.g. if a fragment is <a>relatively positioned</a>) has been applied.
323325

324326
<div class="example">
325327
The layout algorithm performs a block-like layout (positioning fragments sequentially in the block
@@ -851,6 +853,12 @@ As a result:
851853
Overflow {#interaction-overflow}
852854
--------------------------------
853855

856+
The <a>scrollable overflow</a> for a <a>layout API container</a> is handled by the user agent in
857+
this level of the specification.
858+
859+
A <a>layout API container</a> should calculate its scrollable overflow exactly like block
860+
containers do.
861+
854862
Fragmentation {#interaction-fragmentation}
855863
------------------------------------------
856864

0 commit comments

Comments
 (0)