Skip to content

Commit 11f6083

Browse files
Merge pull request #47 from webmachinelearning/dependabot/github_actions/actions-org-640176b5ab
SHA: 67e3891 Reason: push, by michaelwasserman Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1f8511a commit 11f6083

1 file changed

Lines changed: 35 additions & 4 deletions

File tree

index.html

Lines changed: 35 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<title>Proofreader API</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 d113b2e81, updated Tue Jun 9 14:57:55 2026 -0700" name="generator">
99
<link href="https://webmachinelearning.github.io/proofreader-api" rel="canonical">
1010
<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">
1212
<meta content="dark light" name="color-scheme">
1313
<link href="https://www.w3.org/StyleSheets/TR/2021/dark.css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css">
1414
<style>
@@ -312,7 +312,7 @@
312312
</style>
313313
<style>/* Boilerplate: style-counters */
314314
body {
315-
counter-reset: example figure issue;
315+
counter-reset: example figure issue table;
316316
}
317317
.issue {
318318
counter-increment: issue;
@@ -338,6 +338,13 @@
338338
figcaption:not(.no-marker)::before {
339339
content: "Figure " counter(figure) " ";
340340
}
341+
342+
figure.table figcaption {
343+
counter-increment: table;
344+
}
345+
figure.table figcaption:not(.no-marker)::before {
346+
content: "Table " counter(table) " ";
347+
}
341348
</style>
342349
<style>/* Boilerplate: style-dfn-panel */
343350
:root {
@@ -699,6 +706,30 @@
699706
c-[vm] { color: #cb4b16 } /* Name.Variable.Magic */
700707
c-[il] { color: #657b83 } /* Literal.Number.Integer.Long */
701708
}
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+
}
702733
</style>
703734
<style>/* Boilerplate: style-var-click-highlighting */
704735
/*
@@ -751,7 +782,7 @@
751782
</p>
752783
<h1 class="no-ref p-name" id="title">Proofreader API</h1>
753784
<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>
755786
<details open>
756787
<summary>More details about this document</summary>
757788
<div data-fill-with="spec-metadata">

0 commit comments

Comments
 (0)