From 7ffe7c59c262ae40610432bbaea0dc2c439f08f0 Mon Sep 17 00:00:00 2001
From: Shubham Gupta
Date: Mon, 20 Apr 2026 11:19:55 +0800
Subject: [PATCH] Add `dfn-id` to algorithms
Signed-off-by: Shubham Gupta
---
index.bs | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
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:
- If can add resource timing entry returns true and
@@ -872,7 +872,7 @@ buffer.
- 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:
- 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:
- 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: