whatwg / urlpattern

URL Pattern Standard
https://urlpattern.spec.whatwg.org/
Other
157 stars 22 forks source link

Meta: Fix illegal closing tags #184

Closed jeremyroman closed 1 year ago

jeremyroman commented 1 year ago

:boom: Error: 400 Bad Request :boom:

PR Preview failed to build. (Last tried on Sep 12, 2023, 3:34 PM UTC).

More PR Preview relies on a number of web services to run. There seems to be an issue with the following one: :rotating_light: [CSS Spec Preprocessor](https://api.csswg.org/bikeshed/) - CSS Spec Preprocessor is the web service used to build Bikeshed specs. :link: [Related URL](https://api.csswg.org/bikeshed/?url=https%3A%2F%2Fraw.githubusercontent.com%2FWICG%2Furlpattern%2Fbf944e940ee014f40f8e4d276e1db81609a6a6ee%2Fspec.bs&md-warning=not%20ready) ``` Error running preprocessor, returned code: 2. FATAL ERROR: Garbage after the tagname in </div>. ✘ Did not generate, due to errors exceeding the allowed error level. ``` _If you don't have enough information above to solve the error by yourself (or to understand to which web service the error is related to, if any), please [file an issue](https://github.com/tobie/pr-preview/issues/new?title=Error%20not%20surfaced%20properly&body=See%20WICG/urlpattern%23184.)._
domenic commented 1 year ago

Nit on the commit message: if you want to follow https://github.com/whatwg/meta/blob/main/COMMITTING.md#commit-messages , no commit message. And probably a "Meta:" prefix since it is related to just getting the spec to build and isn't noticeable at all (even as an editorial change) in the output.

jeremyroman commented 1 year ago

Nit on the commit message: if you want to follow https://github.com/whatwg/meta/blob/main/COMMITTING.md#commit-messages , no commit message. And probably a "Meta:" prefix since it is related to just getting the spec to build and isn't noticeable at all (even as an editorial change) in the output.

Done.