Skip to content

Commit efbce4a

Browse files
committed
minor edits to intro; link to ABNF rfc
1 parent b238793 commit efbce4a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
github: "https://github.com/w3c/network-error-logging/",
1313
shortname: "network-error-logging",
1414
specStatus: "ED",
15-
xref: ["network-reporting", "fetch", "hr-time", "html", "mixed-content", "referrer-policy", "reporting", "resource-timing", "secure-contexts", "url"],
15+
xref: ["network-reporting", "fetch", "hr-time", "html", "infra", "mixed-content", "referrer-policy", "reporting", "resource-timing", "secure-contexts", "url"],
1616
editors: [{
1717
name: "Douglas Creager",
1818
url: "https://dcreager.net/",
@@ -117,7 +117,8 @@ <h2>Network requests</h2>
117117

118118
<p>
119119
A <dfn data-lt="network requests">network request</dfn> occurs when the
120-
user agent must use the network to service a single [=request=].
120+
[=user agent=] attempts to [=fetch=] a resource over the network for a
121+
given [=request=].
121122
</p>
122123

123124
<p>
@@ -404,7 +405,7 @@ <h2><code>NEL</code> response header</h2>
404405
<p>
405406
The <dfn><code>NEL</code></dfn> <a>response header</a> is used to
406407
communicate an <a>origin</a>'s <a>NEL policy</a> to the user agent. The
407-
ABNF (Augmented Backus-Naur Form) syntax for the <a>NEL</a> header is as
408+
ABNF (Augmented Backus-Naur Form) [[RFC5234]] syntax for the <a>NEL</a> header is as
408409
follows:
409410
</p>
410411

0 commit comments

Comments
 (0)