Skip to content

Commit 4dfa0c9

Browse files
Remove undefined 'replace' operation. (#229)
SHA: 9ef0608 Reason: push, by @clelland Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d2a88ad commit 4dfa0c9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

network-reporting.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link href="https://www.w3.org/2008/site/images/favicon.ico" rel="icon">
99
<meta content="Bikeshed version 44af0bf3e, updated Fri Jul 29 17:05:16 2022 -0700" name="generator">
1010
<link href="https://w3c.github.io/reporting/network-reporting" rel="canonical">
11-
<meta content="5fe29ad33a88753db3f57a135751e467c70a3895" name="document-revision">
11+
<meta content="9ef060858170627648b813763b7811fab9b6f266" name="document-revision">
1212
<style>/* style-autolinks */
1313

1414
.css.css, .property.property, .descriptor.descriptor {
@@ -464,7 +464,7 @@
464464
<div class="head">
465465
<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>
466466
<h1>Network Reporting API</h1>
467-
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2022-09-16">16 September 2022</time></p>
467+
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2022-09-17">17 September 2022</time></p>
468468
<details open>
469469
<summary>More details about this document</summary>
470470
<div data-fill-with="spec-metadata">
@@ -877,7 +877,9 @@ <h3 class="heading settled algorithm" data-algorithm="Process origin policy conf
877877
</dl>
878878
<li data-md>
879879
<p>If there is already an entry in the <a data-link-type="dfn" href="#reporting-cache" id="ref-for-reporting-cache③">reporting cache</a> for <var>origin</var>,
880-
replace it with <var>client</var>. Otherwise, insert <var>client</var> into the <a data-link-type="dfn" href="#reporting-cache" id="ref-for-reporting-cache④">reporting cache</a> for <var>origin</var>.</p>
880+
remove it.</p>
881+
<li data-md>
882+
<p>Insert <var>client</var> into the <a data-link-type="dfn" href="#reporting-cache" id="ref-for-reporting-cache④">reporting cache</a> for <var>origin</var>.</p>
881883
</ol>
882884
<section>
883885
<h2 class="heading settled" data-level="4" id="report-generation"><span class="secno">4. </span><span class="content">Report Generation</span><a class="self-link" href="#report-generation"></a></h2>
@@ -1587,7 +1589,7 @@ <h3 class="no-num no-ref heading settled" id="normative"><span class="content">N
15871589
<h3 class="no-num no-ref heading settled" id="informative"><span class="content">Informative References</span><a class="self-link" href="#informative"></a></h3>
15881590
<dl>
15891591
<dt id="biblio-csp3">[CSP3]
1590-
<dd>Mike West. <a href="https://w3c.github.io/webappsec-csp/"><cite>Content Security Policy Level 3</cite></a>. URL: <a href="https://w3c.github.io/webappsec-csp/">https://w3c.github.io/webappsec-csp/</a>
1592+
<dd>Mike West; Antonio Sartori. <a href="https://w3c.github.io/webappsec-csp/"><cite>Content Security Policy Level 3</cite></a>. URL: <a href="https://w3c.github.io/webappsec-csp/">https://w3c.github.io/webappsec-csp/</a>
15911593
<dt id="biblio-html-design-principles">[HTML-DESIGN-PRINCIPLES]
15921594
<dd>Anne van Kesteren; Maciej Stachowiak. <a href="https://www.w3.org/TR/html-design-principles/"><cite>HTML Design Principles</cite></a>. 26 November 2007. WD. URL: <a href="https://www.w3.org/TR/html-design-principles/">https://www.w3.org/TR/html-design-principles/</a>
15931595
<dt id="biblio-network-error-logging">[NETWORK-ERROR-LOGGING]

0 commit comments

Comments
 (0)