-
Notifications
You must be signed in to change notification settings - Fork 747
Closed
Labels
Description
I would like to submit edits to the spec via a pull request, but I am unable to generate a preview HTML file to verify my changes.
I attempted to preview the spec using https://api.csswg.org/bikeshed/ by submitting a direct link to the Bikeshed file:
https://github.com/gitspeaks/csswg-drafts/blob/main/css-position-3/Overview.bs.
However, I see the following errors:
FATAL ERROR: The document requires at least one <pre class=metadata> block.
FATAL ERROR: Spurious / in <input>.
FATAL ERROR: Found unmatched text macro [ABSTRACT]. Correct the macro, or escape it by replacing the opening [ with [
I cloned the repository locally and switched to the main
branch. In the css-position-3
directory, I ran:
bikeshed spec Overview.bs
But I get this error:
LINE ~398: Couldn't find section '#inset-area' in spec 'css-anchor-position-1':
[[css-anchor-position-1#inset-area]]
✘ Did not generate, due to errors exceeding the allowed error level.
My Environment:
Bikeshed version: 4.2.7
Spec branch: main
Spec directory: css-position-3/Overview.bs
Could you please help me understand what might be causing these errors and how I can resolve them?