es-spec-html icon indicating copy to clipboard operation
es-spec-html copied to clipboard

An HTML version of the ECMAScript draft specification autogenerated from the source

Results 35 es-spec-html issues
Sort by recently updated
recently updated
newest added

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: ![screenshot from 2015-03-24 12...

See http://wiki.ecmascript.org/doku.php?id=harmony:specification_drafts#april_14_2015_rev_38_final_draft

Like, in https://people.mozilla.org/~jorendorff/es6-draft.html#sec-functiondeclarationinstantiation when referencing IteratorBindingInitialization (or other algorithms), it would be really great if they were hyperlinked so that there was less searching (especially on mobile) :> I realize...

I ran the entire page through my [html-minifier](https://github.com/kangax/html-minifier) — 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.