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|:
+ - Set |manifest|["dir"] to "auto".
+
- If |json|["dir"] doesn't [=map/exist=] or if |json|["dir"] is not
a [=string=], return.
@@ -679,6 +681,8 @@
|json:ordered map| and [=ordered map=] |manifest:ordered map|:
+ - Set |manifest|["display"] to "browser".
+
- If |json|["display"] doesn't [=map/exist=] or |json|["display"]
is not a a [=string=], return.
@@ -773,6 +777,8 @@
|manifest URL:URL|, and [=URL=] |document URL:URL|:
+ - Set |manifest|["start_url"] to |document URL|.
+
- If |json|["start_url"] doesn't [=map/exist=] or
|json|["start_url"] is not a [=string=], return.
@@ -784,8 +790,8 @@
- If |start URL| is failure, return.
- - If |start URL| is not same origin as document
- URL, return.
+
- If |start URL| is not same origin as |document URL|,
+ return.
- Otherwise, set |manifest|["start_url"] to |start URL|.
@@ -1267,9 +1273,7 @@
-
- Let |manifest:ordered map| be a new [=ordered map=] «[
- "display" → "browser", "dir" → "auto", "start_url" → |document URL|
- ]».
+
- Let |manifest:ordered map| be an empty [=ordered map=].
- [=Process the `dir` member=] passing |json| and |manifest|.