Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ <h2>Nodes</h2>
a specific <a>intermediary node</a> and an <a>endpoint node</a> are
said to be <dfn>upstream</dfn> of the <a>endpoint node</a>.

<dt><dfn>Endpoint node</dfn>
<dt><dfn class="export">Endpoint node</dfn>
<dd>An endpoint node is the final <a>remote end</a>
in a chain of nodes that is not an <a>intermediary node</a>.
The endpoint node is implemented by a user agent or a similar program.
Expand Down Expand Up @@ -1819,7 +1819,7 @@ <h3>Processing capabilities</h3>
<li><p>Return <a>success</a> with data <a><code>null</code></a>.
</ol>

<p>When required to <dfn>validate capabilities</dfn> with
<p>When required to <dfn class="export">validate capabilities</dfn> with
argument <var>capabilities</var>:

<ol>
Expand Down Expand Up @@ -1964,7 +1964,7 @@ <h3>Processing capabilities</h3>
</aside>

<p>
When <dfn>matching capabilities</dfn> given
When <dfn class="export">matching capabilities</dfn> given
JSON <a>Object</a> <var>capabilities</var>, and a <a>session
configuration flags</a> <var>flags</var>, an <a>endpoint node</a>
must take the following steps:
Expand Down