Skip to content

Commit 6aebfc5

Browse files
Bump actions/checkout from 6 to 7 in the actions-org group (#75)
SHA: c7b6135 Reason: push, by michaelwasserman Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 64536b7 commit 6aebfc5

1 file changed

Lines changed: 37 additions & 6 deletions

File tree

index.html

Lines changed: 37 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<title>Translator and Language Detector APIs</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 3c53a5b02, updated Thu Nov 27 17:03:30 2025 +0000" 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/translation-api" rel="canonical">
1010
<link href="https://www.w3.org/2008/site/images/favicon.ico" rel="icon">
11-
<meta content="25e79dae38b55afb41138fdaccd5ff7420aed297" name="revision">
11+
<meta content="c7b6135800badac91d6bc5f181cd852c53750e31" 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>/* Boilerplate: style-autolinks */
@@ -304,7 +304,7 @@
304304
</style>
305305
<style>/* Boilerplate: style-counters */
306306
body {
307-
counter-reset: example figure issue;
307+
counter-reset: example figure issue table;
308308
}
309309
.issue {
310310
counter-increment: issue;
@@ -330,6 +330,13 @@
330330
figcaption:not(.no-marker)::before {
331331
content: "Figure " counter(figure) " ";
332332
}
333+
334+
figure.table figcaption {
335+
counter-increment: table;
336+
}
337+
figure.table figcaption:not(.no-marker)::before {
338+
content: "Table " counter(table) " ";
339+
}
333340
</style>
334341
<style>/* Boilerplate: style-dfn-panel */
335342
:root {
@@ -691,6 +698,30 @@
691698
c-[vm] { color: #cb4b16 } /* Name.Variable.Magic */
692699
c-[il] { color: #657b83 } /* Literal.Number.Integer.Long */
693700
}
701+
702+
@media print {
703+
/* Darken colors for print that would otherwise print too faintly */
704+
c-[c] { color: #555555 } /* Comment */
705+
c-[d] { color: #555555 } /* Comment.Multiline */
706+
c-[cp] { color: #555555 } /* Comment.Preproc */
707+
c-[c1] { color: #555555 } /* Comment.Single */
708+
c-[cs] { color: #555555 } /* Comment.Special */
709+
c-[o] { color: #222222 } /* Operator */
710+
c-[p] { color: #222222 } /* Punctuation */
711+
c-[ow] { color: #222222 } /* Operator.Word */
712+
c-[s] { color: #664400 } /* Literal.String */
713+
c-[t] { color: #664400 } /* Literal.String.Single */
714+
c-[u] { color: #664400 } /* Literal.String.Double */
715+
c-[sb] { color: #664400 } /* Literal.String.Backtick */
716+
c-[sc] { color: #664400 } /* Literal.String.Char */
717+
c-[sd] { color: #664400 } /* Literal.String.Doc */
718+
c-[se] { color: #664400 } /* Literal.String.Escape */
719+
c-[sh] { color: #664400 } /* Literal.String.Heredoc */
720+
c-[si] { color: #664400 } /* Literal.String.Interpol */
721+
c-[sx] { color: #664400 } /* Literal.String.Other */
722+
c-[sr] { color: #664400 } /* Literal.String.Regex */
723+
c-[ss] { color: #664400 } /* Literal.String.Symbol */
724+
}
694725
</style>
695726
<style>/* Boilerplate: style-var-click-highlighting */
696727
/*
@@ -743,7 +774,7 @@
743774
</p>
744775
<h1 class="no-ref p-name" id="title">Translator and Language Detector APIs</h1>
745776
<p id="w3c-state"><a href="https://www.w3.org/standards/types/#CG-DRAFT">Draft Community Group Report</a>,
746-
<time class="dt-updated" datetime="2026-01-22">22 January 2026</time></p>
777+
<time class="dt-updated" datetime="2026-06-22">22 June 2026</time></p>
747778
<details open>
748779
<summary>More details about this document</summary>
749780
<div data-fill-with="spec-metadata">
@@ -833,7 +864,7 @@ <h2 class="no-num no-ref no-toc" id="contents">Table of Contents</h2>
833864
<a href="#references"><span class="secno"></span> <span class="content">References</span></a>
834865
<ol class="toc">
835866
<li><a href="#normative"><span class="secno"></span> <span class="content">Normative References</span></a>
836-
<li><a href="#informative"><span class="secno"></span> <span class="content">Informative References</span></a>
867+
<li><a href="#informative"><span class="secno"></span> <span class="content">Non-Normative References</span></a>
837868
</ol>
838869
<li><a href="#idl-index"><span class="secno"></span> <span class="content">IDL Index</span></a>
839870
</ol>
@@ -1997,7 +2028,7 @@ <h3 class="heading no-num no-ref settled" id="normative"><span class="content">N
19972028
<dt id="biblio-writing-assistance-apis">[WRITING-ASSISTANCE-APIS]
19982029
<dd><a href="https://webmachinelearning.github.io/writing-assistance-apis/"><cite>Writing Assistance APIs</cite></a>. Draft Community Group Report. URL: <a href="https://webmachinelearning.github.io/writing-assistance-apis/">https://webmachinelearning.github.io/writing-assistance-apis/</a>
19992030
</dl>
2000-
<h3 class="heading no-num no-ref settled" id="informative"><span class="content">Informative References</span><a class="self-link" href="#informative"></a></h3>
2031+
<h3 class="heading no-num no-ref settled" id="informative"><span class="content">Non-Normative References</span><a class="self-link" href="#informative"></a></h3>
20012032
<dl>
20022033
<dt id="biblio-bcp47">[BCP47]
20032034
<dd>A. Phillips, Ed.; M. Davis, Ed.. <a href="https://www.rfc-editor.org/rfc/rfc5646"><cite>Tags for Identifying Languages</cite></a>. September 2009. Best Current Practice. URL: <a href="https://www.rfc-editor.org/rfc/rfc5646">https://www.rfc-editor.org/rfc/rfc5646</a>

0 commit comments

Comments
 (0)