diff --git a/index.html b/index.html index 7620e61..ae2b9ca 100644 --- a/index.html +++ b/index.html @@ -14,9 +14,7 @@ repoURL: "w3c/badging", branch: "master" }, - wg: "Web Applications Working Group", - wgURI: "https://www.w3.org/2019/webapps/", - wgPatentURI: "https://www.w3.org/2004/01/pp-impl/114929/status", + group: "webapps", editors: [{ name: "Matt Giuca", company: "Google Inc.", @@ -26,7 +24,7 @@ company: "Google Inc.", companyURL: "https://google.com" }], - mdn: true, + // mdn: true, (not available yet) xref: "web-platform", }; @@ -82,12 +80,13 @@
A separate set of methods set the badge on the [=installed web - application=], if any, whose [=navigation scope=] this document is - within. The badge might show up on the application's icon in the - operating system shelf. These examples work the same as above, except - that the badge has global scope (if multiple documents within the same - application set or clear a badge, the most recent one takes effect), - and can continue being seen even after the last document closes. + application=], if any, whose [=manifest/navigation scope=] this + document is within. The badge might show up on the application's icon + in the operating system shelf. These examples work the same as above, + except that the badge has global scope (if multiple documents within + the same application set or clear a badge, the most recent one takes + effect), and can continue being seen even after the last document + closes.
@@ -370,7 +369,8 @@important.)