Skip to content

Commit 463f7ed

Browse files
chore: export "WebDriver session" dfn for cross-spec xref resolution (#1959)
The "session" dfn lacked data-export, preventing other specs from referencing it via [=WebDriver session=] with data-cite="webdriver". Needed by w3c-fedid/digital-credentials#381 which defines WebDriver BiDi extension commands that reference the session concept. Uses data-local-lt="sessions" to preserve existing internal links without exporting the generic plural term.
1 parent 6bd15e4 commit 463f7ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2164,7 +2164,7 @@ <h3>Processing capabilities</h3>
21642164
<section>
21652165
<h2>Sessions</h2>
21662166

2167-
<p>A WebDriver <dfn data-lt="sessions">session</dfn> represents the
2167+
<p>A WebDriver <dfn data-lt="WebDriver session" data-local-lt="sessions" data-export>session</dfn> represents the
21682168
logical connection between a <a>local end</a> and a
21692169
specific <a>remote end</a>. The <a>session</a> object holds state
21702170
specific to that connection.

0 commit comments

Comments
 (0)