Skip to content

localBiblio links but unexpectedly also throws #2464

Open
@saschanaz

Description

@saschanaz
<!DOCTYPE html>
<html>
  <head>
    <meta charset='utf-8'>
    <title>Replace me with a real title</title>
    <script src="../builds/respec-w3c.js" class='remove'></script>
    <script class='remove'>
      var respecConfig = {
        specStatus: "ED",
        editors: [{
          name: "Your Name",
          url: "https://your-site.com",
        }],
        github: "https://github.com/w3c/some-API/",
        localBiblio: {
          LOCAL: {
            title: "Test ref title",
            href: "http://test.com",
          },
        }
      };
    </script>
  </head>
  <body>
    <section id='abstract'>
      <p>
        This is required.
      </p>
    </section>
    <section id='sotd'>
      <p>
        This is required.
      </p>
    </section>
    <section id="conformance">
      <p id="refs-dom">[[DOM4]] [[DOM]] [[dom]] [[dom4]]</p>
      <p id="refs-cssom">[[CSSOM-VIEW]] [[cssom-view]] [[cssom-view-1]]</p>
      <p id="refs-local">[[LOCAL]] <a data-cite="LOCAL">PASS<a></p>
    </section>
  </body>
</html>
Couldn't match "pass" to anything in the document or in any other document cited in this specification: local. See how to cite to resolve the error at: 1.

Probably related to xref.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions