From 685e4c28cf3cf3f75acc4bfd10ae942fd67c5187 Mon Sep 17 00:00:00 2001 From: Adam Rice Date: Mon, 17 Aug 2020 11:19:53 +0900 Subject: [PATCH 1/2] Editorial: Export [[detached]] slots Use for [[detached]] slots since they are part of the public-facing API (consumed by the HTML standard). See https://github.com/tabatkins/bikeshed/issues/1747. --- index.bs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/index.bs b/index.bs index 90b563c79..202bfd907 100644 --- a/index.bs +++ b/index.bs @@ -516,8 +516,7 @@ table: {{ReadableByteStreamController}} created with the ability to control the state and queue of this stream - \[[detached]] + \[[detached]] A boolean flag set to true when the stream is transferred \[[disturbed]] @@ -3541,7 +3540,7 @@ table: A {{WritableStreamDefaultController}} created with the ability to control the state and queue of this stream - \[[detached]] + \[[detached]] A boolean flag set to true when the stream is transferred \[[inFlightWriteRequest]] @@ -5007,7 +5006,7 @@ table: A {{TransformStreamDefaultController}} created with the ability to control [=TransformStream/[[readable]]=] and [=TransformStream/[[writable]]=] - \[[detached]] + \[[detached]] A boolean flag set to true when the stream is transferred \[[readable]] From 9d4ff465e2148f15d9d5c3f12482c2f439b16146 Mon Sep 17 00:00:00 2001 From: Adam Rice Date: Tue, 18 Aug 2020 10:15:14 +0900 Subject: [PATCH 2/2] Capitalise [[Detached]] slots --- index.bs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.bs b/index.bs index 202bfd907..3ba429c98 100644 --- a/index.bs +++ b/index.bs @@ -516,7 +516,7 @@ table: {{ReadableByteStreamController}} created with the ability to control the state and queue of this stream - \[[detached]] + \[[Detached]] A boolean flag set to true when the stream is transferred \[[disturbed]] @@ -3540,7 +3540,7 @@ table: A {{WritableStreamDefaultController}} created with the ability to control the state and queue of this stream - \[[detached]] + \[[Detached]] A boolean flag set to true when the stream is transferred \[[inFlightWriteRequest]] @@ -5006,7 +5006,7 @@ table: A {{TransformStreamDefaultController}} created with the ability to control [=TransformStream/[[readable]]=] and [=TransformStream/[[writable]]=] - \[[detached]] + \[[Detached]] A boolean flag set to true when the stream is transferred \[[readable]]