diff --git a/index.html b/index.html index 5b56d67..4e2decf 100644 --- a/index.html +++ b/index.html @@ -845,8 +845,8 @@

- To add a PerformanceResourceTiming entry new entry into the - add a PerformanceResourceTiming entry new entry + into the performance entry buffer, run the following steps:

@@ -1128,7 +1128,6 @@

  • Create a PerformanceResourceTiming object |entry| in |global|'s [=global object/realm=].
  • -
  • Setup the resource timing entry for |entry|, given |initiatorType|, |requestedURL|, |timingInfo|, |cacheMode|, @@ -1158,14 +1157,14 @@

  • Assert that |cacheMode| is the empty string, "local", or "validated".
  • - -
  • Let |global| be |entry|'s [=relevant global object=].
  • - -
  • [=initialize a PerformanceEntry|Initialize=] |entry| given - the result of converting |timingInfo|'s - [=fetch timing info/start time=] given |global|, "resource", - |requestedURL|, and the result of converting - |timingInfo|'s [=fetch timing info/end time=] given |global|. +
  • Let |global| be |entry|'s [=relevant global object=]. +
  • +
  • [=initialize a PerformanceEntry|Initialize=] |entry| given the + result of converting + |timingInfo|'s [=fetch timing info/start time=] given |global|, + "resource", |requestedURL|, and the result of + converting |timingInfo|'s + [=fetch timing info/end time=] given |global|.
  • Set |entry|'s initiator type to |initiatorType|.