ECMAScript 2017 HTML version - search broken, various 404s and script errors
# Isiah Meadows (8 years ago)
I'd probably raise it there just in case. Worst case scenario, it just gets closed.
Isiah Meadows me at isiahmeadows.com
Looking for web consulting? Or a new website? Send me an email and we can get started. www.isiahmeadows.com
# T.J. Crowder (8 years ago)
On Mon, Jul 17, 2017 at 12:21 PM, Isiah Meadows <isiahmeadows at gmail.com> wrote:
I'd probably raise it there just in case. Worst case scenario, it just gets closed.
Done, thanks: tc39/ecma262#959
-- T.J. Crowder
The search box in the HTML version of the latest released spec, 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 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 tc39/ecma262/issues. Please correct me if I'm wrong.
404s:
There's also an unexpected token error:
Mousing over various things causes errors like this:
-- T.J. Crowder
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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20170717/272fb4f2/attachment.html>