Re: [heycam/webidl] Drop stringifier operation longhand (#941)

@domenic approved this pull request.

LGTM with minor suggestion

> @@ -2708,6 +2715,121 @@ See [[#interface-object]] for details on how a [=constructor operation=] is to b
 <div data-fill-with="grammar-ArgumentNameKeyword"></div>
 
 
+<h4 id="idl-stringifiers">Stringifiers</h4>
+
+When an [=interface=] has a <dfn id="dfn-stringifier">stringifier</dfn>, it indicates that objects
+that implement the interface have a non-default conversion to a string.  As mentioned above,
+stringifiers can be specified using a <emu-t>stringifier</emu-t> keyword.

Maybe add "This creates a stringifier operation"?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/pull/941#pullrequestreview-727926272

Received on Wednesday, 11 August 2021 20:33:43 UTC