Re: [whatwg/encoding] Editorial: use IDL's this and adopt more Infra (#175)

@annevk commented on this pull request.



> @@ -1109,17 +1109,25 @@ interface mixin TextDecoderCommon {
 };
 </pre>
 
-<p>The {{TextDecoderCommon}} interface mixin defines common attributes that are shared between
-{{TextDecoder}} and {{TextDecoderStream}} objects. These objects have an associated
-<dfn id=textdecoder-encoding for=TextDecoderCommon>encoding</dfn>,
-<dfn id=textdecoder-ignore-bom-flag for=TextDecoderCommon>ignore BOM</dfn> (initially false),
-<dfn id=textdecoder-bom-seen-flag for=TextDecoderCommon>BOM seen</dfn> (initially false), and
-<dfn id=textdecoder-error-mode for=TextDecoderCommon>error mode</dfn> (initially
-"<code>replacement</code>").
+<p>The {{TextDecoderCommon}} interface mixin defines common getters that are shared between
+{{TextDecoder}} and {{TextDecoderStream}} objects. These objects have an associated:

I'm going to leave it for now until I hear more complaints. I think it's only weird because we normally use them for switches and perhaps not always say so explicitly in the paragraph preceding one.

-- 
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/175#discussion_r424473566

Received on Wednesday, 13 May 2020 14:17:38 UTC