Skip to content

Commit 7f85e21

Browse files
committed
Fix linkage around NavigatorAutomationInformation interface mixin
1 parent d9fe515 commit 7f85e21

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,12 +180,12 @@ is set to true when the user agent is under remote control.
180180
It is initially false.
181181

182182
<pre class=idl>
183-
<a>Navigator</a> includes <a>NavigatorAutomationInformation</a>;
183+
Navigator includes NavigatorAutomationInformation;
184184
</pre>
185185

186186
<p>
187-
Note that the <dfn>NavigatorAutomationInformation</dfn> interface
188-
should not be exposed on <a><code>WorkerNavigator</code></a>.
187+
Note that the {{NavigatorAutomationInformation}} interface
188+
should not be exposed on {{WorkerNavigator}}.
189189

190190
<pre class=idl>
191191
interface mixin NavigatorAutomationInformation {
@@ -194,7 +194,7 @@ interface mixin NavigatorAutomationInformation {
194194
</pre>
195195

196196
<dl>
197-
<dt><dfn>webdriver</dfn>
197+
<dt>{{NavigatorAutomationInformation/webdriver}}
198198
<dd>
199199
<p>Returns true if <a>webdriver-active flag</a> is set, false otherwise.
200200
</dl>
@@ -204,7 +204,7 @@ interface mixin NavigatorAutomationInformation {
204204
For web authors (non-normative):
205205

206206
<dl>
207-
<dt><code>navigator</code>.<a><code>webdriver</code></a>
207+
<dt><code>navigator</code>.<code>webdriver</code>
208208
<dd><p>
209209
Defines a standard way for co-operating user agents
210210
to inform the document that it is controlled by WebDriver,

0 commit comments

Comments
 (0)