Skip to content

Commit fa58031

Browse files
authored
Disambiguate "id" and "status" exports (#349)
Follow-up to #348.
1 parent 5a452f4 commit fa58031

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
@@ -2563,11 +2563,11 @@ The progress of navigation is communicated using an immutable <dfn export>WebDri
25632563
navigation status</dfn> struct, which has the following items:
25642564

25652565
<dl>
2566-
<dt><dfn export id="navigation-status-id">id</dfn></dt>
2566+
<dt><dfn export for="WebDriver navigation status" id="navigation-status-id">id</dfn></dt>
25672567
<dd>The [=navigation id=] for the navigation, or null when the navigation is
25682568
canceled before making progress.</dd>
25692569

2570-
<dt><dfn export id="navigation-status-status">status</dfn></dt>
2570+
<dt><dfn export for="WebDriver navigation status" id="navigation-status-status">status</dfn></dt>
25712571
<dd>A status code that is either
25722572
"<dfn export id="navigation-status-canceled"><code>canceled</code></dfn>",
25732573
"<dfn export id="navigation-status-pending"><code>pending</code></dfn>", or

0 commit comments

Comments
 (0)