Skip to content

Commit 81d64a6

Browse files
Merge pull request #9 from christianliebel/patch-1
SHA: 0ffee46 Reason: push, by QueenieZqq Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9b0715d commit 81d64a6

File tree

1 file changed

+26
-11
lines changed

1 file changed

+26
-11
lines changed

index.html

Lines changed: 26 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<title>Proofreader API</title>
66
<meta content="UD" name="w3c-status">
77
<link href="https://www.w3.org/StyleSheets/TR/2021/W3C-UD" rel="stylesheet">
8-
<meta content="Bikeshed version b25686b9f, updated Fri Mar 14 14:15:20 2025 -0700" name="generator">
8+
<meta content="Bikeshed version 275834c42, updated Wed Jun 11 14:18:15 2025 -0700" name="generator">
99
<link href="https://explainers-by-googlers.github.io/proofreader-api" rel="canonical">
1010
<link href="https://www.w3.org/2008/site/images/favicon.ico" rel="icon">
11-
<meta content="78766d07733ac9e2854907b126c2143d3be2fa93" name="revision">
11+
<meta content="0ffee464665232a6c191a2d8223d0cff1c092acc" 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 */
@@ -411,9 +411,13 @@
411411
</style>
412412
<body class="h-entry">
413413
<div class="head">
414-
<p data-fill-with="logo"><a class="logo" href="https://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72"> </a> </p>
414+
<p data-fill-with="logo"><a class="logo" href="https://www.w3.org/">
415+
<img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72">
416+
</a>
417+
</p>
415418
<h1 class="p-name no-ref" id="title">Proofreader API</h1>
416-
<p id="w3c-state"><a href="https://www.w3.org/standards/types/#UD">Unofficial Proposal Draft</a>, <time class="dt-updated" datetime="2025-05-21">21 May 2025</time></p>
419+
<p id="w3c-state"><a href="https://www.w3.org/standards/types/#UD">Unofficial Proposal Draft</a>,
420+
<time class="dt-updated" datetime="2025-06-16">16 June 2025</time></p>
417421
<details open>
418422
<summary>More details about this document</summary>
419423
<div data-fill-with="spec-metadata">
@@ -428,7 +432,8 @@ <h1 class="p-name no-ref" id="title">Proofreader API</h1>
428432
</div>
429433
</details>
430434
<div data-fill-with="warning"></div>
431-
<p class="copyright" data-fill-with="copyright"><a href="https://www.w3.org/policies/#copyright">Copyright</a> © 2025 <a href="https://www.w3.org/">World Wide Web Consortium</a>. <abbr title="World Wide Web Consortium">W3C</abbr><sup>®</sup> <a href="https://www.w3.org/policies/#Legal_Disclaimer">liability</a>, <a href="https://www.w3.org/policies/#W3C_Trademarks">trademark</a> and <a href="https://www.w3.org/copyright/software-license/" rel="license" title="W3C Software and Document License">permissive document license</a> rules apply. </p>
435+
<p class="copyright" data-fill-with="copyright"><a href="https://www.w3.org/policies/#copyright">Copyright</a> © 2025 <a href="https://www.w3.org/">World Wide Web Consortium</a>. <abbr title="World Wide Web Consortium">W3C</abbr><sup>®</sup> <a href="https://www.w3.org/policies/#Legal_Disclaimer">liability</a>, <a href="https://www.w3.org/policies/#W3C_Trademarks">trademark</a> and <a href="https://www.w3.org/copyright/software-license/" rel="license" title="W3C Software and Document License">permissive document license</a> rules apply.
436+
</p>
432437
<hr title="Separator for header">
433438
</div>
434439
<div class="p-summary" data-fill-with="abstract">
@@ -470,21 +475,31 @@ <h3 class="no-ref no-num heading settled" id="w3c-conventions"><span class="cont
470475
in the normative parts of this document
471476
are to be interpreted as described in RFC 2119.
472477
However, for readability,
473-
these words do not appear in all uppercase letters in this specification. </p>
478+
these words do not appear in all uppercase letters in this specification.
479+
480+
</p>
474481
<p>All of the text of this specification is normative
475-
except sections explicitly marked as non-normative, examples, and notes. <a data-link-type="biblio" href="#biblio-rfc2119" title="Key words for use in RFCs to Indicate Requirement Levels">[RFC2119]</a> </p>
482+
except sections explicitly marked as non-normative, examples, and notes. <a data-link-type="biblio" href="#biblio-rfc2119" title="Key words for use in RFCs to Indicate Requirement Levels">[RFC2119]</a>
483+
484+
</p>
476485
<p>Examples in this specification are introduced with the words “for example”
477486
or are set apart from the normative text
478487
with <code>class="example"</code>,
479-
like this: </p>
488+
like this:
489+
490+
</p>
480491
<div class="example" id="w3c-example">
481-
<a class="self-link" href="#w3c-example"></a>
482-
<p>This is an example of an informative example. </p>
492+
<a class="self-link" href="#w3c-example"></a>
493+
494+
<p>This is an example of an informative example.
495+
</p>
483496
</div>
484497
<p>Informative notes begin with the word “Note”
485498
and are set apart from the normative text
486499
with <code>class="note"</code>,
487-
like this: </p>
500+
like this:
501+
502+
</p>
488503
<p class="note" role="note">Note, this is an informative note.</p>
489504
</div>
490505
<script src="https://www.w3.org/scripts/TR/2021/fixup.js"></script>

0 commit comments

Comments
 (0)