diff --git a/index.bs b/index.bs index 4ae792a..bbd6009 100644 --- a/index.bs +++ b/index.bs @@ -836,7 +836,7 @@ urlPrefix: https://fetch.spec.whatwg.org/; spec: FETCH; type: dfn below.

- To check if can add resource timing entry, run the + To check if can add resource timing entry, run the following steps:

    @@ -847,7 +847,7 @@ urlPrefix: https://fetch.spec.whatwg.org/; spec: FETCH; type: dfn
-

To add a PerformanceResourceTiming entry new entry +

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

  1. If can add resource timing entry returns true and @@ -872,7 +872,7 @@ buffer.
  2. Increase resource timing secondary buffer current size by 1.
-

To copy secondary buffer, run the following steps:

+

To copy secondary buffer, run the following steps:

  1. While resource timing secondary buffer is not empty and can add resource timing entry returns true, run the following @@ -888,7 +888,7 @@ buffer.
-

To fire a buffer full event, run the following steps:

+

To fire a buffer full event, run the following steps:

  1. While resource timing secondary buffer is not empty, run the following substeps: @@ -1199,7 +1199,7 @@ sufficiently (by calling

- To convert fetch timestamp given {{DOMHighResTimeStamp}} + To convert fetch timestamp given {{DOMHighResTimeStamp}} |ts| and global object |global|, do the following: