From 3e27e8583f2aa15a74ed9567a9ffd5da538522b6 Mon Sep 17 00:00:00 2001 From: "mark a. foltz" Date: Fri, 13 Oct 2023 14:26:06 -0700 Subject: [PATCH] Convert remaining external terms to use data-cite --- index.html | 81 +++++++++++++++++++++++------------------------------- 1 file changed, 34 insertions(+), 47 deletions(-) diff --git a/index.html b/index.html index 7c1838b..35040b3 100644 --- a/index.html +++ b/index.html @@ -280,43 +280,30 @@

Terminology

- The term JavaScript realm is used as defined in - ECMAScript [[!ECMASCRIPT]]. + The terms JavaScript + realm and current + realm are used as defined in [[!ECMASCRIPT]]. The terms + resolved and rejected in the + context of {{Promise}} objects are used as defined in [[!ECMASCRIPT]].

- The term current realm is used as defined in ECMAScript - [[!ECMASCRIPT]]. + The terms Accept-Language + and HTTP authentication are + used as defined in [[!RFC9110]].

- The terms resolved and rejected in the context of {{Promise}} objects are used - as defined in [[!ECMASCRIPT]]. + The term cookie store is + used as defined in [[!RFC6265]].

- The terms Accept-Language and HTTP authentication are used as defined in - [[!RFC9110]]. + The term UUID is used as + defined in [[!RFC4122]].

- The term cookie store is used as defined in RFC 6265 - [[!COOKIES]]. -

-

- The term UUID is used as defined in RFC 4122 [[!rfc4122]]. -

-

- The term DIAL is used as defined in DIAL [[DIAL]]. + The term DIAL is used as defined in + [[DIAL]].

The term reload a document refers to steps run when the @@ -1081,9 +1068,9 @@

  • If there is already an unsettled {{Promise}} from a previous call to start in topContext or any browsing context in the - [=Document/descendant navigables=] of topContext, - return a new {{Promise}} rejected with an {{OperationError}} - exception and abort all remaining steps. + [=Document/descendant navigables=] of topContext, return + a new {{Promise}} rejected with an {{OperationError}} exception and + abort all remaining steps.
  • Let P be a new {{Promise}}.
  • @@ -2541,9 +2528,9 @@

  • If there is a receiving browsing context for P, and it has a document for P that is not - unloaded, unload a document corresponding to that browsing - context, remove that browsing context from the user - interface and discard it. + unloaded, unload a document corresponding to that + browsing context, remove that browsing context from + the user interface and discard it.
  • For each connection in connectedControllers, queue a task to send a @@ -2787,22 +2774,22 @@

    [=service worker client/window client|Window clients=] and [=service worker client/worker client|worker clients=] associated with the receiving browsing context and its - [=Document/descendant navigables=] must not be exposed to service - workers associated with each other. + [=Document/descendant navigables=] must not be exposed to + service workers associated with each other.

    When the receiving browsing context is terminated, any service workers associated with it and the browsing - contexts in its [=Document/descendant navigables=] - MUST be unregistered and terminated. Any browsing state associated - with the receiving browsing context and the browsing - contexts in its [=Document/descendant navigables=], - including session history, the cookie store, any - HTTP authentication state, any databases, the - session storage areas, the local storage areas, the - list of registered service worker registrations and the - {{Cache}} objects MUST be discarded and not used for any other - browsing context. + contexts in its [=Document/descendant navigables=] MUST be + unregistered and terminated. Any browsing state associated with the + receiving browsing context and the browsing contexts + in its [=Document/descendant navigables=], including session + history, the cookie store, any HTTP + authentication state, any databases, the session + storage areas, the local storage areas, the list of + registered service worker registrations and the {{Cache}} + objects MUST be discarded and not used for any other browsing + context.

    This algorithm is intended to create a well defined environment to