Skip to content

Commit 2ced03d

Browse files
Add details for auto-open-on-find (mdn#28672)
* Add details for auto-open-on-find * Apply suggestions from code review --------- Co-authored-by: Florian Scholz <[email protected]>
1 parent 3cfa700 commit 2ced03d

File tree

2 files changed

+41
-2
lines changed

2 files changed

+41
-2
lines changed

html/elements/details.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,41 @@
104104
"deprecated": false
105105
}
106106
}
107+
},
108+
"search_match_opens": {
109+
"__compat": {
110+
"description": "Auto-opens when matched via page search",
111+
"support": {
112+
"chrome": {
113+
"version_added": "97"
114+
},
115+
"chrome_android": "mirror",
116+
"edge": "mirror",
117+
"firefox": {
118+
"version_added": "139",
119+
"partial_implementation": true,
120+
"notes": "The browser does not correctly scroll to the matching text. See [bug 2006040](https://bugzil.la/2006040)."
121+
},
122+
"firefox_android": "mirror",
123+
"oculus": "mirror",
124+
"opera": "mirror",
125+
"opera_android": "mirror",
126+
"safari": {
127+
"version_added": "26.2",
128+
"partial_implementation": true,
129+
"notes": "The browser does not correctly scroll to the matching text. See [bug 304174](https://webkit.org/b/304174)."
130+
},
131+
"safari_ios": "mirror",
132+
"samsunginternet_android": "mirror",
133+
"webview_android": "mirror",
134+
"webview_ios": "mirror"
135+
},
136+
"status": {
137+
"experimental": false,
138+
"standard_track": true,
139+
"deprecated": false
140+
}
141+
}
107142
}
108143
}
109144
}

html/global_attributes.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -602,14 +602,18 @@
602602
"chrome_android": "mirror",
603603
"edge": "mirror",
604604
"firefox": {
605-
"version_added": "139"
605+
"version_added": "139",
606+
"partial_implementation": true,
607+
"notes": "The browser does not correctly scroll to the matching text. See [bug 2006040](https://bugzil.la/2006040)."
606608
},
607609
"firefox_android": "mirror",
608610
"oculus": "mirror",
609611
"opera": "mirror",
610612
"opera_android": "mirror",
611613
"safari": {
612-
"version_added": "26.2"
614+
"version_added": "26.2",
615+
"partial_implementation": true,
616+
"notes": "The browser does not correctly scroll to the matching text. See [bug 304174](https://webkit.org/b/304174)."
613617
},
614618
"safari_ios": "mirror",
615619
"samsunginternet_android": "mirror",

0 commit comments

Comments
 (0)