-
Notifications
You must be signed in to change notification settings - Fork 95
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
Link DOM living spec #193
Link DOM living spec #193
Conversation
entities/global.ent
Outdated
<!ENTITY url.spec.dom.living.node "https://dom.spec.whatwg.org/#interface-node"> | ||
<!ENTITY url.spec.dom.living.attr "https://dom.spec.whatwg.org/#interface-attr"> | ||
<!ENTITY url.spec.dom.living.characterdata "https://dom.spec.whatwg.org/#interface-characterdata"> | ||
<!ENTITY url.spec.dom.living.comment "https://dom.spec.whatwg.org/#interface-comment"> |
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.
Maybe add a "base" entity which just has the URL? And have the others ones use that?
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.
Hm maybe, we don't really do that for the rest though 🤷
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.
We do it a lot in language-snippets
but not here indeed...
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.
Tomorrow problem...
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.
Fixed
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.
Thank you!
No description provided.