diff --git a/features/overflow-anchor.yml b/features/overflow-anchor.yml new file mode 100644 index 00000000000..7888ff11f8a --- /dev/null +++ b/features/overflow-anchor.yml @@ -0,0 +1,9 @@ +name: overflow-anchor +description: The `overflow-anchor` CSS property sets an element as a possible scroll anchor, reducing unintended scrolling when document changes occur above the current scrollport. This is enabled by default where supported. +spec: https://drafts.csswg.org/css-scroll-anchoring-1/#exclusion-api +caniuse: css-overflow-anchor +group: scrolling +compat_features: + - css.properties.overflow-anchor + - css.properties.overflow-anchor.auto + - css.properties.overflow-anchor.none diff --git a/features/overflow-anchor.yml.dist b/features/overflow-anchor.yml.dist new file mode 100644 index 00000000000..1a3fa03b633 --- /dev/null +++ b/features/overflow-anchor.yml.dist @@ -0,0 +1,15 @@ +# Generated from: overflow-anchor.yml +# Do not edit this file by hand. Edit the source file instead! + +status: + baseline: false + support: + chrome: "56" + chrome_android: "56" + edge: "79" + firefox: "66" + firefox_android: "66" +compat_features: + - css.properties.overflow-anchor + - css.properties.overflow-anchor.auto + - css.properties.overflow-anchor.none