From f552cca9e1f71ceaa49bb3c95f023e1c499ee2c4 Mon Sep 17 00:00:00 2001 From: Anssi Kostiainen Date: Thu, 27 Jun 2019 16:54:33 +0300 Subject: [PATCH] Update [HTML51] and [HTML52] references to [HTML] Apart from direct mapping: - "firing an event" concept moved to [DOM] - "firing a simple event named e" concept replaced with "fire an event" in https://github.com/whatwg/html/issues/1887 - "sandboxed top-level navigation browsing context flag" is now forked into "with user gesture" and "without user gesture", "without user gesture" seems appropriate here. Historical context: https://github.com/w3c/presentation-api/issues/414 Fix #464 --- index.html | 120 ++++++++++++++++++++++++----------------------------- 1 file changed, 55 insertions(+), 65 deletions(-) diff --git a/index.html b/index.html index 1aff101..53d96da 100644 --- a/index.html +++ b/index.html @@ -319,187 +319,171 @@

Terminology

- The following terms are defined in [[!HTML51]]: + The following terms are defined in [[!HTML]]:

@@ -509,12 +493,17 @@

realm is defined in [[!ECMASCRIPT]].

- The terms EventTarget, Event, EventInit + "https://dom.spec.whatwg.org/#dictdef-eventinit">EventInit, + firing an event, + and + trusted event are defined in [[!DOM]].

@@ -2040,8 +2029,8 @@

newAvailability.
  • - Fire a simple event named change at - A. + Fire an event named change whose + isTrusted attribute is true at A.
  • @@ -2336,9 +2325,9 @@

    "PresentationConnectionState">connected.
  • - Fire a simple event named connect at - presentationConnection. + Fire an event named connect whose isTrusted + attribute is true at presentationConnection.
  • @@ -2763,8 +2752,9 @@

    "PresentationConnectionState">terminated.
  • - Fire a simple event named terminate - at known connection. + Fires an event named terminate + whose isTrusted attribute is true at known + connection.
  • @@ -2876,8 +2866,8 @@

    "PresentationConnectionState">terminated.
  • - Fire a simple event named terminate at - connection. + Fire an event named terminate whose + isTrusted attribute is true at connection.
  • @@ -3056,7 +3046,7 @@

    document, i.e. that have the receiving browsing context as their top-level browsing context, MUST also have restrictions 2-4 above. In addition, - they MUST have the sandboxed top-level navigation browsing + they MUST have the sandboxed top-level navigation without user activation browsing context flag set. All of these browsing contexts MUST also share the same browsing state (storage) for features 5-10 listed above. @@ -3375,7 +3365,7 @@

    click to trigger a request to start an unwanted presentation.

    - The sandboxed top-level navigation browsing context flag + The sandboxed top-level navigation without user activation browsing context flag is set on the receiving browsing context to enforce that the top-level origin of the presentation remains the same during the lifetime of the presentation.