-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Editorial: Add <dfn> to well‑known symbols #1996
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a nice usability improvement.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think these are the wrong places to put the <dfn>
s. The table of well-known symbols is what defines @@whatever
; the Symbol.whatever
sections are just using those terms, like any other part of the spec. So I think the definitions should instead be moved to said table.
f06d26a
to
f212663
Compare
The downside of moving the |
I'm fine with that. For someone who doesn't know what the |
It’s possible to fix that by simply adding the |
<dfn>
to well‑known symbols1b0d853
to
c509b6b
Compare
Fixes #385
Preview (#sec-well-known-symbols)