[csswg-drafts] Can't generate html file for bikeshed file (#11233)

gitspeaks has just created a new issue for https://github.com/w3c/csswg-drafts:

== Can't generate html file for bikeshed file   ==
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/](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](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:

   ```bash
   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?

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11233 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 18 November 2024 15:00:49 UTC