Skip to content

Commit

Permalink
Disambiguate "id" and "status" exports (#349)
Browse files Browse the repository at this point in the history
Follow-up to #348.
  • Loading branch information
foolip authored Jan 3, 2023
1 parent 5a452f4 commit fa58031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2563,11 +2563,11 @@ The progress of navigation is communicated using an immutable <dfn export>WebDri
navigation status</dfn> struct, which has the following items:

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

<dt><dfn export id="navigation-status-status">status</dfn></dt>
<dt><dfn export for="WebDriver navigation status" id="navigation-status-status">status</dfn></dt>
<dd>A status code that is either
"<dfn export id="navigation-status-canceled"><code>canceled</code></dfn>",
"<dfn export id="navigation-status-pending"><code>pending</code></dfn>", or
Expand Down

0 comments on commit fa58031

Please sign in to comment.