Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Updated for review comments
  • Loading branch information
AutomatedTester committed May 26, 2020
commit 4dc54209c2f923b0e036bd23e4b1fc7d1ba4d47c
19 changes: 9 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5181,7 +5181,7 @@ <h4><dfn>Get Computed Role</dfn></h4>
</table>

<p>The <a>remote end steps</a> are:

<ol>
<li><p>If the <a>current browsing context</a> is <a>no longer open</a>,
return <a>error</a> with <a>error code</a> <a>no such window</a>.
Expand Down Expand Up @@ -5214,15 +5214,15 @@ <h4><dfn>Get Computed Label</dfn></h4>
</table>

<p>The <a>remote end steps</a> are:

<ol>
<li>
<p>If the <a>current browsing context</a> is <a>no longer open</a>,
return <a>error</a> with <a>error code</a> <a>no such window</a>.

<li><p><a>Handle any user prompts</a>
and return its value if it is an <a>error</a>.

<li><p>Let <var>element</var> be the result
of <a>trying</a> to <a>get a known connected element</a>
with <a>url variable</a> <var>element id</var>.
Expand Down Expand Up @@ -5913,10 +5913,10 @@ <h4><dfn>Element Send Keys</dfn></h4>
<dt>Otherwise
<dd>
<ol>
<li><p>If <var>element</var> does not currently have focus,
<li><p>If <var>element</var> does not currently have focus,
let <var>current text length</var> be the
<a>string length</a> of <var><a>element</a></var>’s <a>API value</a>.

<li><p>Set the text insertion caret using <a>set selection range</a>
using <var>current text length</var> for both the <code>start</code>
and <code>end</code> parameters.
Expand Down Expand Up @@ -9592,18 +9592,17 @@ <h2>Index</h2>
-->

<dl>
<dt>ARIA
<dt>ARIA and related specifications
<dd>
<p>The following terms are defined
in the Accessible Rich Internet Applications (WAI-ARIA) 1.2 specification: [wai-aria-1.2]
in the Accessible Rich Internet Applications (WAI-ARIA) 1.2 specification: [[wai-aria-1.2]]
<ul>
<li><dfn><a href="https://w3c.github.io/aria/#introroles">WAI-ARIA role</a></dfn>
</ul>

<dt>Accessible Name and Description Computation
<dd>
<p>The following terms are defined
in the Accessible Name and Description Computation 1.1 specification: [accname-1.1]
in the Accessible Name and Description Computation 1.1 specification: [[accname-1.1]]
<ul>
<li><dfn><a href="https://www.w3.org/TR/accname-1.1/#dfn-accessible-name">Accessible Name</a></dfn>
<li><dfn><a data-lt="ARIA computation" href="https://www.w3.org/TR/accname-1.1/#mapping_additional_nd_te">Accessible
Expand Down