Re: [web-annotation] Avoid mixed-content error with JSON-LD context in HTTPS

Technically
```
{
 "@context": ["http://www.w3.org/ns/anno.jsonld", 
"https://www.w3.org/ns/anno.jsonld"]
}
```

would be allowed, it would just be totally pointless, as the 
interpretation would be that each entry in the list is a different 
context, and thus the client would need to dereference the HTTP 
context as well as the HTTPS context.

-- 
GitHub Notification of comment by azaroth42
Please view or discuss this issue at 
https://github.com/w3c/web-annotation/issues/347#issuecomment-244130575
 using your GitHub account

Received on Thursday, 1 September 2016 16:13:40 UTC