From be47c0609420222c19a82d10278de7f5554b4867 Mon Sep 17 00:00:00 2001 From: Mattias Buelens Date: Sat, 22 Nov 2025 20:38:54 +0100 Subject: [PATCH 1/3] Fix ref for break --- index.bs | 1 + 1 file changed, 1 insertion(+) diff --git a/index.bs b/index.bs index f01f9235..33782f49 100644 --- a/index.bs +++ b/index.bs @@ -18,6 +18,7 @@ Markup Shorthands: markdown yes spec:webidl; type:dfn; text:resolve spec:webidl; type:dfn; text:new spec:infra; type:dfn; text:list +spec:infra; type:dfn; text:break spec:html; type:dfn; text:entangle spec:html; type:dfn; text:message port post message steps spec:html; type:dfn; text:port message queue From df2436372a47171f7cc5fc6fa73d6bae41fa41a1 Mon Sep 17 00:00:00 2001 From: Mattias Buelens Date: Sat, 22 Nov 2025 20:46:58 +0100 Subject: [PATCH 2/3] Revert "Fix ref for break" This reverts commit be47c0609420222c19a82d10278de7f5554b4867. --- index.bs | 1 - 1 file changed, 1 deletion(-) diff --git a/index.bs b/index.bs index 33782f49..f01f9235 100644 --- a/index.bs +++ b/index.bs @@ -18,7 +18,6 @@ Markup Shorthands: markdown yes spec:webidl; type:dfn; text:resolve spec:webidl; type:dfn; text:new spec:infra; type:dfn; text:list -spec:infra; type:dfn; text:break spec:html; type:dfn; text:entangle spec:html; type:dfn; text:message port post message steps spec:html; type:dfn; text:port message queue From fc2377eb7bba731a5985351ca6129ae7ed649c9b Mon Sep 17 00:00:00 2001 From: Mattias Buelens Date: Sat, 22 Nov 2025 20:49:21 +0100 Subject: [PATCH 3/3] Refer to Infra's definition of "break" --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index f01f9235..5233a155 100644 --- a/index.bs +++ b/index.bs @@ -3579,7 +3579,7 @@ The following abstract operations support the implementation of the 1. Let |filledPullIntos| be a new empty [=list=]. 1. [=While=] |controller|.[=ReadableByteStreamController/[[pendingPullIntos]]=] is not [=list/is empty|empty=], - 1. If |controller|.[=ReadableByteStreamController/[[queueTotalSize]]=] is 0, then [=break=]. + 1. If |controller|.[=ReadableByteStreamController/[[queueTotalSize]]=] is 0, then [=iteration/break=]. 1. Let |pullIntoDescriptor| be |controller|.[=ReadableByteStreamController/[[pendingPullIntos]]=][0]. 1. If ! [$ReadableByteStreamControllerFillPullIntoDescriptorFromQueue$](|controller|,