You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/1.1/Classes/Flex/Position.html
+36-2Lines changed: 36 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ <h1>Position</h1>
93
93
<sectionclass="section">
94
94
<divclass="pointer"></div>
95
95
<divclass="abstract">
96
-
<p>Default value.</p>
96
+
<p>Default value. Positioned according to the flex container's flow. The item is positioned using Insets properties (top, bottom, left, right, start, end) from its normal position within its flex container and will take up space within the flex container. This node will always form a containing block.</p>
97
97
98
98
</div>
99
99
<divclass="declaration">
@@ -127,7 +127,7 @@ <h4>Declaration</h4>
127
127
<sectionclass="section">
128
128
<divclass="pointer"></div>
129
129
<divclass="abstract">
130
-
<p>Positioned absolutely in regards to its container. The item is positionned using properties top, bottom, left, right, start, end.</p>
130
+
<p>Positioned absolutely, removed from the flex container's flow. The item is positioned using Insets properties (top, bottom, left, right, start, end). Insets will offset the node from its containing block.</p>
0 commit comments