diff --git a/index.html b/index.html index 9363fe2..ac9a4e8 100644 --- a/index.html +++ b/index.html @@ -176,7 +176,7 @@
It is the intention of this specification that the user agent prepares a rendering for the secondary display in a way that is adapted to the secondary display's capabilities. The DOM state and the rendering shown on the primary and - secondary display are maintained and perfomend by the same user agent. There is no secondary user agent involved + secondary display are maintained and performed by the same user agent. There is no secondary user agent involved that would run remotely on the secondary display.
The user agent creates two browsing contexts, one on the primary display, one on the selected presentation - display. It is responsible for sending the rendered output to the secondary display. For wirelessly connected + display. It is responsible for sending the rendered output to the secondary display. For wirelessly-connected displays this may mean that the user agent prepares a video stream from the rendering output that is sent over the network to the wireless display.
@@ -314,7 +314,7 @@Requirements phrased in the imperative as part of algorithms (such as "strip any leading space characters" or "return false and terminate these steps") are to be interpreted with the meaning of the -key word ("must", "should", "may", etc) used in introducing the +key word ("must", "should", "may", etc.) used in introducing the algorithm.
Conformance requirements phrased as algorithms or specific steps @@ -398,13 +398,13 @@
url
to an absolute URL
- by relative to the entry
+ relative to the entry
script's base
- url. Let resolvedUrl be the result of this resolution.
- If the display configuration of the user agent's host system changes so that the secondary display is not available - anymore, or if a display connected via the network becomes unreachable, and the user agent was showing an existing - presentation browsing context on the display which is now unavaible, the user agent should follow the regular + any more, or if a display connected via the network becomes unreachable, and the user agent was showing an existing + presentation browsing context on the display which is now unavailable, the user agent should follow the regular algorithm for closing a browsing context.
@@ -566,7 +566,7 @@Thanks to Wayne Carr and Anssi Kostiainen for input, thorough reviews and feedback to this draft.