You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spec generator returns an error trying to process an uploaded .tar. Attached zip contains the tar file being uploaded (guidelines.tar) and the result from the spec-generator (output.html). The command used was:
@sidvishnoi Do you know if that problem will be solved with the new version of respec?
It seems the line causing the issue is <script>document.respecIsReady.then(() => {postRespec();});</script>
Spec generator returns an error trying to process an uploaded .tar. Attached zip contains the tar file being uploaded (guidelines.tar) and the result from the spec-generator (output.html). The command used was:
curl -F "file=@guidelines.tar" https://labs.w3.org/spec-generator/ > output.html.
guidelines.zip
The text was updated successfully, but these errors were encountered: