We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We must avoid abbreviating JSON outside of strings... for example:
this is ok
{ "foo": "bar...baz" }
this is not.
{ "foo": { ...} }
The text was updated successfully, but these errors were encountered:
Discussed on July 8, 2021 WG call:
Sorry, something went wrong.
We could use some of this magic to make sure that "..."s aren't selectable if people try to copy-paste examples:
https://github.com/w3c/vc-data-model/blob/main/index.html#L108-L115
Addressed in PR #75 (using the appropriate div classes).
No branches or pull requests
We must avoid abbreviating JSON outside of strings... for example:
this is ok
this is not.
The text was updated successfully, but these errors were encountered: