The search box in the HTML version of the latest released spec,
http://www.ecma-international.org/ecma-262/8.0/index.html, is broken
(typing something, say "class", doesn't find it). There are various 404s
and script errors as you use the page.

Looks like a deployment issue on the ECMA site, these issues don't happen
at https://tc39.github.io/ecma262/.

Is there someone on this list who can raise it with the right people? It's
not a spec issue per se, so I didn't think it belonged as an issue at
https://github.com/tc39/ecma262/issues. Please correct me if I'm wrong.

404s:

*
http://www.ecma-international.org/ecma-262/8.0/ECMAScript%C2%AE%202017%20Language%20Specification_files/ecmarkup_002.htm

*
http://www.ecma-international.org/ecma-262/8.0/ECMAScript%C2%AE%202017%20Language%20Specification_files/github.css

*
http://www.ecma-international.org/ecma-262/8.0/ECMAScript%C2%AE%202017%20Language%20Specification_files/ecmarkup.htm


There's also an unexpected token error:

```
index.html:23 Uncaught SyntaxError: Unexpected token <
```

Mousing over various things causes errors like this:

```
index.html:685 Uncaught TypeError: Cannot read property
'prod-grammar-notation-StatementList' of undefined
    at Object.activateIfMouseOver (index.html:695)
    at HTMLDivElement.<anonymous> (index.html:501)
    at HTMLDivElement.<anonymous> (index.html:520)
```

-- T.J.Crowder
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to