Skip to content

Commit 46c29d0

Browse files
authored
Add anchor-size rules to anchor-positioning (#2483)
1 parent ef5aa08 commit 46c29d0

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

features/anchor-positioning.yml

+23
Original file line numberDiff line numberDiff line change
@@ -174,3 +174,26 @@ compat_features:
174174
- css.properties.anchor-scope
175175
- css.properties.anchor-scope.all
176176
- css.properties.anchor-scope.none
177+
- css.properties.bottom.anchor-size
178+
- css.properties.inset.anchor-size
179+
- css.properties.inset-block.anchor-size
180+
- css.properties.inset-block-end.anchor-size
181+
- css.properties.inset-block-start.anchor-size
182+
- css.properties.inset-inline.anchor-size
183+
- css.properties.inset-inline-end.anchor-size
184+
- css.properties.inset-inline-start.anchor-size
185+
- css.properties.left.anchor-size
186+
- css.properties.margin.anchor-size
187+
- css.properties.margin-block.anchor-size
188+
- css.properties.margin-block-end.anchor-size
189+
- css.properties.margin-block-start.anchor-size
190+
- css.properties.margin-bottom.anchor-size
191+
- css.properties.margin-inline.anchor-size
192+
- css.properties.margin-inline-end.anchor-size
193+
- css.properties.margin-inline-start.anchor-size
194+
- css.properties.margin-left.anchor-size
195+
- css.properties.margin-right.anchor-size
196+
- css.properties.margin-top.anchor-size
197+
- css.properties.right.anchor-size
198+
- css.properties.top.anchor-size
199+
- css.types.anchor-size.inset_margin

features/anchor-positioning.yml.dist

+23
Original file line numberDiff line numberDiff line change
@@ -200,4 +200,27 @@ compat_features:
200200

201201
# baseline: false
202202
# support: {}
203+
- css.properties.bottom.anchor-size
204+
- css.properties.inset-block-end.anchor-size
205+
- css.properties.inset-block-start.anchor-size
206+
- css.properties.inset-block.anchor-size
207+
- css.properties.inset-inline-end.anchor-size
208+
- css.properties.inset-inline-start.anchor-size
209+
- css.properties.inset-inline.anchor-size
210+
- css.properties.inset.anchor-size
211+
- css.properties.left.anchor-size
212+
- css.properties.margin-block-end.anchor-size
213+
- css.properties.margin-block-start.anchor-size
214+
- css.properties.margin-block.anchor-size
215+
- css.properties.margin-bottom.anchor-size
216+
- css.properties.margin-inline-end.anchor-size
217+
- css.properties.margin-inline-start.anchor-size
218+
- css.properties.margin-inline.anchor-size
219+
- css.properties.margin-left.anchor-size
220+
- css.properties.margin-right.anchor-size
221+
- css.properties.margin-top.anchor-size
222+
- css.properties.margin.anchor-size
203223
- css.properties.position-anchor.auto
224+
- css.properties.right.anchor-size
225+
- css.properties.top.anchor-size
226+
- css.types.anchor-size.inset_margin

0 commit comments

Comments
 (0)