parse5 icon indicating copy to clipboard operation
parse5 copied to clipboard

feat(parser): Support search element

Open fb55 opened this issue 3 years ago • 3 comments

Not sure if this PR should be merged at this time.

The <search> element is tested in html5lib-tests, but the PR for the spec hasn't been merged yet (https://github.com/whatwg/html/pull/7320). It seems like there is consensus around this spec change (see https://github.com/whatwg/html/issues/7581), but we might hold off on this until the spec has actually been updated.

fb55 avatar Mar 13 '22 11:03 fb55

It is a bit odd that this was already added to html5lib-tests. I will hold out on merging until the spec change has been merged.

fb55 avatar Mar 16 '22 12:03 fb55

I will hold out on merging until the spec change has been merged.

Hello @fb55, I'm the software architect who implemented the search element for the 3 main browsers. FYI the spec has been in W3C TAG review stage for 2 months and it's very likely to take much more time as fundamental steps in the standardization guideline were missed and the result does not meet the web platform design principles yet. There is no consensus so far on how to resolve those details.

Nevertheless, as I see those details won't affect your PR. Yours sincerely.

Kaleidea avatar Mar 29 '22 18:03 Kaleidea

@Kaleidea Thanks a lot for the context!

fb55 avatar Mar 30 '22 13:03 fb55

The search element is now part of the HTML spec, so let's get this merged!

fb55 avatar Mar 24 '23 17:03 fb55