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

Please mark some definitions as not exported #6

Closed
tabatkins opened this issue Sep 4, 2015 · 1 comment
Closed

Please mark some definitions as not exported #6

tabatkins opened this issue Sep 4, 2015 · 1 comment

Comments

@tabatkins
Copy link
Member

I added UI Events to Shepherd's linking database yesterday, and now we're running into problems due to it using <dfn> for a bunch of terms that it's actually just referencing from other specs.

The best solution, of course, is switching to a preprocessor that does cross-spec linking, but in the meantime there's an easy fix - just mark them all as not exported!

In particular, please add a data-no-export boolean attribute to:

  • The two *Error definitions in 3.6
  • The list of IDL definitions in 4.0. (You can put it on the list element, as it's a container for all of them.)
travisleithead added a commit that referenced this issue Sep 4, 2015
Per issue #6, removed dfn's around the exceptions. Trial removal around the DOM4 Event refs to ensure cross-linking intra-document still works.
@travisleithead
Copy link
Member

pull request #7 should address this. Thanks for bringing it to my attention!

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