Skip to content

Instantly share code, notes, and snippets.

@leobalter
Created March 15, 2019 18:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leobalter/bb699421ad52e02a007f29f32d9b6058 to your computer and use it in GitHub Desktop.
Save leobalter/bb699421ad52e02a007f29f32d9b6058 to your computer and use it in GitHub Desktop.

The "search" event

whatwg/html#667

Some browsers feature non-standard attributes incremental and onsearch for the <input type=search> elements. This also implies the search event being fired.

  • Specified? no
  • Proposed? no.
    • This link shows a refusal to propose the idea and reasons for it.
  • Is it a good idea? no.
    • The refusal to proposal the idea bases on the fact it's already redundant with the oninput and onsubmit event handlers
  • Change browser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment