jorendorff / es-spec-html

An HTML version of the ECMAScript draft specification autogenerated from the source
http://ecma-international.org/ecma-262/5.1/
51 stars 17 forks source link

Grammar with both parameter and _opt is rendered incorrectly #47

Closed jorendorff closed 10 years ago

jorendorff commented 10 years ago

http://people.mozilla.org/~jorendorff/es6-draft.html#sec-grammar-notation

The example that goes VariableDeclaration : BindingIdentifier Initialiser _[In] _opt is rendered without subscripts.

jorendorff commented 10 years ago

Fixed yesterday.