Skip to content

Commit

Permalink
fix: IDs on all sections
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Prodromou committed Nov 8, 2024
1 parent 006d4cc commit a2a7d3b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ <h3>Example URL formats</h3>
</ul>
</section>
</section>
<section>
<h2 id="discovery">Discovering equivalent ActivityPub objects from HTML</h2>
<section id="discovery">
<h2>Discovering equivalent ActivityPub objects from HTML</h2>
<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>
<section>
<h3>Content negotiation</h3>
Expand Down Expand Up @@ -408,8 +408,8 @@ <h4>Embedded JSON-LD failure</h4>
</section>
</section>
</section>
<section>
<h2 id="reverse-discovery">Discovering HTML pages from ActivityPub objects</h2>
<section id="reverse-discovery">
<h2>Discovering HTML pages from ActivityPub objects</h2>
<p>
<dfn>Reverse discovery</dfn>, in this report, means identifying the HTML
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.
Expand Down Expand Up @@ -639,8 +639,8 @@ <h4>Webfinger failure</h4>
</section>
</section>
</section>
<section>
<h2 id="author-discovery">Discovering ActivityPub authors from HTML</h2>
<section id="author-discovery">
<h2>Discovering ActivityPub authors from HTML</h2>
<p>This section describes various methods for determining the ActivityPub ID of the author of an object represented by an HTML page.</p>
<section>
<h3>Discover equivalent object</h3>
Expand Down Expand Up @@ -724,7 +724,7 @@ <h3>Embedded JSON-LD</h3>
<h3>OpenGraph</h3>
</section>
</section>
<section>
<section id="consumers">
<h2>Best practices for consumers</h2>
<section>
<h3>Two-way confirmation</h3>
Expand All @@ -745,7 +745,7 @@ <h4>Discovering HTML pages</h4>
<h3>Handling multiple results</h3>
</section>
</section>
<section>
<section id="publishers">
<h2>Best practices for publishers</h2>
<section>
<h3>Two-way confirmation</h3>
Expand Down

0 comments on commit a2a7d3b

Please # to comment.