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

Section numbers that appear in D.2 should not be linked #63

Closed jorendorff closed 10 years ago

jorendorff commented 10 years ago

D.2 says:

Clause references in this list refer to the clause numbers used in Edition 5 and 5.1.

So these "clause references" should not link to the corresponding sections of the ES6 spec! I'll change them to not be linked at all, I guess.

(Or they should link to the corresponding sections in the Edition 5.1 specification. That would be easy to implement. But I'm concerned it would play tricks on the reader, who may or may not have read closely enough to get what's happening.)