Skip to content

Commit a934f0b

Browse files
committed
feat: simplify top-level section headers
1 parent 9182fc8 commit a934f0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ <h3>Example URL formats</h3>
212212
</section>
213213
</section>
214214
<section id="discovery">
215-
<h2>Discovering equivalent ActivityPub objects from HTML</h2>
215+
<h2>HTML to ActivityPub</h2>
216216
<p>This form of discovery, <dfn>forward discovery</dfn>, will identify an ActivityPub JSON-LD resource based on the HTML representation of the object.</p>
217217
<section>
218218
<h3>URL as input</h3>
@@ -525,7 +525,7 @@ <h4>Embedded JSON-LD failure</h4>
525525
</section>
526526
</section>
527527
<section id="reverse-discovery">
528-
<h2>Discovering HTML pages from ActivityPub objects</h2>
528+
<h2>ActivityPub to HTML</h2>
529529
<p>
530530
<dfn>Reverse discovery</dfn>, in this report, means identifying the HTML
531531
page that represents the same object as an ActivityPub JSON-LD object. This is necessary for user stories like creating a link to an actor in microsyntax.
@@ -772,7 +772,7 @@ <h5><code>url</code> property failure</h5>
772772
</section>
773773
</section>
774774
<section id="author-discovery">
775-
<h2>Discovering ActivityPub authors from HTML</h2>
775+
<h2>HTML to author ActivityPub</h2>
776776
<p>This section describes various methods for determining the ActivityPub ID of the author of an object represented by an HTML page.</p>
777777
<section>
778778
<h3>Discover equivalent object</h3>

0 commit comments

Comments
 (0)