Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions features/anchor-positioning-animations.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Anchor positioning animations and transitions
description: The `anchor()` and `anchor-size()` CSS functions animate or transition on changes such as the anchor box moving or the anchor element changing.
spec: https://drafts.csswg.org/css-anchor-position-1/#resolvable-anchor-function
group: anchor-positioning
compat_features:
- css.types.anchor.is_transitionable
- css.types.anchor-size.is_transitionable
1 change: 1 addition & 0 deletions features/anchor-positioning-transforms.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Anchor positioning transforms
description: Anchor positioned elements take CSS transforms on their anchor elements into account.
spec: https://drafts.csswg.org/css-anchor-position-1/#anchoring
group: anchor-positioning
compat_features:
- css.properties.anchor-name.position_after_layout
1 change: 1 addition & 0 deletions features/anchor-positioning.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Anchor positioning
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.
spec: https://drafts.csswg.org/css-anchor-position-1/#anchoring
group: anchor-positioning
caniuse: css-anchor-positioning
compat_features:
- api.CSSPositionTryDescriptors
Expand Down
3 changes: 3 additions & 0 deletions features/container-anchor-position-queries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Anchor position container queries
description: >
Anchor position container queries with the `@container anchored(fallback: …)` at-rule apply styles to an element based on the element's anchor position.
spec: https://drafts.csswg.org/css-anchor-position-2/#anchored-container-queries
group:
- anchor-positioning
- container-queries
compat_features:
- css.properties.container-type.anchored
- css.at-rules.container.anchor_position_queries
Expand Down
3 changes: 3 additions & 0 deletions groups/anchor-positioning.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://drafts.csswg.org/css-anchor-position/
name: Anchor positioning
parent: css