- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 10 Nov 2016 05:17:16 -0800
- To: heycam/webidl <webidl@noreply.github.com>
- Message-ID: <heycam/webidl/issues/233@github.com>
I don't understand https://heycam.github.io/webidl/#idl-record. The heading is a dictionary definition (not exported). Then we have record type (exported). Then we have mappings (not exported, for=record). What is the difference between record and record type? Why is mappings for=record and not for="record type"? And can we export mappings? I was trying to clean up some of this, but got ``` Traceback (most recent call last): File "/usr/local/bin/bikeshed", line 9, in <module> load_entry_point('Bikeshed==0.0.0', 'console_scripts', 'bikeshed')() File "/Users/annevk/GH/bikeshed/bikeshed/__init__.py", line 196, in main doc.preprocess() File "/Users/annevk/GH/bikeshed/bikeshed/__init__.py", line 590, in preprocess highlight.addSyntaxHighlighting(self) File "/Users/annevk/GH/bikeshed/bikeshed/highlight.py", line 85, in addSyntaxHighlighting highlight(el, translateLang(lang)) File "/Users/annevk/GH/bikeshed/bikeshed/highlight.py", line 27, in highlight widl = parser.Parser(text, IDLUI()) NameError: global name 'parser' is not defined ``` -- 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/233
Received on Thursday, 10 November 2016 13:17:51 UTC