- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 14 May 2020 05:14:34 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 14 May 2020 12:14:47 UTC
@annevk commented on this pull request. > <blockquote> - Objects that implement the <code class="idl">Student</code> - interface must stringify as follows. If the value of the - <code class="idl">familyName</code> attribute is - <emu-val>null</emu-val>, the stringification of the - object is the value of the <code class="idl">givenName</code> - attribute. Otherwise, if the value of the - <code class="idl">familyName</code> attribute is not <emu-val>null</emu-val>, - the stringification of the object is the concatenation of the - value of the <code class="idl">givenName</code> attribute, - a single space character, and the value of - the <code class="idl">familyName</code> attribute. + The stringification behavior steps are: Mostly accepted. -- 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/882#discussion_r425089212
Received on Thursday, 14 May 2020 12:14:47 UTC