- From: Glen <notifications@github.com>
- Date: Tue, 15 Jun 2021 00:37:52 -0700
- To: w3ctag/design-reviews <design-reviews@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <w3ctag/design-reviews/issues/648@github.com>
Kia Ora TAG! I'm requesting a TAG review of note_taking: { new_note_url }, fields being added to the web app manifest. eg. manifest.json ``` { "name": "My Note Taking App", "start_url": "/index.html", "note_taking": { "new_note_url": "/new_note.html" } } ``` Web apps lack a semantic way of declaring and defining note-taking capabilities. This specification adds a new `note_taking` object member to the [web app manifest](https://www.w3.org/TR/appmanifest/), where note-taking capabilities can be added. It also adds the first such note-taking capability: a `new_note_url` field in the `note_taking` object: a URL [within scope](https://www.w3.org/TR/appmanifest/#dfn-within-scope) that can be used to launch the web app in order to take a new note. - Explainer: none(!). Seemed like overkill. Discussion happened on: w3c/manifest#965 then went direct to specification (below). - Specification URL: https://wicg.github.io/manifest-incubations/index.html#note_taking-member - Tests: None in WPT yet - Security and Privacy self-review: Minimal security/privacy effects: if a UA+user chooses to launch the new_note_url then the site can know that the URL was loaded. Identical to loading the URL normally. - GitHub repo: https://github.com/WICG/manifest-incubations - Primary contacts (and their relationship to the specification): - Glen Robertson (phoglenix), Google Inc - Matt Giuca (mgiuca), Google Inc - Organization(s)/project(s) driving the specification: Google Inc - Key pieces of existing multi-stakeholder review or discussion of this specification: w3c/manifest#965 - External status/issue trackers for this specification: https://chromestatus.com/feature/5205972320518144 Further details: - ✓ I have reviewed the TAG's [Web Platform Design Principles](https://w3ctag.github.io/design-principles/) - Relevant time constraints or deadlines: targeting M93 (branching 15 July) - The group where the work on this specification is currently being done: https://github.com/WICG/manifest-incubations - The group where standardization of this work is intended to be done: https://github.com/WICG/manifest-incubations - Major unresolved issues with or opposition to this specification: None - This work is being funded by: Google Inc We'd prefer the TAG provide feedback as: 🐛 open issues in our GitHub repo 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/648
Received on Tuesday, 15 June 2021 07:38:25 UTC