diff --git a/source b/source index 2e1c30eeb5d..2b7adb7157d 100644 --- a/source +++ b/source @@ -41271,7 +41271,7 @@ interface TimeRanges { represented by the object.
When a TimeRanges
object is said to be a normalized TimeRanges
object,
+ id="normalised-timeranges-object" export>normalized TimeRanges
object,
the ranges it represents must obey the following criteria:
Module scripts can be classified into four types:
A module script is a JavaScript module script if +
A module script is a JavaScript module script if its record is a Source Text Module Record.
A module script is a CSS module script if its A module script is a CSS module script if its record is a Synthetic Module Record, and it was created via the create a CSS module script algorithm. CSS module scripts represent a parsed CSS stylesheet.
@@ -108864,7 +108864,7 @@ document.querySelector("button").addEventListener("click", bound);A module script is a JSON module script if its A module script is a JSON module script if its record is a Synthetic Module Record, and it was created via the create a JSON module script algorithm. JSON module scripts represent a parsed JSON document.
@@ -108877,7 +108877,7 @@ document.querySelector("button").addEventListener("click", bound);A module script is a WebAssembly module script if +
A module script is a WebAssembly module script if its record is a WebAssembly Module Record.