Skip to content

Commit 5217e58

Browse files
authored
Remove compute_from from anchor positioning (#3574)
1 parent c7c54c9 commit 5217e58

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

features/anchor-positioning.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ name: Anchor positioning
22
description: Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.
33
spec: https://drafts.csswg.org/css-anchor-position-1/#anchoring
44
caniuse: css-anchor-positioning
5-
status:
6-
compute_from:
7-
- css.properties.anchor-name
8-
- css.properties.position-anchor
9-
- css.types.anchor
105
compat_features:
116
- api.CSSPositionTryDescriptors
127
- api.CSSPositionTryDescriptors.align-self

features/anchor-positioning.yml.dist

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,8 @@
33

44
status:
55
baseline: false
6-
support:
7-
chrome: "125"
8-
chrome_android: "125"
9-
edge: "125"
10-
safari: "26"
11-
safari_ios: "26"
6+
support: {}
127
compat_features:
13-
# ⬇️ Same status as overall feature ⬇️
148
# baseline: false
159
# support:
1610
# chrome: "125"
@@ -285,6 +279,7 @@ compat_features:
285279
- css.properties.position-area.y-end
286280
- css.properties.position-area.y-start
287281

282+
# ⬇️ Same status as overall feature ⬇️
288283
# baseline: false
289284
# support: {}
290285
- css.properties.position-area.self-x-end

0 commit comments

Comments
 (0)