diff --git a/spec.html b/spec.html index 4192ae0..a061458 100644 --- a/spec.html +++ b/spec.html @@ -806,30 +806,31 @@
Window has a map called DELEGATED_CAPABILITY_TIMESTAMPS from feature-identifier to DOMHighResTimeStamp. The map is initialized with an empty map.
- In the algorithm for window post -message, -two additional sub-steps will be added to current Step 8. The first additional -sub-step will be inserted after the following sub-step:
++ In the algorithm for + window post message, the following step:
--+
- -
Queue a global task ...
--
+- -
Let origin be the serialization of incumbentSettings’s origin.
-Let transfer be options["transfer"].
as follows:
-will now be followed by three additional steps as follows:
+Queue a global task ... (unchanged)
-Let delegate be options["delegate"].
-Let delegate be options["delegate"]. (unchanged)
+Let currentTime be + current high resolution time.
+If delegate is not null, then: ... (unchanged, except for numbering)
The second additional sub-step will be inserted after the following sub-step:
+In the algorithm for + window post message, one additional sub-step will be added to current Step 8 after the + following sub-step:
- @@ -841,18 +842,17 @@
+
- -
Queue a global task ... (unchanged)
+Queue a global task ... (unchanged except for numbering)
Let newPorts be a new frozen array consisting of ... (unchanged except for numbering)
If delegate is not null, AND the user agent supports -delegating delegate, then set DELEGATED_CAPABILITY_TIMESTAMPS[delegate] to current -high resolution -time.
+delegating delegate, then set DELEGATED_CAPABILITY_TIMESTAMPS[delegate] to +currentTime.5. Defining delegated capability behavior