We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df94ac5 commit 559c584Copy full SHA for 559c584
css-layout-api/Overview.bs
@@ -770,6 +770,17 @@ attributes represent the position of the {{LayoutFragment}} relative to its pare
770
box</b>, before transform or positioning (e.g. if a fragment is [=relatively positioned=]) has
771
been applied.
772
773
+<figure>
774
+ <img src="img/layout-fragment-offsets.png" width="800"
775
+ alt="An example of position a fragment in different writing modes.">
776
+ <figcaption>
777
+ A simple visualization showing positioning a {{LayoutFragment}} using
778
+ {{LayoutFragment/inlineOffset}} and {{LayoutFragment/blockOffset}} in different writing
779
+ modes.
780
+ </figcaption>
781
+</figure>
782
+
783
784
<div class=example>
785
The example below shows the basic usage of a {{LayoutFragment}}.
786
<pre class='lang-javascript'>
css-layout-api/img/layout-fragment-offsets.png
22.9 KB
0 commit comments