From e7e08478c5830d52c5710ae508e8577e2caa8c17 Mon Sep 17 00:00:00 2001
From: "mark a. foltz"
Date: Mon, 9 Oct 2023 10:52:41 -0700
Subject: [PATCH 1/2] Update references
---
index.html | 45 ++++++++++++++++++++++++---------------------
1 file changed, 24 insertions(+), 21 deletions(-)
diff --git a/index.html b/index.html
index 4ee6994..2014438 100644
--- a/index.html
+++ b/index.html
@@ -298,15 +298,15 @@
The header Accept-Language is used as defined in HTTP/1.1
- [[!rfc7231]].
+ "https://www.rfc-editor.org/rfc/rfc9110#section-12.5.4" title=
+ "Definition of Accept-Language in HTTP Semantics">defined in
+ HTTPSemantics [[!RFC9110]].
HTTP authentication is used as defined
- in HTTP/1.1: Authentication [[!rfc7235]].
+ "https://www.rfc-editor.org/rfc/rfc9110#section-11" title=
+ "Definition of HTTP authentication in HTTP Semantics">defined in HTTP
+ Semantics [[!RFC9110]].
The term cookie store is used as
Resolve P with newConnection.
- Queue a task to [=fire an event=] named Queue a task to [=fire an event=] named
+ connectionavailable, that uses the
PresentationConnectionAvailableEvent interface, with
the
A controlling user agent [=fire an event|fires an event=]
- named connectionavailable
- on a PresentationRequest when a connection associated with
- the object is created. It is fired at the PresentationRequest
+ named connectionavailable on a
+ PresentationRequest when a connection associated with the
+ object is created. It is fired at the PresentationRequest
instance, using the PresentationConnectionAvailableEvent
interface, with the connection attribute set
@@ -1947,11 +1949,11 @@
- A
connected state
- does not mean that sending or receiving messages will succeed, as
- the communication channel may be abruptly closed at any time.
- Applications that wish to detect such situations as soon as possible
- should implement their own keep-alive mechanism.
+ A
connected
+ state does not mean that sending or receiving messages will
+ succeed, as the communication channel may be abruptly closed at any
+ time. Applications that wish to detect such situations as soon as
+ possible should implement their own keep-alive mechanism.
When the close method is called on a
@@ -2436,8 +2438,8 @@
attribute initialized to closeReason and the
message
attribute initialized to closeMessage, at
- presentationConnection. The event must not bubble and
- must not be cancelable.
+ presentationConnection. The event must not bubble
+ and must not be cancelable.
@@ -2476,8 +2478,8 @@
known connection to terminated.
-
[=Fire an event=] named terminate
at
- known connection.
+ [=Fire an event=] named terminate
at
+ known connection.
@@ -2729,8 +2731,9 @@
auxiliary navigation browsing context flag on C.
If the receiving user agent implements [[!PERMISSIONS]],
- set the permission state of all [=powerful feature/permission
- descriptor types=] for C to "denied"
.
+ set the permission state of all [=powerful
+ feature/permission descriptor types=] for C to
+ "denied"
.
Create a new empty cookie store for C.
From c9243cf699b0157d920fdc80759f3e78819126f8 Mon Sep 17 00:00:00 2001
From: "mark a. foltz"
Date: Wed, 11 Oct 2023 15:47:18 -0700
Subject: [PATCH 2/2] Update references to use data-cite
---
index.html | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)
diff --git a/index.html b/index.html
index 2014438..dbf5298 100644
--- a/index.html
+++ b/index.html
@@ -297,16 +297,10 @@
as defined in [[!ECMASCRIPT]].
- The header Accept-Language is used as defined in
- HTTPSemantics [[!RFC9110]].
-
-
- HTTP authentication is used as defined in HTTP
- Semantics [[!RFC9110]].
+ The terms Accept-Language and HTTP authentication are used as defined in
+ [[!RFC9110]].
The term cookie store is used as