Skip to content

Commit 59de6f6

Browse files
Add 'export' class to definition terms to be referenced in the Digital Credentials API (#1945)
SHA: cc4c0d2 Reason: push, by sadym-chromium Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a32c71f commit 59de6f6

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
.mdn .samsunginternet_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/samsung-internet/samsung-internet.svg)}
177177
.mdn .webview_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/android-webview/android-webview.png)}
178178
</style>
179-
<meta name="revision" content="8d7f8f85d9908723dffe7bd0cca4c0ed7fd25ccd">
179+
<meta name="revision" content="cc4c0d2b52cc99b0d6c6d60fad8b481f51bffa33">
180180
<meta name="description" content="WebDriver is a remote control interface
181181
that enables introspection and control of user agents.
182182
It provides a platform- and language-neutral wire protocol
@@ -289,15 +289,15 @@
289289
],
290290
"profile": "web-platform"
291291
},
292-
"gitRevision": "8d7f8f85d9908723dffe7bd0cca4c0ed7fd25ccd",
293-
"publishISODate": "2026-01-28T00:00:00.000Z",
294-
"generatedSubtitle": "W3C Editor's Draft 28 January 2026"
292+
"gitRevision": "cc4c0d2b52cc99b0d6c6d60fad8b481f51bffa33",
293+
"publishISODate": "2026-02-06T00:00:00.000Z",
294+
"generatedSubtitle": "W3C Editor's Draft 06 February 2026"
295295
}</script>
296296
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED"></head><body data-cite="WEBIDL CSSOM-VIEW GEOMETRY-1 fileapi HTML INFRA URL WEBIDL DOM FETCH" class="h-entry"><div class="head">
297297
<p class="logos"><a class="logo" href="https://www.w3.org/"><img crossorigin="" alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72">
298298
</a></p>
299299
<h1 id="title" class="title">WebDriver</h1>
300-
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2026-01-28">28 January 2026</time></p>
300+
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2026-02-06">06 February 2026</time></p>
301301
<details open="">
302302
<summary>More details about this document</summary>
303303
<dl>
@@ -649,7 +649,7 @@ <h1 id="title" class="title">WebDriver</h1>
649649
a specific <a href="#dfn-intermediary-nodes" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-intermediary-nodes-1">intermediary node</a> and an <a href="#dfn-endpoint-node" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-endpoint-node-1">endpoint node</a> are
650650
said to be <dfn id="dfn-upstream" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn">upstream</dfn> of the <a href="#dfn-endpoint-node" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-endpoint-node-2">endpoint node</a>.
651651

652-
</dd><dt><dfn data-plurals="endpoint nodes" id="dfn-endpoint-node" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn">Endpoint node</dfn>
652+
</dd><dt><dfn class="export" data-export="" data-plurals="endpoint nodes" id="dfn-endpoint-node" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn">Endpoint node</dfn>
653653
</dt><dd>An endpoint node is the final <a href="#dfn-remote-ends" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-remote-ends-4">remote end</a>
654654
in a chain of nodes that is not an <a href="#dfn-intermediary-nodes" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-intermediary-nodes-2">intermediary node</a>.
655655
The endpoint node is implemented by a user agent or a similar program.
@@ -2183,7 +2183,7 @@ <h1 id="title" class="title">WebDriver</h1>
21832183
</li><li><p>Return <a href="#dfn-success" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-success-7">success</a> with data <a href="#dfn-null" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-null-5"><code>null</code></a>.
21842184
</p></li></ol>
21852185

2186-
<p>When required to <dfn id="dfn-validate-capabilities" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn">validate capabilities</dfn> with
2186+
<p>When required to <dfn class="export" data-export="" id="dfn-validate-capabilities" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn">validate capabilities</dfn> with
21872187
argument <var>capabilities</var>:
21882188

21892189
</p><ol>
@@ -2328,7 +2328,7 @@ <h1 id="title" class="title">WebDriver</h1>
23282328
</p></aside></div>
23292329

23302330
<p>
2331-
When <dfn id="dfn-matching-capabilities" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn">matching capabilities</dfn> given
2331+
When <dfn class="export" data-export="" id="dfn-matching-capabilities" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn">matching capabilities</dfn> given
23322332
JSON <a href="#dfn-object" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-object-20">Object</a> <var>capabilities</var>, and a <a href="#dfn-session-configuration-flags" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-session-configuration-flags-2">session
23332333
configuration flags</a> <var>flags</var>, an <a href="#dfn-endpoint-node" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-endpoint-node-11">endpoint node</a>
23342334
must take the following steps:
@@ -14281,7 +14281,7 @@ <h1 id="title" class="title">WebDriver</h1>
1428114281
<dl class="bibliography"><dt id="bib-accname-1.1">[accname-1.1]</dt><dd>
1428214282
<a href="https://www.w3.org/TR/accname-1.1/"><cite>Accessible Name and Description Computation 1.1</cite></a>. Joanmarie Diggs; Bryan Garaventa; Michael Cooper. W3C. 18 December 2018. W3C Recommendation. URL: <a href="https://www.w3.org/TR/accname-1.1/">https://www.w3.org/TR/accname-1.1/</a>
1428314283
</dd><dt id="bib-csp3">[CSP3]</dt><dd>
14284-
<a href="https://www.w3.org/TR/CSP3/"><cite>Content Security Policy Level 3</cite></a>. Mike West; Antonio Sartori. W3C. 6 November 2025. W3C Working Draft. URL: <a href="https://www.w3.org/TR/CSP3/">https://www.w3.org/TR/CSP3/</a>
14284+
<a href="https://www.w3.org/TR/CSP3/"><cite>Content Security Policy Level 3</cite></a>. Mike West; Antonio Sartori. W3C. 6 February 2026. W3C Working Draft. URL: <a href="https://www.w3.org/TR/CSP3/">https://www.w3.org/TR/CSP3/</a>
1428514285
</dd><dt id="bib-css-cascade-4">[CSS-CASCADE-4]</dt><dd>
1428614286
<a href="https://www.w3.org/TR/css-cascade-4/"><cite>CSS Cascading and Inheritance Level 4</cite></a>. Elika Etemad; Tab Atkins Jr. W3C. 13 January 2022. W3C Candidate Recommendation. URL: <a href="https://www.w3.org/TR/css-cascade-4/">https://www.w3.org/TR/css-cascade-4/</a>
1428714287
</dd><dt id="bib-css-device-adapt">[CSS-DEVICE-ADAPT]</dt><dd>
@@ -14371,7 +14371,7 @@ <h1 id="title" class="title">WebDriver</h1>
1437114371
</dd><dt id="bib-wai-aria-1.2">[wai-aria-1.2]</dt><dd>
1437214372
<a href="https://www.w3.org/TR/wai-aria-1.2/"><cite>Accessible Rich Internet Applications (WAI-ARIA) 1.2</cite></a>. Joanmarie Diggs; James Nurthen; Michael Cooper; Carolyn MacLeod. W3C. 6 June 2023. W3C Recommendation. URL: <a href="https://www.w3.org/TR/wai-aria-1.2/">https://www.w3.org/TR/wai-aria-1.2/</a>
1437314373
</dd><dt id="bib-webdriver-bidi">[WebDriver-BiDi]</dt><dd>
14374-
<a href="https://www.w3.org/TR/webdriver-bidi/"><cite>WebDriver BiDi</cite></a>. James Graham; Alex Rudenko; Maksim Sadym. W3C. 20 January 2026. W3C Working Draft. URL: <a href="https://www.w3.org/TR/webdriver-bidi/">https://www.w3.org/TR/webdriver-bidi/</a>
14374+
<a href="https://www.w3.org/TR/webdriver-bidi/"><cite>WebDriver BiDi</cite></a>. James Graham; Alex Rudenko; Maksim Sadym. W3C. 28 January 2026. W3C Working Draft. URL: <a href="https://www.w3.org/TR/webdriver-bidi/">https://www.w3.org/TR/webdriver-bidi/</a>
1437514375
</dd><dt id="bib-webidl">[WEBIDL]</dt><dd>
1437614376
<a href="https://webidl.spec.whatwg.org/"><cite>Web IDL Standard</cite></a>. Edgar Chen; Timothy Gu. WHATWG. Living Standard. URL: <a href="https://webidl.spec.whatwg.org/">https://webidl.spec.whatwg.org/</a>
1437714377
</dd><dt id="bib-xpath">[XPATH]</dt><dd>
@@ -14727,7 +14727,7 @@ <h1 id="title" class="title">WebDriver</h1>
1472714727
<span class="caret"></span>
1472814728
<div>
1472914729
<a class="self-link" href="#dfn-endpoint-node" aria-label="Permalink for definition: Endpoint node. Activate to close this dialog.">Permalink</a>
14730-
14730+
<span class="marker dfn-exported" title="Definition can be referenced by other specifications">exported</span>
1473114731
</div>
1473214732
<p><b>Referenced in:</b></p>
1473314733
<ul>
@@ -16767,7 +16767,7 @@ <h1 id="title" class="title">WebDriver</h1>
1676716767
<span class="caret"></span>
1676816768
<div>
1676916769
<a class="self-link" href="#dfn-validate-capabilities" aria-label="Permalink for definition: validate capabilities. Activate to close this dialog.">Permalink</a>
16770-
16770+
<span class="marker dfn-exported" title="Definition can be referenced by other specifications">exported</span>
1677116771
</div>
1677216772
<p><b>Referenced in:</b></p>
1677316773
<ul>
@@ -16793,7 +16793,7 @@ <h1 id="title" class="title">WebDriver</h1>
1679316793
<span class="caret"></span>
1679416794
<div>
1679516795
<a class="self-link" href="#dfn-matching-capabilities" aria-label="Permalink for definition: matching capabilities. Activate to close this dialog.">Permalink</a>
16796-
16796+
<span class="marker dfn-exported" title="Definition can be referenced by other specifications">exported</span>
1679716797
</div>
1679816798
<p><b>Referenced in:</b></p>
1679916799
<ul>

0 commit comments

Comments
 (0)