From c5aa8a01b8fff4fc6ee7d6c54092bf6baa7971bf Mon Sep 17 00:00:00 2001 From: Rami Yushuvaev Date: Sun, 17 Sep 2023 08:34:21 +0300 Subject: [PATCH] HTML `` element - Chrome 118 support (#20715) * HTML element - Chrome 118 support * Apply suggestions from code review Co-authored-by: Luke Warlow --------- Co-authored-by: Luke Warlow --- html/elements/search.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/html/elements/search.json b/html/elements/search.json index bf6fd3449da0e6..c4f3c3ebe423b7 100644 --- a/html/elements/search.json +++ b/html/elements/search.json @@ -7,11 +7,7 @@ "spec_url": "https://html.spec.whatwg.org/multipage/grouping-content.html#the-search-element", "support": { "chrome": { - "version_added": false, - "impl_url": [ - "https://crbug.com/937101", - "https://crbug.com/1277435" - ] + "version_added": "118" }, "chrome_android": "mirror", "edge": "mirror",