es-spec-html
es-spec-html copied to clipboard
An HTML version of the ECMAScript draft specification autogenerated from the source
in section 12.12 a LogicalANDExpression is defined as ``` BitwiseORExpression[?In, ?Yield] LogicalANDExpression[?In, ?Yield] && BitwiseORExpression[?In, ?Yield] ``` why are those **_Bitwise**__ORExpression_s? shouldn't those be **_Logical**__ORExpression_s? similarly, 12.12.1, 12.12.2, and 12.12.3...
In 20.3.1.16 "Date Time String Format", in the table, some of the explanations are sans-serif and some are serif. (In the PDF, they're all sans-serif.)
Revision 36 of the ES6 spec (the latest at the time of this writing) includes three references that are not recognized by this script. For example:  — ES6 spec seems like a perfect candidate for it. Here's the result: | Size before | Size after | Savings |...
``` AssignmentExpression : YieldExpression ArrowFunction LeftHandSideExpression = AssignmentExpression LeftHandSideExpression AssignmentOperator AssignmentExpression BitwiseANDExpression : BitwiseANDExpression & EqualityExpression BitwiseXORExpression : BitwiseXORExpression ^ BitwiseANDExpression BitwiseORExpression : BitwiseORExpression | BitwiseXORExpression ``` Last three Bitwise...
> [14:30] <cait_> jorendorff, is https://people.mozilla.org/~jorendorff/es6-draft.html#sec-system [14:30] <cait_> looks a bit off :x > [14:57] <till> cait_: that does look off, yes. File a bug at https://github.com/jorendorff/es-spec-html ? Filing per...
Figure 2 (the Generator class diagram) was updated in the Rev27 Word version but the Rev27 HTML version appears to still be using the old diagram.