|
5 | 5 | <title>Translator and Language Detector APIs</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 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"> |
9 | 9 | <link href="https://webmachinelearning.github.io/translation-api" rel="canonical"> |
10 | 10 | <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"> |
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>/* Boilerplate: style-autolinks */ |
|
304 | 304 | </style> |
305 | 305 | <style>/* Boilerplate: style-counters */ |
306 | 306 | body { |
307 | | - counter-reset: example figure issue; |
| 307 | + counter-reset: example figure issue table; |
308 | 308 | } |
309 | 309 | .issue { |
310 | 310 | counter-increment: issue; |
|
330 | 330 | figcaption:not(.no-marker)::before { |
331 | 331 | content: "Figure " counter(figure) " "; |
332 | 332 | } |
| 333 | + |
| 334 | +figure.table figcaption { |
| 335 | + counter-increment: table; |
| 336 | +} |
| 337 | +figure.table figcaption:not(.no-marker)::before { |
| 338 | + content: "Table " counter(table) " "; |
| 339 | +} |
333 | 340 | </style> |
334 | 341 | <style>/* Boilerplate: style-dfn-panel */ |
335 | 342 | :root { |
|
691 | 698 | c-[vm] { color: #cb4b16 } /* Name.Variable.Magic */ |
692 | 699 | c-[il] { color: #657b83 } /* Literal.Number.Integer.Long */ |
693 | 700 | } |
| 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 | +} |
694 | 725 | </style> |
695 | 726 | <style>/* Boilerplate: style-var-click-highlighting */ |
696 | 727 | /* |
|
743 | 774 | </p> |
744 | 775 | <h1 class="no-ref p-name" id="title">Translator and Language Detector APIs</h1> |
745 | 776 | <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> |
747 | 778 | <details open> |
748 | 779 | <summary>More details about this document</summary> |
749 | 780 | <div data-fill-with="spec-metadata"> |
@@ -833,7 +864,7 @@ <h2 class="no-num no-ref no-toc" id="contents">Table of Contents</h2> |
833 | 864 | <a href="#references"><span class="secno"></span> <span class="content">References</span></a> |
834 | 865 | <ol class="toc"> |
835 | 866 | <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> |
837 | 868 | </ol> |
838 | 869 | <li><a href="#idl-index"><span class="secno"></span> <span class="content">IDL Index</span></a> |
839 | 870 | </ol> |
@@ -1997,7 +2028,7 @@ <h3 class="heading no-num no-ref settled" id="normative"><span class="content">N |
1997 | 2028 | <dt id="biblio-writing-assistance-apis">[WRITING-ASSISTANCE-APIS] |
1998 | 2029 | <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> |
1999 | 2030 | </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> |
2001 | 2032 | <dl> |
2002 | 2033 | <dt id="biblio-bcp47">[BCP47] |
2003 | 2034 | <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