[heycam/webidl] Incorrect rendering of decimal nonterminal as terminal in HTML (#815)

I believe the reason for this is that, even though the script that’s embedded in the def includes "decimal" [in its regex pattern](https://github.com/heycam/webidl/blob/8c71e7c7c8df10b6cecdbf164e89f43c96835faf/index.bs#L14671), this isn’t the script that’s [ultimately used to render the HTML](https://github.com/heycam/webidl/blob/8c71e7c7c8df10b6cecdbf164e89f43c96835faf/Makefile#L31-L35), which is [webidl-grammar-post-processor](https://github.com/tobie/webidl-grammar-post-processor). That package still has ‘float’ instead of ‘decimal’.

![image](https://user-images.githubusercontent.com/6257356/66344606-49525780-e91c-11e9-8560-27e88a2a1744.png)

I’ve [opened a PR](https://github.com/tobie/webidl-grammar-post-processor/pull/1) which I think might fix the problem, but I’m opening the issue here because that repo has been inactive for two years.

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

Received on Monday, 7 October 2019 20:07:15 UTC