Skip to content

Commit

Permalink
Update 2024/btt-wg.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker committed Mar 8, 2024
1 parent 9fc8ac7 commit 28011c2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions 2024/btt-wg.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,14 +182,24 @@ <h3>
<dt id="webdriver" class="spec"><a href="https://www.w3.org/TR/webdriver/">WebDriver</a></dt>
<dd>
<p>WebDriver is a remote control interface that enables introspection and control of user agents. It provides a platform- and language-neutral wire protocol as a way for out-of-process programs to remotely instruct the behavior of web browsers.</p>
<p class="draft-status"><b>Draft state:</b> <a href="https://www.w3.org/TR/webdriver/">Working Draft</a>.</p>
<p class="milestone"><b>Expected completion:</b> <i class="todo">[Q1–4 yyyy]</i></p>
<p><b>Adopted Draft:</b> WebDriver, <a href="https://www.w3.org/TR/2019/WD-webdriver2-20190912/">https://www.w3.org/TR/2019/WD-webdriver2-20190912/</a>, 12 September 2019.
<p><b>Exclusion Draft:</b> WebDriver, <a href="https://www.w3.org/TR/2019/WD-webdriver2-20190912/">https://www.w3.org/TR/2019/WD-webdriver2-20190912/</a>, 12 September 2019.<br>
<a href='https://www.w3.org/Consortium/Process/#exclusion-draft'>Exclusion Draft</a> began on 12 September 2019, and ended on 11 February 2020.
<p><b>Exclusion Draft Charter:</b> <a href="https://www.w3.org/2018/12/browser-testing-tools.html">https://www.w3.org/2018/12/browser-testing-tools.html</a>
</dd>
<dt id="webdriver-bidi" class="spec"><a href="https://w3c.github.io/webdriver-bidi/">WebDriver Bidirectional Protocol</a></dt>
<dd>
<p>The WebDriver Bidirectional Protocol extends WebDriver by introducing a bidirectional communication mechanism; in place of the strict command/response format of WebDriver, that bidirectional communication mechanism permits events to stream from the user agent to the controlling software, better matching the evented nature of the browser DOM.</p>
<p class="draft-status"><b>Draft state:</b> <a href="https://w3c.github.io/webdriver-bidi/">Editor's Draft</a></p>
<p class="milestone"><b>Expected completion:</b> <i class="todo">[Q1–4 yyyy]</i></p>
</dd>
<dt id="at-driver" class="spec"><a href="https://w3c.github.io/at-driver/">AT Driver</a></dt>
<dd>
<p>AT Driver defines a protocol for introspection and remote control of assistive technology (AT) such as screen readers, using a bidirectional communication channel.</p>
<p class="draft-status"><b>Draft state:</b> <a href="https://w3c.github.io/at-driver/">Editor's Draft</a></p>
<p class="milestone"><b>Expected completion:</b> <i class="todo">[Q1–4 yyyy]</i></p>
</dd>
</dl>
</section>
Expand Down

0 comments on commit 28011c2

Please sign in to comment.