Skip to content

Commit ac960ec

Browse files
committed
Update links for css-overscroll-behavior
- Fixed link to draft spec - Add link to MDN
1 parent a4baec1 commit ac960ec

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

features-json/css-overscroll-behavior.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"title":"CSS overscroll-behavior",
33
"description":"CSS property to control the behavior when the scroll position of a scroll container reaches the edge of the scrollport.",
4-
"spec":"https://w3c.github.io/csswg-drafts/css-overscroll-behavior-1/",
4+
"spec":"https://drafts.csswg.org/css-overscroll/#overscroll-behavior-properties",
55
"status":"wd",
66
"links":[
77
{
@@ -16,6 +16,10 @@
1616
"url":"https://developers.google.com/web/updates/2017/11/overscroll-behavior",
1717
"title":"Google Developers blog post on overscroll-behavior"
1818
},
19+
{
20+
"url": "https://developer.mozilla.org/en-US/docs/Web/CSS/overscroll-behavior",
21+
"title": "CSS overscroll-behavior on MDN"
22+
},
1923
{
2024
"url":"https://bugs.webkit.org/show_bug.cgi?id=176454",
2125
"title":"WebKit support bug"

0 commit comments

Comments
 (0)