[w3c/manifest] [Chore] Manifest fails to validate due to Specref issues (#881)

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](https://respec.org/xref/?term=document&types=_CONCEPT_) at: [1](#respec-offender-error-no-matching-dfn-found).
>  😱 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](https://respec.org/xref/?term=list&types=_CONCEPT_) at: [1](#respec-offender-error-no-matching-dfn-found-0).

I looked into both of these. The "document" one could have its <a> 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 ?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/881

Received on Thursday, 28 May 2020 03:39:34 UTC