[heycam/webidl] Decide whether to use emu-val for ES types (#404)

In ES spec, "Object" "Function" "Symbol" etc. are never wrapped in emu-val (which is reserved for special constants like **undefined**, **true** and **false**). In Web IDL though it's common to see them bolded through emu-val, but also unbolded in other places. Example of a section that uses both styles simultaneously: https://heycam.github.io/webidl/#es-object

We should decide which style to use and then apply it to the entire document.

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

Received on Saturday, 12 August 2017 15:20:25 UTC