File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -180,12 +180,12 @@ is set to true when the user agent is under remote control.
180
180
It is initially false.
181
181
182
182
<pre class=idl>
183
- <a> Navigator</a> includes <a> NavigatorAutomationInformation</a> ;
183
+ Navigator includes NavigatorAutomationInformation;
184
184
</pre>
185
185
186
186
<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}} .
189
189
190
190
<pre class=idl>
191
191
interface mixin NavigatorAutomationInformation {
@@ -194,7 +194,7 @@ interface mixin NavigatorAutomationInformation {
194
194
</pre>
195
195
196
196
<dl>
197
- <dt> <dfn>webdriver</dfn>
197
+ <dt> {{NavigatorAutomationInformation/webdriver}}
198
198
<dd>
199
199
<p> Returns true if <a>webdriver-active flag</a> is set, false otherwise.
200
200
</dl>
@@ -204,7 +204,7 @@ interface mixin NavigatorAutomationInformation {
204
204
For web authors (non-normative):
205
205
206
206
<dl>
207
- <dt><code> navigator</code> .<a>< code>webdriver</code></a >
207
+ <dt><code> navigator</code> .<code> webdriver</code>
208
208
<dd><p>
209
209
Defines a standard way for co-operating user agents
210
210
to inform the document that it is controlled by WebDriver,
You can’t perform that action at this time.
0 commit comments