[heycam/webidl] Typography: IDL true and false (#437)

In the spec, the two values of the IDL `boolean` type are currently written with `<code class=idl>` like "`true`". Yet the ECMAScript Boolean type values are written with `<emu-val>` like "**true**" in the same spec, and most other specs (e.g. the [URL Standard](https://url.spec.whatwg.org/#dom-urlsearchparams-has)) write boolean values without any particular styling like "true".

IMO we should remove the `<code class=idl>` styling. The ES vs. IDL distinction is okay (maybe even preferred).

-- 
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/issues/437

Received on Sunday, 10 September 2017 10:08:57 UTC