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

The first commit changes the notation of strings within Web IDL to Infra-mandated "`string`". This helps prevent errors like #419 to exist in the first place, as it can be difficult to tell the difference between " Iterator" and "Iterator" without monospace styling.

The second commit fixes a Bikeshed linking error.

The third commit is a normative change that actually fixes #419, by incorporating the consensus reached in https://github.com/heycam/webidl/issues/419#issuecomment-323790991.
You can view, comment on, or merge this pull request online at:

  https://github.com/heycam/webidl/pull/483

-- Commit Summary --

  * Use Infra notation for strings
  * Fix Bikeshed warning
  * Add space to class string of iterator objects

-- File Changes --

    M index.bs (411)

-- Patch Links --

https://github.com/heycam/webidl/pull/483.patch
https://github.com/heycam/webidl/pull/483.diff

-- 
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

Received on Sunday, 3 December 2017 20:34:52 UTC