Skip to content

Commit 40da110

Browse files
Add untrusted annotation to proposed mitigations (#137)
SHA: a383af1 Reason: push, by domfarolino Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 196cc71 commit 40da110

File tree

1 file changed

+35
-4
lines changed

1 file changed

+35
-4
lines changed

index.html

Lines changed: 35 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<title>WebMCP</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 ffb4274fd, updated Thu Apr 16 23:47:54 2026 +0000" name="generator">
99
<link href="https://webmachinelearning.github.io/webmcp" rel="canonical">
1010
<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">
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>
@@ -364,7 +364,7 @@
364364
</style>
365365
<style>/* Boilerplate: style-counters */
366366
body {
367-
counter-reset: example figure issue;
367+
counter-reset: example figure issue table;
368368
}
369369
.issue {
370370
counter-increment: issue;
@@ -390,6 +390,13 @@
390390
figcaption:not(.no-marker)::before {
391391
content: "Figure " counter(figure) " ";
392392
}
393+
394+
figure.table figcaption {
395+
counter-increment: table;
396+
}
397+
figure.table figcaption:not(.no-marker)::before {
398+
content: "Table " counter(table) " ";
399+
}
393400
</style>
394401
<style>/* Boilerplate: style-dfn-panel */
395402
:root {
@@ -751,6 +758,30 @@
751758
c-[vm] { color: #cb4b16 } /* Name.Variable.Magic */
752759
c-[il] { color: #657b83 } /* Literal.Number.Integer.Long */
753760
}
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+
}
754785
</style>
755786
<style>/* Boilerplate: style-var-click-highlighting */
756787
/*
@@ -803,7 +834,7 @@
803834
</p>
804835
<h1 class="no-ref p-name" id="title">WebMCP</h1>
805836
<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>
807838
<details open>
808839
<summary>More details about this document</summary>
809840
<div data-fill-with="spec-metadata">

0 commit comments

Comments
 (0)