Re: [heycam/webidl] Define definition conventions (#882)

@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