Re: [heycam/webidl] Replace serializers by toJSON and [Default] extended attribute (#323)

tobie commented on this pull request.



> @@ -10624,11 +10632,8 @@ The [=return type=] of the [=default toJSON operation=] must be {{object}}.
         [=list|for each=] [=exposed=] [=regular attribute=] |attr|
         that is an [=interface member=] of |I|, in order:
         1.  Let |id| be the [=identifier=] of |attr|.
-        1.  Let |value| be the underlying value of |attr|.
-        1.  Let |value| be the result of performing the actions listed in the
-            description of |attr| that occur on getting (or those listed in the description
-            of the inherited attribute, if this attribute is declared to
-            [=inherit its getter=]), on |O|.
+        1.  Let |value| be the result of [=get the underlying value|getting the underlying value=]
+            of |attr| for |O|.

Duh, fixed.

-- 
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/323#discussion_r116631055

Received on Tuesday, 16 May 2017 00:26:53 UTC