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.