|
5 | 5 | <title>WebMCP</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 ffb4274fd, updated Thu Apr 16 23:47:54 2026 +0000" name="generator"> |
9 | 9 | <link href="https://webmachinelearning.github.io/webmcp" rel="canonical"> |
10 | 10 | <link href="https://www.w3.org/2008/site/images/favicon.ico" rel="icon"> |
11 | | - <meta content="138091043124a5662333b5863b482fe969de1718" name="revision"> |
| 11 | + <meta content="a383af10effa5b635a1ecd99c859f60820a622cf" 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> |
|
364 | 364 | </style> |
365 | 365 | <style>/* Boilerplate: style-counters */ |
366 | 366 | body { |
367 | | - counter-reset: example figure issue; |
| 367 | + counter-reset: example figure issue table; |
368 | 368 | } |
369 | 369 | .issue { |
370 | 370 | counter-increment: issue; |
|
390 | 390 | figcaption:not(.no-marker)::before { |
391 | 391 | content: "Figure " counter(figure) " "; |
392 | 392 | } |
| 393 | + |
| 394 | +figure.table figcaption { |
| 395 | + counter-increment: table; |
| 396 | +} |
| 397 | +figure.table figcaption:not(.no-marker)::before { |
| 398 | + content: "Table " counter(table) " "; |
| 399 | +} |
393 | 400 | </style> |
394 | 401 | <style>/* Boilerplate: style-dfn-panel */ |
395 | 402 | :root { |
|
751 | 758 | c-[vm] { color: #cb4b16 } /* Name.Variable.Magic */ |
752 | 759 | c-[il] { color: #657b83 } /* Literal.Number.Integer.Long */ |
753 | 760 | } |
| 761 | + |
| 762 | +@media print { |
| 763 | + /* Darken colors for print that would otherwise print too faintly */ |
| 764 | + c-[c] { color: #555555 } /* Comment */ |
| 765 | + c-[d] { color: #555555 } /* Comment.Multiline */ |
| 766 | + c-[cp] { color: #555555 } /* Comment.Preproc */ |
| 767 | + c-[c1] { color: #555555 } /* Comment.Single */ |
| 768 | + c-[cs] { color: #555555 } /* Comment.Special */ |
| 769 | + c-[o] { color: #222222 } /* Operator */ |
| 770 | + c-[p] { color: #222222 } /* Punctuation */ |
| 771 | + c-[ow] { color: #222222 } /* Operator.Word */ |
| 772 | + c-[s] { color: #664400 } /* Literal.String */ |
| 773 | + c-[t] { color: #664400 } /* Literal.String.Single */ |
| 774 | + c-[u] { color: #664400 } /* Literal.String.Double */ |
| 775 | + c-[sb] { color: #664400 } /* Literal.String.Backtick */ |
| 776 | + c-[sc] { color: #664400 } /* Literal.String.Char */ |
| 777 | + c-[sd] { color: #664400 } /* Literal.String.Doc */ |
| 778 | + c-[se] { color: #664400 } /* Literal.String.Escape */ |
| 779 | + c-[sh] { color: #664400 } /* Literal.String.Heredoc */ |
| 780 | + c-[si] { color: #664400 } /* Literal.String.Interpol */ |
| 781 | + c-[sx] { color: #664400 } /* Literal.String.Other */ |
| 782 | + c-[sr] { color: #664400 } /* Literal.String.Regex */ |
| 783 | + c-[ss] { color: #664400 } /* Literal.String.Symbol */ |
| 784 | +} |
754 | 785 | </style> |
755 | 786 | <style>/* Boilerplate: style-var-click-highlighting */ |
756 | 787 | /* |
|
803 | 834 | </p> |
804 | 835 | <h1 class="no-ref p-name" id="title">WebMCP</h1> |
805 | 836 | <p id="w3c-state"><a href="https://www.w3.org/standards/types/#CG-DRAFT">Draft Community Group Report</a>, |
806 | | - <time class="dt-updated" datetime="2026-04-09">9 April 2026</time></p> |
| 837 | + <time class="dt-updated" datetime="2026-04-17">17 April 2026</time></p> |
807 | 838 | <details open> |
808 | 839 | <summary>More details about this document</summary> |
809 | 840 | <div data-fill-with="spec-metadata"> |
|
0 commit comments