File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -193,6 +193,21 @@ unless otherwise specified.
193
193
Note: Without this, these [=pseudo-elements=] , which are often inaccessible
194
194
by other specifications, cannot be positioned with [=implicit anchor elements=] .
195
195
196
+ ### The Anchor's Position ### {#determining-position}
197
+
198
+ Several features of this specification refer to the position and size of an [=anchor element=] .
199
+ The anchor element's position and size is determined after layout,
200
+ and for these purposes
201
+ includes 'position' -based adjustments
202
+ (such as ''position: relative'' or ''position: sticky'' ).
203
+
204
+ Post-layout effects, such as 'transform' ,
205
+ do not affect the [=anchor element's=] "position".
206
+
207
+ Note: Allowing an anchor to opt into including the effects of 'transform'
208
+ or similar properties
209
+ might be allowed in the future.
210
+
196
211
<!-- Big Text: a-scope
197
212
198
213
███▌ ███▌ ███▌ ███▌ ████▌ █████▌
You can’t perform that action at this time.
0 commit comments