File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -319,7 +319,9 @@ results.
319
319
320
320
The author inside the current layout can position a resulting {{Fragment}} by setting its
321
321
{{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.
323
325
324
326
<div class="example">
325
327
The layout algorithm performs a block-like layout (positioning fragments sequentially in the block
@@ -851,6 +853,12 @@ As a result:
851
853
Overflow {#interaction-overflow}
852
854
--------------------------------
853
855
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
+
854
862
Fragmentation {#interaction-fragmentation}
855
863
------------------------------------------
856
864
You can’t perform that action at this time.
0 commit comments