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

[Chore] Manifest fails to validate due to Specref issues #881

Closed
mgiuca opened this issue May 28, 2020 · 0 comments · Fixed by #883
Closed

[Chore] Manifest fails to validate due to Specref issues #881

mgiuca opened this issue May 28, 2020 · 0 comments · Fixed by #883
Assignees

Comments

@mgiuca
Copy link
Collaborator

mgiuca commented May 28, 2020

All of our manifest runs are failing to validate -- you can see by just loading up index.html in a browser. There are two specref issues:

  😱 ReSpec error: Couldn't match "document" to anything in the document or in any other document cited in this specification: dom, encoding, fetch, html, infra, screen-orientation, url, webidl. See how to cite to resolve the error at: 1.
  😱 ReSpec error: Couldn't match "list" to anything in the document or in any other document cited in this specification: dom, encoding, fetch, html, infra, screen-orientation, url, webidl. See how to cite to resolve the error at: 1.

I looked into both of these. The "document" one could have its tag removed, but it shouldn't need to. The "list" one is legitimate, it's trying to point at "list" in the Infra spec.

Searching for both of those terms in the given URL returns valid results. It just doesn't work in Respec. @marcoscaceres ?

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

Successfully merging a pull request may close this issue.

3 participants