diff --git a/index.html b/index.html index 3450de80e..9ad606df2 100644 --- a/index.html +++ b/index.html @@ -502,6 +502,8 @@

|json:ordered map| and [=ordered map=] |manifest:ordered map|:

    +
  1. Set |manifest|["dir"] to "auto". +
  2. If |json|["dir"] doesn't [=map/exist=] or if |json|["dir"] is not a [=string=], return.
  3. @@ -679,6 +681,8 @@

    |json:ordered map| and [=ordered map=] |manifest:ordered map|:

      +
    1. Set |manifest|["display"] to "browser". +
    2. If |json|["display"] doesn't [=map/exist=] or |json|["display"] is not a a [=string=], return.
    3. @@ -773,6 +777,8 @@

      |manifest URL:URL|, and [=URL=] |document URL:URL|:

        +
      1. Set |manifest|["start_url"] to |document URL|. +
      2. If |json|["start_url"] doesn't [=map/exist=] or |json|["start_url"] is not a [=string=], return.
      3. @@ -784,8 +790,8 @@

      4. If |start URL| is failure, return.
      5. -
      6. If |start URL| is not same origin as document - URL, return. +
      7. If |start URL| is not same origin as |document URL|, + return.
      8. Otherwise, set |manifest|["start_url"] to |start URL|.
      9. @@ -1267,9 +1273,7 @@

      -
    4. Let |manifest:ordered map| be a new [=ordered map=] «[ - "display" → "browser", "dir" → "auto", "start_url" → |document URL| - ]». +
    5. Let |manifest:ordered map| be an empty [=ordered map=].
    6. [=Process the `dir` member=] passing |json| and |manifest|.