|
5 | 5 | <title>Proofreader API</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 d113b2e81, updated Tue Jun 9 14:57:55 2026 -0700" name="generator"> |
9 | 9 | <link href="https://webmachinelearning.github.io/proofreader-api" rel="canonical"> |
10 | 10 | <link href="https://www.w3.org/2008/site/images/favicon.ico" rel="icon"> |
11 | | - <meta content="bf77519ac8bb2d038dac7544ed1758b0283066c4" name="revision"> |
| 11 | + <meta content="67e3891d1df1a29b414616a3a88a0c7df0c4aeff" name="revision"> |
12 | 12 | <meta content="dark light" name="color-scheme"> |
13 | 13 | <link href="https://www.w3.org/StyleSheets/TR/2021/dark.css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css"> |
14 | 14 | <style> |
|
312 | 312 | </style> |
313 | 313 | <style>/* Boilerplate: style-counters */ |
314 | 314 | body { |
315 | | - counter-reset: example figure issue; |
| 315 | + counter-reset: example figure issue table; |
316 | 316 | } |
317 | 317 | .issue { |
318 | 318 | counter-increment: issue; |
|
338 | 338 | figcaption:not(.no-marker)::before { |
339 | 339 | content: "Figure " counter(figure) " "; |
340 | 340 | } |
| 341 | + |
| 342 | +figure.table figcaption { |
| 343 | + counter-increment: table; |
| 344 | +} |
| 345 | +figure.table figcaption:not(.no-marker)::before { |
| 346 | + content: "Table " counter(table) " "; |
| 347 | +} |
341 | 348 | </style> |
342 | 349 | <style>/* Boilerplate: style-dfn-panel */ |
343 | 350 | :root { |
|
699 | 706 | c-[vm] { color: #cb4b16 } /* Name.Variable.Magic */ |
700 | 707 | c-[il] { color: #657b83 } /* Literal.Number.Integer.Long */ |
701 | 708 | } |
| 709 | + |
| 710 | +@media print { |
| 711 | + /* Darken colors for print that would otherwise print too faintly */ |
| 712 | + c-[c] { color: #555555 } /* Comment */ |
| 713 | + c-[d] { color: #555555 } /* Comment.Multiline */ |
| 714 | + c-[cp] { color: #555555 } /* Comment.Preproc */ |
| 715 | + c-[c1] { color: #555555 } /* Comment.Single */ |
| 716 | + c-[cs] { color: #555555 } /* Comment.Special */ |
| 717 | + c-[o] { color: #222222 } /* Operator */ |
| 718 | + c-[p] { color: #222222 } /* Punctuation */ |
| 719 | + c-[ow] { color: #222222 } /* Operator.Word */ |
| 720 | + c-[s] { color: #664400 } /* Literal.String */ |
| 721 | + c-[t] { color: #664400 } /* Literal.String.Single */ |
| 722 | + c-[u] { color: #664400 } /* Literal.String.Double */ |
| 723 | + c-[sb] { color: #664400 } /* Literal.String.Backtick */ |
| 724 | + c-[sc] { color: #664400 } /* Literal.String.Char */ |
| 725 | + c-[sd] { color: #664400 } /* Literal.String.Doc */ |
| 726 | + c-[se] { color: #664400 } /* Literal.String.Escape */ |
| 727 | + c-[sh] { color: #664400 } /* Literal.String.Heredoc */ |
| 728 | + c-[si] { color: #664400 } /* Literal.String.Interpol */ |
| 729 | + c-[sx] { color: #664400 } /* Literal.String.Other */ |
| 730 | + c-[sr] { color: #664400 } /* Literal.String.Regex */ |
| 731 | + c-[ss] { color: #664400 } /* Literal.String.Symbol */ |
| 732 | +} |
702 | 733 | </style> |
703 | 734 | <style>/* Boilerplate: style-var-click-highlighting */ |
704 | 735 | /* |
|
751 | 782 | </p> |
752 | 783 | <h1 class="no-ref p-name" id="title">Proofreader API</h1> |
753 | 784 | <p id="w3c-state"><a href="https://www.w3.org/standards/types/#CG-DRAFT">Draft Community Group Report</a>, |
754 | | - <time class="dt-updated" datetime="2026-03-05">5 March 2026</time></p> |
| 785 | + <time class="dt-updated" datetime="2026-06-22">22 June 2026</time></p> |
755 | 786 | <details open> |
756 | 787 | <summary>More details about this document</summary> |
757 | 788 | <div data-fill-with="spec-metadata"> |
|
0 commit comments