From bc6884e11960fb950b5384bf54d2606bd3f13f99 Mon Sep 17 00:00:00 2001 From: Marcos Caceres Date: Thu, 7 May 2026 19:16:59 +1000 Subject: [PATCH] chore: export "WebDriver session" dfn for cross-spec xref resolution 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. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index cfe323ff..894b9b95 100644 --- a/index.html +++ b/index.html @@ -2164,7 +2164,7 @@

Processing capabilities

Sessions

-

A WebDriver session represents the +

A WebDriver session represents the logical connection between a local end and a specific remote end. The session object holds state specific to that connection.