Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix mistaken use and typos with <var> #1515

Merged
merged 1 commit into from
May 29, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ <h3>Processing model</h3>
a <a>remote end</a> must run the following steps:</p>

<ol>
<li><p>Let <var>http status</var> and <var>name</var>
AutomatedTester marked this conversation as resolved.
Show resolved Hide resolved
<li><p>Let <var>status</var> and <var>name</var>
be the <a>error response data</a> for <var>error code</var>.

<li><p>Let <var>message</var> be an implementation-defined string
Expand Down Expand Up @@ -1339,7 +1339,7 @@ <h2>Extensions</h2>

<aside class=example>
<p>This might lead to a URL of the form
<code>/session/5d376174-36f0-11e5-9b9a-6bdf200a3f7f/<var>ms</var>/<var>edge</var>/<var>context</var></code>,
<code>/session/5d376174-36f0-11e5-9b9a-6bdf200a3f7f/<em>ms</em>/<em>edge</em>/<em>context</em></code>,
where <code>session/{<var>session id</var>}</code> associates the request
with the specified session, <code>ms/edge</code> identifies the command as
specific to the Edge browser distributed by Microsoft,
Expand Down Expand Up @@ -1645,7 +1645,7 @@ <h3>Proxy</h3>
code</a> <a>invalid argument</a>.

<li><p>If the result of <a>getting a property</a>
named <var>proxyType</var> from <var>proxy</var> equals
named "<code>proxyType</code>" from <var>proxy</var> equals
"<code>pac</code>", and <var>proxy</var> does not have an
<a>own property</a> for "<code>proxyAutoconfigUrl</code>" return
an <a>error</a> with <a>error code</a> <a>invalid argument</a>.
Expand Down Expand Up @@ -7146,7 +7146,7 @@ <h2>Processing actions</h2>
of <var>action</var> in <var>input source actions</var>.

<li><p>If the length of <var>actions by tick</var> is less
than <var>i + 1</var>, append a new <a>List</a> to
than <var>i</var> + 1, append a new <a>List</a> to
<var>actions by tick</var>.</li>

<li><p>Append <var>action</var> to the <a>List</a> at
Expand Down Expand Up @@ -7993,7 +7993,7 @@ <h2>Keyboard actions</h2>
<var>input state</var>’s <code>pressed</code> property.

<li><p>Append a copy of <var>action object</var> with
the <var>subtype</var> property changed to <var>keyUp</var>
the <var>subtype</var> property changed to "<code>keyUp</code>"
to <a>current session</a>’s <a>input cancel list</a>.

<li><p><a data-lt=perform-actions>Perform implementation-specific
Expand Down Expand Up @@ -8160,7 +8160,7 @@ <h2>Pointer actions</h2>
let <var>buttons</var> be the resulting value of that property.

<li><p>Append a copy of <var>action object</var> with
the <var>subtype</var> property changed to <var>pointerUp</var> to
the <var>subtype</var> property changed to "<code>pointerUp</code>" to
the <a>current session</a>’s <a>input cancel list</a>.

<li><p><a data-lt="perform-actions">Perform implementation-specific
Expand Down Expand Up @@ -9004,14 +9004,14 @@ <h3><dfn>Take Screenshot</dfn></h3>
<li><p>Let <var>root rect</var> be the <a>current top-level browsing context</a>’s
<a>document element</a>’s <a>rectangle</a>.

<li><p>Let <var>screenshot</var> be the result of <a>trying</a> to call
<li><p>Let <var>screenshot result</var> be the result of <a>trying</a> to call
<a>draw a bounding box from the framebuffer</a>,
given <var>root rect</var> as an argument.

<li><p>Let <var>canvas</var> be a <a><code>canvas</code> element</a>
of <var>screenshot result</var>’s data.

<li><p>Let <var>encoding</var> be the result of <a>trying</a>
<li><p>Let <var>encoding result</var> be the result of <a>trying</a>
<a>encoding a canvas as Base64</a> <var>canvas</var>.

<li><p>Let <var>encoded string</var> be <var>encoding result</var>’s data.
Expand Down Expand Up @@ -9280,7 +9280,7 @@ <h3><dfn>Print Page</dfn></h3>
<li><p>Let <var>pageRanges</var> be the result of <a>getting a
property with default</a> named <code>pageRanges</code> from
the <var>parameters</var> argument with default of an
empty <var>Array</var>.
empty <a>Array</a>.

<li><p>If <var>pageRanges</var> is not an <a>Array</a>
return <a>error</a> with <a>error code</a> <a>invalid argument</a>.
Expand Down