Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't restrict unknown directives #96

Merged
merged 4 commits into from
Mar 12, 2020
Merged

Conversation

nickburris
Copy link
Collaborator

@nickburris nickburris commented Mar 12, 2020

Unknown directives shouldn't have the same grammar restrictions as text directives, i.e. they don't have to percent-encode the text directive characters "&", "-", and ",". This patch creates a separate rule for unknown directives.

Fixes #91


💥 Error: write EPROTO 139705468127104:error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version:../deps/openssl/openssl/ssl/s23_clnt.c:772:

💥 ###

PR Preview failed to build. (Last tried on Mar 12, 2020, 11:22 PM UTC).

More

PR Preview relies on a number of web services to run. There seems to be an issue with the following one:

🚨 HTML Diff Service - The HTML Diff Service is used to create HTML diffs of the spec changes suggested in a pull request.

🔗 Related URL

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.

@nickburris nickburris requested a review from bokand March 12, 2020 22:06
Copy link
Collaborator

@bokand bokand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm % nit

index.bs Outdated Show resolved Hide resolved
@nickburris nickburris merged commit 3d0d682 into WICG:master Mar 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Spec] Don't restrict unknown directives
2 participants