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

Linking errors #310

Closed
marcoscaceres opened this issue Sep 6, 2021 · 4 comments · Fixed by #313
Closed

Linking errors #310

marcoscaceres opened this issue Sep 6, 2021 · 4 comments · Fixed by #313

Comments

@marcoscaceres
Copy link
Member

Bikeshed is reporting the following errors, which is preventing this specification from being auto-published:

LINK ERROR: No 'dfn' refs found for 'activation | | | | | | | | behavior'.
<a data-link-type="dfn" data-lt="activation | | | | | | | | behavior">activation |
     |                   |        |          |                |                  |            | behavior</a>
LINK ERROR: No 'dfn' refs found for 'character | | | | value'.
<a data-link-type="dfn" data-lt="character | | | | value">character        |
		 |   |             | value</a>
LINK ERROR: No 'dfn' refs found for 'character | | | | value'.
<a data-link-type="dfn" data-lt="character | | | | value">character   |
		 |   |             | value</a>
LINK ERROR: No 'propdesc' refs found for 'ö'.
'ö'
LINK ERROR: No 'propdesc' refs found for 'ö'.
'Ö'
@garykac
Copy link
Member

garykac commented Sep 12, 2021

The section files need to be run through the pre-processor first before passing on to bikeshed.

Here, bikeshed is trying to interpret table formatting as links.

@marcoscaceres
Copy link
Member Author

There is a pre-processor for the pre-processor? 🧐 I was not aware.

@saschanaz
Copy link
Member

And that's called prepreprocessor 🤣

@garykac
Copy link
Member

garykac commented Sep 13, 2021

There is a pre-processor for the pre-processor? I was not aware.

Yes, the Building section of the Readme covers the details.

The build script ensures that the key and code and glyph values are formatted consistently and it also has special table editing support (so tables are easier to read/edit in the source files).

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