Skip to content

Commit 24e625f

Browse files
[Editorial] Fix grammatical typo (#712)
SHA: ebdd007 Reason: push, by antosart Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 743a936 commit 24e625f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<title>Content Security Policy Level 3</title>
66
<meta content="WD" name="w3c-status">
77
<link href="https://www.w3.org/StyleSheets/TR/2021/W3C-WD" rel="stylesheet">
8-
<meta content="Bikeshed version 4b8aed3f7, updated Thu Mar 6 12:35:01 2025 -0800" name="generator">
8+
<meta content="Bikeshed version b25686b9f, updated Fri Mar 14 14:15:20 2025 -0700" name="generator">
99
<link href="https://www.w3.org/TR/CSP3/" rel="canonical">
10-
<meta content="cf891fb86d7ad3f65492c8d533c840de7cf233ae" name="revision">
10+
<meta content="ebdd007313611fd4c85fa280d85da72baf057f25" name="revision">
1111
<meta content="dark light" name="color-scheme">
1212
<link href="https://www.w3.org/StyleSheets/TR/2021/dark.css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css">
1313
<style>
@@ -771,13 +771,13 @@
771771
<div class="head">
772772
<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>
773773
<h1>Content Security Policy Level 3</h1>
774-
<p id="w3c-state"><a href="https://www.w3.org/standards/types/#WD">W3C Working Draft</a>, <time class="dt-updated" datetime="2025-03-12">12 March 2025</time></p>
774+
<p id="w3c-state"><a href="https://www.w3.org/standards/types/#WD">W3C Working Draft</a>, <time class="dt-updated" datetime="2025-03-24">24 March 2025</time></p>
775775
<details open>
776776
<summary>More details about this document</summary>
777777
<div data-fill-with="spec-metadata">
778778
<dl>
779779
<dt>This version:
780-
<dd><a class="u-url" href="https://www.w3.org/TR/2025/WD-CSP3-20250312/">https://www.w3.org/TR/2025/WD-CSP3-20250312/</a>
780+
<dd><a class="u-url" href="https://www.w3.org/TR/2025/WD-CSP3-20250324/">https://www.w3.org/TR/2025/WD-CSP3-20250324/</a>
781781
<dt>Latest published version:
782782
<dd><a href="https://www.w3.org/TR/CSP3/">https://www.w3.org/TR/CSP3/</a>
783783
<dt>Editor's Draft:
@@ -2926,12 +2926,12 @@ <h4 class="heading settled" data-level="6.1.4" id="directive-font-src"><span cla
29262926
<pre>directive-name = "font-src"
29272927
directive-value = <a data-link-type="grammar" href="#grammardef-serialized-source-list" id="ref-for-grammardef-serialized-source-list③">serialized-source-list</a>
29282928
</pre>
2929-
<div class="example" id="example-e644a6ab">
2930-
<a class="self-link" href="#example-e644a6ab"></a> Given a page with the following Content Security Policy:
2929+
<div class="example" id="example-3d6c348e">
2930+
<a class="self-link" href="#example-3d6c348e"></a> Given a page with the following Content Security Policy:
29312931
<pre><a data-link-type="http-header" href="#header-content-security-policy" id="ref-for-header-content-security-policy⑧">Content-Security-Policy</a>: <a data-link-type="dfn" href="#font-src" id="ref-for-font-src③">font-src</a> https://example.com/
29322932
</pre>
2933-
<p>Fetches for the following code will return a network errors, as the URL
2934-
provided do not match <code>font-src</code>’s <a data-link-type="dfn" href="#source-lists" id="ref-for-source-lists④">source list</a>:</p>
2933+
<p>Fetches for the following code will return a network error, as the URL
2934+
provided does not match <code>font-src</code>’s <a data-link-type="dfn" href="#source-lists" id="ref-for-source-lists④">source list</a>:</p>
29352935
<pre class="highlight"><c- p>&lt;</c-><c- f>style</c-><c- p>></c->
29362936
<c- p>@</c-><c- k>font-face</c-> <c- p>{</c->
29372937
<c- f>font-family</c-><c- o>:</c-> <c- u>"Example Font"</c-><c- o>;</c->
@@ -5869,12 +5869,12 @@ <h3 class="no-num no-ref heading settled" id="normative"><span class="content">N
58695869
<dt id="biblio-webidl">[WEBIDL]
58705870
<dd>Edgar Chen; Timothy Gu. <a href="https://webidl.spec.whatwg.org/"><cite>Web IDL Standard</cite></a>. Living Standard. URL: <a href="https://webidl.spec.whatwg.org/">https://webidl.spec.whatwg.org/</a>
58715871
<dt id="biblio-webrtc">[WEBRTC]
5872-
<dd>Cullen Jennings; et al. <a href="https://www.w3.org/TR/webrtc/"><cite>WebRTC: Real-Time Communication in Browsers</cite></a>. 8 October 2024. REC. URL: <a href="https://www.w3.org/TR/webrtc/">https://www.w3.org/TR/webrtc/</a>
5872+
<dd>Cullen Jennings; et al. <a href="https://www.w3.org/TR/webrtc/"><cite>WebRTC: Real-Time Communication in Browsers</cite></a>. 13 March 2025. REC. URL: <a href="https://www.w3.org/TR/webrtc/">https://www.w3.org/TR/webrtc/</a>
58735873
</dl>
58745874
<h3 class="no-num no-ref heading settled" id="informative"><span class="content">Informative References</span><a class="self-link" href="#informative"></a></h3>
58755875
<dl>
58765876
<dt id="biblio-appmanifest">[APPMANIFEST]
5877-
<dd>Marcos Caceres; et al. <a href="https://www.w3.org/TR/appmanifest/"><cite>Web Application Manifest</cite></a>. 7 March 2025. WD. URL: <a href="https://www.w3.org/TR/appmanifest/">https://www.w3.org/TR/appmanifest/</a>
5877+
<dd>Marcos Caceres; et al. <a href="https://www.w3.org/TR/appmanifest/"><cite>Web Application Manifest</cite></a>. 20 March 2025. WD. URL: <a href="https://www.w3.org/TR/appmanifest/">https://www.w3.org/TR/appmanifest/</a>
58785878
<dt id="biblio-beacon">[BEACON]
58795879
<dd>Ilya Grigorik; Alois Reitbauer. <a href="https://www.w3.org/TR/beacon/"><cite>Beacon</cite></a>. 3 August 2022. CRD. URL: <a href="https://www.w3.org/TR/beacon/">https://www.w3.org/TR/beacon/</a>
58805880
<dt id="biblio-csp2">[CSP2]

0 commit comments

Comments
 (0)