Skip to content

Commit 971e052

Browse files
Merge pull request #990 from carlosjeurissen/persistence-of-states-uninstallurl
SHA: d11c694 Reason: push, by oliverdunk Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7fb042f commit 971e052

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

specification/webdriver-classic.html

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<title>webdriver-classic</title>
66
<meta content="CG-DRAFT" name="w3c-status">
77
<link href="https://www.w3.org/StyleSheets/TR/2021/cg-draft" rel="stylesheet">
8-
<meta content="Bikeshed version 0ef803fdf, updated Tue Jan 6 11:59:39 2026 -0800" name="generator">
8+
<meta content="Bikeshed version 0a3d88311, updated Mon May 4 18:07:03 2026 +0000" name="generator">
99
<link href="https://w3c.github.io/webextensions/specification/webdriver-classic.html" rel="canonical">
10-
<meta content="9e3a4baafe18845d2ef792f01ab4f37d275f8e79" name="revision">
10+
<meta content="d11c694c6b4d47b58b8663387e1a2f06521bbff0" name="revision">
1111
<meta content="dark light" name="color-scheme">
1212
<link href="https://www.w3.org/StyleSheets/TR/2021/dark.css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css">
1313
<style>/* Boilerplate: style-autolinks */
@@ -303,7 +303,7 @@
303303
</style>
304304
<style>/* Boilerplate: style-counters */
305305
body {
306-
counter-reset: example figure issue;
306+
counter-reset: example figure issue table;
307307
}
308308
.issue {
309309
counter-increment: issue;
@@ -329,6 +329,13 @@
329329
figcaption:not(.no-marker)::before {
330330
content: "Figure " counter(figure) " ";
331331
}
332+
333+
figure.table figcaption {
334+
counter-increment: table;
335+
}
336+
figure.table figcaption:not(.no-marker)::before {
337+
content: "Table " counter(table) " ";
338+
}
332339
</style>
333340
<style>/* Boilerplate: style-issues */
334341
a[href].issue-return {
@@ -416,7 +423,7 @@
416423
</p>
417424
<h1 class="no-ref p-name" id="title">webdriver-classic</h1>
418425
<p id="w3c-state"><a href="https://www.w3.org/standards/types/#CG-DRAFT">Draft Community Group Report</a>,
419-
<time class="dt-updated" datetime="2026-04-09">9 April 2026</time></p>
426+
<time class="dt-updated" datetime="2026-05-06">6 May 2026</time></p>
420427
<details open>
421428
<summary>More details about this document</summary>
422429
<div data-fill-with="spec-metadata">

0 commit comments

Comments
 (0)