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

id namespacing is undocumented and seems to be broken #532

Open
gibson042 opened this issue Jun 18, 2023 · 1 comment
Open

id namespacing is undocumented and seems to be broken #532

gibson042 opened this issue Jun 18, 2023 · 1 comment

Comments

@gibson042
Copy link
Contributor

The namespace attribute used in test/baselines/sources/namespaces.html is not documented at https://tc39.es/ecmarkup/ , and rendering that file generates many unexpected warnings and in-document links.

gibson042 added a commit to gibson042/ecmarkup that referenced this issue Jun 18, 2023
@bakkot
Copy link
Contributor

bakkot commented Jun 18, 2023

It's definitely inadequately documented. It predates me, but my understanding is that namespacing applies to terms and definitions within the namespace, not to ids - ids are an HTML concept, not an ecmarkup concept, and must be globally unique within the document (not just within the namespace) so they can be linked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants