whatwg / url

URL Standard
https://url.spec.whatwg.org/
Other
532 stars 140 forks source link

Editorial: add a URL path concept #812

Closed annevk closed 8 months ago

annevk commented 9 months ago

This will be useful for a future version of the Cookies RFC.

Closes #792.


:boom: Error: 400 Bad Request :boom:

PR Preview failed to build. (Last tried on Jan 26, 2024, 8:37 AM 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%2Fwhatwg%2Furl%2Fc9b5b18196386b2e3e8d82fcd37d2f0ec95d9b2d%2Furl.bs&force=1&md-status=LS-PR&md-Text-Macro=PR-NUMBER%20812) _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%20whatwg/url%23812.)._
annevk commented 8 months ago

@tabatkins can you help me with the error here? Am I blind to some typo? Thanks!

annevk commented 8 months ago

cc @johannhof

tabatkins commented 8 months ago

Sorry for the delay - the issue is your for="/" on the definition. Bikeshed is a touch inconsistent here, and doesn't allow that value to indicate an empty for on a dfn, only on a link. Remove it (or change it to for=""), and it'll build correctly.