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

andreubotella commented on this pull request.



> @@ -1234,14 +1233,13 @@ constructor, when invoked, must run these steps:
 method, when invoked, must run these steps:
 
 <ol>
- <li><p>If the <a for=TextDecoder>do not flush flag</a> is unset, set <a for=TextDecoder>decoder</a>
- to a new <a for=TextDecoderCommon>encoding</a>'s <a for=/>decoder</a>, set
- <a for=TextDecoder>stream</a> to a new <a for=/>stream</a>, and unset the
- <a for=TextDecoderCommon>BOM seen flag</a>.
+ <li><p>If <a for=TextDecoder>do not flush</a> is false, set <a for=TextDecoder>decoder</a>

Both this change and updating cases of "this object" to "this" are changes that go a bit outside the scope of this pull request. Since #175 seems to be dead, maybe some similar PR, though smaller in scope, should be opened.

-- 
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#discussion_r386532151

Received on Monday, 2 March 2020 17:18:36 UTC