[w3ctag/design-reviews] Beforematch event (#511)

Hello TAG!

I'm requesting a TAG review of the beforematch event.

The beforematch event allows developers to display content to the user in response to the following actions:
- find-in-page (ctrl+f)
- element fragment navigation (example.com/#foo)
- [scroll-to-text](https://github.com/WICG/ScrollToTextFragment) navigation (example.com/#:~:text=foo)

The event is fired at render timing before these actions scroll the page. The event is fired on the element which contains the text, or in the case of element fragment navigation, whichever element has the target id.

  - Explainer¹ (minimally containing user needs and example code): https://github.com/WICG/display-locking/blob/master/explainer-beforematch.md

  - Security and Privacy self-review²: https://github.com/WICG/display-locking/blob/master/beforematch-security-and-privacy-assessment.md

  - GitHub repo (if you prefer feedback filed there): https://github.com/WICG/display-locking

  - Primary contacts (and their relationship to the specification):
      - Joey Arhar (@josepharhar), Google, Author
      - Vlad Levin (@vmpstr), Google, Author
  - Organization/project driving the design: Google
  - External status/issue trackers for this feature (publicly visible, e.g. Chrome Status): https://www.chromestatus.com/feature/5400510406328320


Further details:

  - [x] I have reviewed the TAG's [API Design Principles](https://w3ctag.github.io/design-principles/)
  - The group where the incubation/design work on this is being done (or is intended to be done in the future): WICG
  - The group where standardization of this work is intended to be done ("unknown" if not known): WHATWG
  - Existing major pieces of multi-stakeholder review or discussion of this design: https://github.com/WICG/display-locking/issues

  - Major unresolved issues with or opposition to this design: https://github.com/WICG/display-locking/issues/150

  - This work is being funded by: Google

We'd prefer the TAG provide feedback as (please delete all but the desired option):

  🐛 open issues in our [GitHub repo](https://github.com/WICG/display-locking) for **each point of feedback**

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/511

Received on Friday, 1 May 2020 22:36:12 UTC