Re: [heycam/webidl] Add space to class string of iterator objects (#483)

> E.g. if we modified the methods listing above to say "methods named ..." instead of "... methods", we'd need to add quotes everywhere?

I'm comfortable with drawing the line here.

This is also what ECMAScript spec does (7 instances of `property named "` versus 1 instance of `property named`; 7 instances of `"</code> property` versus more than 150 instances of `[^"]</code> property` or `[^"]</code> data property`). This also works well with the variable/value equivalence: "if *A* has a method named *P*" works better than "if *A* has a *P* method".

-- 
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/483#issuecomment-349491093

Received on Wednesday, 6 December 2017 00:44:30 UTC