Closed evanp closed 23 hours ago
Discovery from HTML can have two inputs:
https://html.example/some/path/image-14.html
<!DOCTYPE html><html><head><title>Example</title></head><body><img src="image-14.jpg"></body></html>
The discovery techniques are different for each input. If discovery by URL does not work, the user can try discovery by document, and the inverse.
Similarly, discovery from ActivityPub can have two kinds of inputs:
https://ap.example/objects/person-22.jsonld
{"@context": "https://www.w3.org/ns/activitystreams", "id": "https://ap.example/objects/person-22.jsonld", "type": "Person", "name": "Person Twenty-two"}
The discovery techniques are different for each.
Discovery from HTML can have two inputs:
https://html.example/some/path/image-14.html
.<!DOCTYPE html><html><head><title>Example</title></head><body><img src="image-14.jpg"></body></html>
The discovery techniques are different for each input. If discovery by URL does not work, the user can try discovery by document, and the inverse.
Similarly, discovery from ActivityPub can have two kinds of inputs:
https://ap.example/objects/person-22.jsonld
.{"@context": "https://www.w3.org/ns/activitystreams", "id": "https://ap.example/objects/person-22.jsonld", "type": "Person", "name": "Person Twenty-two"}
The discovery techniques are different for each.