|
5 | 5 | <title>webdriver-classic</title> |
6 | 6 | <meta content="CG-DRAFT" name="w3c-status"> |
7 | 7 | <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"> |
9 | 9 | <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"> |
11 | 11 | <meta content="dark light" name="color-scheme"> |
12 | 12 | <link href="https://www.w3.org/StyleSheets/TR/2021/dark.css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css"> |
13 | 13 | <style>/* Boilerplate: style-autolinks */ |
|
303 | 303 | </style> |
304 | 304 | <style>/* Boilerplate: style-counters */ |
305 | 305 | body { |
306 | | - counter-reset: example figure issue; |
| 306 | + counter-reset: example figure issue table; |
307 | 307 | } |
308 | 308 | .issue { |
309 | 309 | counter-increment: issue; |
|
329 | 329 | figcaption:not(.no-marker)::before { |
330 | 330 | content: "Figure " counter(figure) " "; |
331 | 331 | } |
| 332 | + |
| 333 | +figure.table figcaption { |
| 334 | + counter-increment: table; |
| 335 | +} |
| 336 | +figure.table figcaption:not(.no-marker)::before { |
| 337 | + content: "Table " counter(table) " "; |
| 338 | +} |
332 | 339 | </style> |
333 | 340 | <style>/* Boilerplate: style-issues */ |
334 | 341 | a[href].issue-return { |
|
416 | 423 | </p> |
417 | 424 | <h1 class="no-ref p-name" id="title">webdriver-classic</h1> |
418 | 425 | <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> |
420 | 427 | <details open> |
421 | 428 | <summary>More details about this document</summary> |
422 | 429 | <div data-fill-with="spec-metadata"> |
|
0 commit comments