Skip to content

Commit cc4c0d2

Browse files
authored
Add 'export' class to definition terms to be referenced in the Digital Credentials API (#1945)
1 parent 8d7f8f8 commit cc4c0d2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ <h2>Nodes</h2>
292292
a specific <a>intermediary node</a> and an <a>endpoint node</a> are
293293
said to be <dfn>upstream</dfn> of the <a>endpoint node</a>.
294294

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

1822-
<p>When required to <dfn>validate capabilities</dfn> with
1822+
<p>When required to <dfn class="export">validate capabilities</dfn> with
18231823
argument <var>capabilities</var>:
18241824

18251825
<ol>
@@ -1964,7 +1964,7 @@ <h3>Processing capabilities</h3>
19641964
</aside>
19651965

19661966
<p>
1967-
When <dfn>matching capabilities</dfn> given
1967+
When <dfn class="export">matching capabilities</dfn> given
19681968
JSON <a>Object</a> <var>capabilities</var>, and a <a>session
19691969
configuration flags</a> <var>flags</var>, an <a>endpoint node</a>
19701970
must take the following steps:

0 commit comments

Comments
 (0)