Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update scroll to text fragment #2459

Merged
merged 3 commits into from
Dec 18, 2024
Merged
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
21 changes: 8 additions & 13 deletions features/scroll-to-text-fragment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,13 @@ group:
- text-fragments
- scrolling
caniuse: url-scroll-to-text-fragment
# This feature isn't in BCD, so the status manually matches caniuse instead:
# Set status to match caniuse and not be impacted by feature detection issues.
status:
baseline: false
support:
chrome: "81"
chrome_android: "81"
edge: "83"
safari: "16.1"
safari_ios: "16.1"
# document.fragmentDirective cannot be considered part of this feature due to
# https://webkit.org/b/273466. TODO: Consider partial support for this feature
compute_from: html.elements.a.text_fragments
# document.fragmentDirective delayed by https://webkit.org/b/273466.
# TODO: Consider partial support for this feature
# depending on https://github.com/WICG/scroll-to-text-fragment/issues/257.
# compat_features:
# - api.Document.fragmentDirective
# - api.FragmentDirective
compat_features:
- api.Document.fragmentDirective
- api.FragmentDirective
- html.elements.a.text_fragments
43 changes: 42 additions & 1 deletion features/scroll-to-text-fragment.yml.dist
Original file line number Diff line number Diff line change
@@ -1,4 +1,45 @@
# Generated from: scroll-to-text-fragment.yml
# Do not edit this file by hand. Edit the source file instead!

{}
status:
baseline: low
baseline_low_date: 2024-10-01
support:
chrome: "80"
chrome_android: "80"
edge: "80"
firefox: "131"
firefox_android: "131"
safari: "16.1"
safari_ios: "16.1"
compat_features:
# ⬇️ Same status as overall feature ⬇️
# baseline: low
# baseline_low_date: 2024-10-01
# support:
# chrome: "80"
# chrome_android: "80"
# edge: "80"
# firefox: "131"
# firefox_android: "131"
# safari: "16.1"
# safari_ios: "16.1"
- html.elements.a.text_fragments

# baseline: false
# support:
# chrome: "81"
# chrome_android: "81"
# edge: "83"
# firefox: "131"
# firefox_android: "131"
- api.FragmentDirective

# baseline: false
# support:
# chrome: "86"
# chrome_android: "86"
# edge: "86"
# firefox: "131"
# firefox_android: "131"
- api.Document.fragmentDirective
Loading