Skip to content

Commit b2a2834

Browse files
authored
Merge branch 'w3c:gh-pages' into json-ld-wg
2 parents cdf60cc + 5512fc9 commit b2a2834

14 files changed

+2699
-461
lines changed

2023/did-wg.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ <h1 id="title"><i class="todo">PROPOSED</i> Decentralized Identifier Working Gro
8080
<a href="https://www.w3.org/2019/did-wg/">Decentralized Identifier Working Group</a>
8181
is two-fold. First, it will maintain the <a href="https://www.w3.org/TR/did-core/">Decentralized Identifiers (DIDs)</a>
8282
specification and related Working Group Notes.
83-
Second, it will define common requirements, algorithms, architectural options, and various considerations for the DID resolution and DID URL dereferencing processes.
83+
Second, it will seek consensus around the best way to achieve effective interoperability through common requirements, algorithms, architectural options, and various considerations for the DID resolution and DID URL dereferencing processes.
8484
</p>
8585

8686
<div class="noprint">
@@ -116,7 +116,7 @@ <h1 id="title"><i class="todo">PROPOSED</i> Decentralized Identifier Working Gro
116116
Chairs
117117
</th>
118118
<td>
119-
TBD
119+
Daniel Burnett (Invited Expert), Gabe Cohen (Block, Inc)
120120
</td>
121121
</tr>
122122
<tr>

2024/btt-wg.html

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,14 +182,21 @@ <h3>
182182
<dt id="webdriver" class="spec"><a href="https://www.w3.org/TR/webdriver/">WebDriver</a></dt>
183183
<dd>
184184
<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>
185+
<p class="draft-status"><b>Draft state:</b> <a href="https://www.w3.org/TR/webdriver/">Working Draft</a>.</p>
186+
<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.
187+
<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>
188+
<a href='https://www.w3.org/Consortium/Process/#exclusion-draft'>Exclusion Draft</a> began on 12 September 2019, and ended on 11 February 2020.
189+
<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>
185190
</dd>
186191
<dt id="webdriver-bidi" class="spec"><a href="https://w3c.github.io/webdriver-bidi/">WebDriver Bidirectional Protocol</a></dt>
187192
<dd>
188193
<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>
194+
<p class="draft-status"><b>Draft state:</b> <a href="https://w3c.github.io/webdriver-bidi/">Editor's Draft</a></p>
189195
</dd>
190196
<dt id="at-driver" class="spec"><a href="https://w3c.github.io/at-driver/">AT Driver</a></dt>
191197
<dd>
192198
<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>
199+
<p class="draft-status"><b>Draft state:</b> <a href="https://w3c.github.io/at-driver/">Editor's Draft</a></p>
193200
</dd>
194201
</dl>
195202
</section>
@@ -213,7 +220,6 @@ <h3>
213220
<h2>Success Criteria</h2>
214221

215222
<!-- Testing and interop -->
216-
<p>In order to advance to <a href="https://www.w3.org/Consortium/Process/#RecsPR" title="Proposed Recommendation">Proposed Recommendation</a>, each normative specification is expected to have <a href="https://www.w3.org/Consortium/Process/#implementation-experience">at least two independent interoperable implementations</a> of every feature defined in the specification, where interoperability can be verified by passing open test suites, and two or more implementations interoperating with each other. In order to advance to Proposed Recommendation, each normative specification must have an open test suite of every feature defined in the specification.</p>
217223

218224
<p>To promote interoperability, all changes made to specifications in Candidate Recommendation or to features that have deployed implementations will have <a href='https://www.w3.org/2019/02/testing-policy.html'>tests</a>. Testing efforts will be conducted via the <a href="https://github.com/web-platform-tests/wpt">Web Platform Tests</a> project.</p>
219225

@@ -248,6 +254,18 @@ <h3 id="w3c-coordination">W3C Groups</h3>
248254
</dl>
249255
</section>
250256

257+
<section>
258+
<h3 id="external-coordination">External Organizations</h3>
259+
<dl>
260+
<dt><a href="https://web-platform-tests.org">Web Platform Tests project</a></dt>
261+
<dd>Coordination on mechanisms for automating tests that cannot be written purely using web-platform APIs.</dd>
262+
</dl>
263+
<dl>
264+
<dt><a href="https://whatwg.org/">WHATWG</a></dt>
265+
<dd>Coordination on the <a href="https://testutils.spec.whatwg.org/">Test Utils</a> specification, which defines a set of APIs for use in tests but not suitable to enable for end users — and the primary client for which is the <a href="https://web-platform-tests.org">Web Platform Tests</a> project’s <a href="https://github.com/web-platform-tests/wpt/">web-platform-tests</a> testsuite.</dd>
266+
</dl>
267+
</section>
268+
251269
<section class="participation">
252270
<h2 id="participation">
253271
Participation
@@ -262,7 +280,7 @@ <h2 id="participation">
262280
The group also welcomes non-Members to contribute technical submissions for consideration upon their agreement to the terms of the <a href="https://www.w3.org/Consortium/Patent-Policy/">W3C Patent Policy</a>.
263281
</p>
264282
<p>Participants in the group are required (by the <a href="https://www.w3.org/Consortium/Process/#ParticipationCriteria">W3C Process</a>) to follow the
265-
W3C <a href="https://www.w3.org/Consortium/cepc/">Code of Ethics and Professional Conduct</a>.</p>
283+
W3C <a href="https://www.w3.org/policies/code-of-conduct/">Code of Conduct</a>.</p>
266284
</section>
267285

268286
<section id="communication">
@@ -491,7 +509,6 @@ <h3>
491509
2023‑08‑10
492510
</td>
493511
<td>WebDriver BiDi deliverable added.<br>
494-
AT Driver deliverable added.<br>
495512
New Patent Policy 2020.
496513
</td>
497514
</tr>
@@ -520,7 +537,7 @@ <h3>
520537
2026-nn-nn
521538
</td>
522539
<td>
523-
No changes in scope or deliverables.
540+
AT Driver deliverable added.
524541
</td>
525542
</tr>
526543
</tbody>

0 commit comments

Comments
 (0)