Re: [whatwg/encoding] Editorial: change the remaining flags to booleans (#198)

andreubotella commented on this pull request.



>      <a lt="serialize stream" for=TextDecoderCommon>serialized</a>.
 
-    <p class=note>The way streaming works is to not handle <a>end-of-stream</a> here when the
-    <a for=TextDecoder>do not flush flag</a> is set and to not unset that flag. That way in a
+    <p class=note>The way streaming works is to not handle <a>end-of-stream</a> here when
+    <a for=TextDecoder>do not flush</a> is true and to not set that slot to false. That way in a

The literal translation of "to not unset that flag" would be "to not set that boolean to false", but since its definition doesn't explicitly mark it as a boolean, I wasn't sure whether it was appropriate. "Slot" might not be the right term here. "Associated value" perhaps?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/encoding/pull/198#pullrequestreview-365087668

Received on Wednesday, 26 February 2020 17:15:34 UTC