Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stray &lt in spec #1304

Closed
DanielRosenwasser opened this issue Sep 11, 2018 · 4 comments
Closed

Stray &lt in spec #1304

DanielRosenwasser opened this issue Sep 11, 2018 · 4 comments
Labels
rendering bug A bug in the rendering of the spec on the web.

Comments

@DanielRosenwasser
Copy link
Member

DanielRosenwasser commented Sep 11, 2018

At the bottom of https://tc39.github.io/ecma262/#sec-static-semantics-tv-and-trv

The TRV of LineTerminatorSequence :: <CR>&lt is the sequence consisting of the code unit 0x000A (LINE FEED).

I believe this should be

The TRV of LineTerminatorSequence :: <CR> <LF> is the sequence consisting of the code unit 0x000A (LINE FEED).

@allenwb
Copy link
Member

allenwb commented Sep 11, 2018

The corresponding line in the ES6 spec is:

The TRV of LineTerminatorSequence :: <CR><LF> is the sequence consisting of the code unit value 0x000A.

@jmdyck jmdyck added the rendering bug A bug in the rendering of the spec on the web. label Sep 11, 2018
@jmdyck
Copy link
Collaborator

jmdyck commented Sep 11, 2018

The source is fine, so I've labelled this a rendering bug.

@bterlson
Copy link
Member

Filed here: rbuckton/grammarkdown#30.

@NilSet
Copy link
Contributor

NilSet commented Jan 2, 2019

This is now fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rendering bug A bug in the rendering of the spec on the web.
Projects
None yet
Development

No branches or pull requests

6 participants