Skip to content

Adapt api.HTMLInputElement.onsearch to new events structure#15159

Merged
foolip merged 1 commit intomdn:mainfrom
queengooborg:api/HTMLInputElement/search/events
Mar 6, 2022
Merged

Adapt api.HTMLInputElement.onsearch to new events structure#15159
foolip merged 1 commit intomdn:mainfrom
queengooborg:api/HTMLInputElement/search/events

Conversation

@queengooborg
Copy link
Contributor

This PR adapts the search event of the HTMLInputElement API to conform to the new events structure.

Note: there are no MDN pages associated with these events, so there will be no corresponding content PR. Any broken MDN URLs in BCD have been removed.

This PR adapts the search event of the HTMLInputElement API to conform to the new events structure.

Note: there are no MDN pages associated with these events, so there will be no corresponding content PR. Any broken MDN URLs in BCD have been removed.
@queengooborg queengooborg added the data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Feb 28, 2022
@foolip
Copy link
Contributor

foolip commented Mar 4, 2022

This just removes the entry but the description doesn't say so. Was there a mistake?

@queengooborg
Copy link
Contributor Author

It wasn't a mistake, no -- there was simply nothing that needed to be added to the existing search_event member!

@foolip
Copy link
Contributor

foolip commented Mar 4, 2022

I see, in that case it would be helpful to mention that in the description.

"version_added": "14"
},
"safari": {
"version_added": "1.3"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't match the version in the "search_event" entry that remains. Can you check which is correct?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ack, this one slipped through -- the "1.3" came from tests I did a while back, and the "2" came from #11755 (comment). I'm going to stick with "2" on this one for the same reasons.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright, let's stick with Safari 2!

@foolip foolip merged commit 397393b into mdn:main Mar 6, 2022
@queengooborg queengooborg deleted the api/HTMLInputElement/search/events branch March 6, 2022 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants