w3c-ccg / did-spec

Please see README.md for latest version being developed by W3C DID WG.
https://w3c.github.io/did-core/
Other
124 stars 45 forks source link

Use colon separator or kebab-case for method-specific DID parameter names? #199

Closed peacekeeper closed 4 years ago

peacekeeper commented 5 years ago

There is discussion whether method-specific DID parameter names should use colon separators:

did:foo:21tDAKCERh95uGgKbJNHYp;foo:bar=high

or kebab-case style:

did:foo:21tDAKCERh95uGgKbJNHYp;foo-bar=high

See https://github.com/w3c-ccg/did-spec/pull/189#discussion_r280993986

jandrieu commented 4 years ago

Closing because we've moved it to the DID WG did-spec repo.