Skip to content

Commit 1962f6b

Browse files
Thiago Perrottasadym-chromium
authored andcommitted
editorial: export more definitions for extension modules (#593)
So that they can be referenced from other specs. Bug: #506 Bug: #587 Bug: w3c/permissions#425
1 parent 6b6f28c commit 1962f6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ protocol. These terms are distinct from their representation at the
329329

330330
The protocol is defined using a [[!RFC8610|CDDL]] definition. For the
331331
convenience of implementors two separate CDDL definitions are defined; the
332-
<dfn>remote end definition</dfn> which defines the format of messages produced
332+
<dfn export>remote end definition</dfn> which defines the format of messages produced
333333
on the [=local end=] and consumed on the [=remote end=], and the <dfn>local end
334334
definition</dfn> which defines the format of messages produced on the [=remote end=]
335335
and consumed on the [=local end=]
@@ -1930,7 +1930,7 @@ associated WebDriver [=window handle=] the [=/browsing context id=] must be the
19301930
same as the [=window handle=].
19311931

19321932
<div algorithm>
1933-
To <dfn>get a browsing context</dfn> given |context id|:
1933+
To <dfn export>get a browsing context</dfn> given |context id|:
19341934

19351935
1. If |context id| is null, return [=success=] with data null.
19361936

0 commit comments

Comments
 (0)