-
Notifications
You must be signed in to change notification settings - Fork 63
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
plural <dfn>s #157
Comments
ljharb
added a commit
to ljharb/ecma262
that referenced
this issue
Sep 16, 2019
This will work a bit more cleanly once tc39/ecmarkup#157 lands, and "Job Queues" is picked up by ecmarkup.
ljharb
added a commit
to ljharb/ecma262
that referenced
this issue
Sep 16, 2019
This will work a bit more cleanly once tc39/ecmarkup#157 lands, and "Job Queues" is picked up by ecmarkup.
ljharb
added a commit
to ljharb/ecma262
that referenced
this issue
Sep 17, 2019
This will work a bit more cleanly once tc39/ecmarkup#157 lands, and "Job Queues" is picked up by ecmarkup.
ljharb
added a commit
to ljharb/ecma262
that referenced
this issue
Oct 1, 2019
This will work a bit more cleanly once tc39/ecmarkup#157 lands, and "Job Queues" is picked up by ecmarkup.
ljharb
added a commit
to ljharb/ecma262
that referenced
this issue
Oct 17, 2019
This will work a bit more cleanly once tc39/ecmarkup#157 lands, and "Job Queues" is picked up by ecmarkup.
ljharb
added a commit
to ljharb/ecma262
that referenced
this issue
Oct 17, 2019
This will work a bit more cleanly once tc39/ecmarkup#157 lands, and "Job Queues" is picked up by ecmarkup.
ljharb
added a commit
to ljharb/ecma262
that referenced
this issue
Oct 18, 2019
This will work a bit more cleanly once tc39/ecmarkup#157 lands, and "Job Queues" is picked up by ecmarkup.
Related issue #70 |
This was referenced Aug 16, 2021
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the spec, "Module Record", for example, has a
<dfn>
, so all occurrences ofModule Record
are auto-linked, which is great.However, occurrences of
Module Records
are not.It probably wouldn't be ideal to silently pluralize dfns, but perhaps something like
<dfn id="whatever" plural="Module Records">Module Record</dfn>
would work?The text was updated successfully, but these errors were encountered: