From f83a593d120d229261e60ef7d2bbe152bb3f135f Mon Sep 17 00:00:00 2001 From: cnrad Date: Sun, 4 May 2025 21:12:46 -0400 Subject: [PATCH] Editorial: proper step references in 2.1.1 example --- source | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source b/source index 258c8ddfff2..b14d0dff994 100644 --- a/source +++ b/source @@ -1651,7 +1651,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute

Two invocations of the above could run simultaneously, meaning name isn't in - nameList during step 2.1, but it might be added before step 2.3 runs, + nameList during step 3.1, but it might be added before step 3.3 runs, meaning name ends up in nameList twice.

Parallel queues solve this. The standard would let nameListQueue be the result of @@ -147438,6 +147438,7 @@ INSERT INTERFACES HERE Cole Robison, Colin Fine, Collin Jackson, + Conrad Crawford, Corey Farwell, Corprew Reed, Craig Cockburn,