diff --git a/index.html b/index.html index 017df4554..118d6043e 100644 --- a/index.html +++ b/index.html @@ -65,7 +65,6 @@

 {
   "name": "Example",
-  "altname": "The Example App 2.0",
   "url": "/start.html",
   "mode": "standalone",
   "icons": [{
@@ -210,7 +209,7 @@ 

- name and altname member + name member

The name is a string that @@ -219,24 +218,18 @@

underneath an icon).

- The altname is a string - that represents an alternative name of the application, such as the - name under which the application is sold or marketed. -

-

- The steps for processing the names of an application is + The steps for processing the name of an application is given by the following algorithm. The algorithm takes a - manifest, and a key (either, "altname" or "name"), as an - argument. It returns either undefined, a string, or an - error. + manifest as an argument. It returns either + undefined, a string, or an error.

    -
  1. If HasOwnProperty(manifest, key) - returns false, then return undefined. +
  2. If HasOwnProperty(manifest, "name") returns + false, then return undefined.
  3. Let value be the result of calling the [[\GetOwnProperty]] internal method of manifest with - argument key. + argument "name".
  4. If Type(value) is not "string", return an error.
  5. @@ -620,9 +613,6 @@

-
  • Let alternative name be the result of running the - steps for processing the altname member. -
  • Let mode be the result of running the steps for processing the mode member. If processing returns an error, report the error, and set mode to