diff --git a/source b/source index 291c45fff57..29541bd8cab 100644 --- a/source +++ b/source @@ -37872,9 +37872,10 @@ interface HTMLMediaElement : HTMLElement {
A media resource has an associated
- origin, which is either "none",
- "multiple", "rewritten", or an
- origin. It is initially set to "none".
none", "multiple",
+ "rewritten", or an origin. It is initially set to
+ "none".
A media resource can have multiple audio and video tracks. For the purposes of a media element, the video data of the media resource is only that of the @@ -37892,7 +37893,8 @@ interface HTMLMediaElement : HTMLElement {
Each media element has a unique media element event task source.
+Each media element has a unique media element event task + source.
To queue a media element task with a media element @@ -93928,21 +93930,24 @@ interface Origin { struct with the following items:
A boolean needs a browsing context group - switch, initially false.
A boolean needs a browsing context group switch, initially false.
A boolean would need a browsing - context group switch due to report-only, initially false.
A boolean would need a browsing context group switch due to report-only, + initially false.
A URL url.
A URL url.
An origin origin.
An origin origin.
An opener policy opener - policy.
An opener policy opener policy.
A boolean current context is navigation - source, initially false.
A boolean current context is navigation source, initially false.
A document, a Document or null,
- initially null.
A document, a
+ Document or null, initially null.
When a history entry is active, it has a @@ -106336,16 +106341,18 @@ interface NotRestoredReasons {
A history - policy container, a policy container or null, initially null.
A history policy container, a policy container or + null, initially null.
A request referrer, which is "no-referrer", "client", or a URL, initially
- "client".
A request
+ referrer, which is "no-referrer", "client",
+ or a URL, initially "client".
A request referrer policy, which - is a referrer policy, initially the default referrer policy.
+A request + referrer policy, which is a referrer policy, initially the default + referrer policy.
The request referrer policy is distinct from the NotRestoredReasons {
An initiator origin, which is an - origin or null, initially null.
+An initiator origin, + which is an origin or null, initially null.
An origin, which is an origin or - null, initially null.
+An origin, which is an + origin or null, initially null.
This is the origin that we set "about:"-schemed
Documents' origin to. We store it
@@ -106374,8 +106381,8 @@ interface NotRestoredReasons {
An about base URL, which is a - URL or null, initially null.
+An about base URL, + which is a URL or null, initially null.
This will be populated only for "about:"-schemed
Documents and will be the fallback base URL for those
@@ -106383,30 +106390,31 @@ interface NotRestoredReasons {
base URL.
Nested histories, a list - of nested histories, initially an empty +
Nested histories, + a list of nested histories, initially an empty list.
A resource, a string, POST resource - or null, initially null.
+A resource, a string, + POST resource or null, initially null.
A string is treated as HTML. It's used to store the source of an iframe srcdoc document.
A reload pending boolean, initially - false.
A reload pending + boolean, initially false.
An ever populated boolean, initially - false.
An ever populated + boolean, initially false.
A navigable target - name string, initially the empty string.
A navigable target name string, initially the empty string.
A not restored reasons, a - not restored reasons or null, initially null.
A not restored + reasons, a not restored reasons or null, initially + null.
User agents may destroy a document and its descendants given the .
A cross-origin prefetch IP anonymization policy is a struct whose - single item is its origin, an - origin.
+ single item is its origin, an origin.