Skip to content

Commit bd7eb7c

Browse files
marcoscaceresAutomatedTester
authored andcommitted
Revert adding prefixes
1 parent 4c0f493 commit bd7eb7c

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

index.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ <h3>Algorithms</h3>
343343

344344
<p>Where algorithms that return values are fallible,
345345
they are written in terms of returning either
346-
<dfn class="export" data-local-lt="success">WebDriver success</dfn> (success) or <dfn data-local-lt="error" class="export">WebDriver error</dfn> (error).
346+
<dfn class="export">success</dfn> or <dfn class="export">error</dfn>.
347347
A <a>success</a> value has an associated <var>data</var> field
348348
which encapsulates the value returned,
349349
whereas an <a>error</a> response has an associated <a>error code</a>.
@@ -1090,7 +1090,7 @@ <h3>Errors</h3>
10901090
}</code></pre>
10911091
</aside>
10921092

1093-
<p>The following table lists each <dfn data-local-lt="error code">WebDriver error code</dfn>,
1093+
<p>The following table lists each <dfn>error code</dfn>,
10941094
its associated <a>HTTP status</a>,
10951095
JSON <code>error</code> code,
10961096
and a non-normative description of the error.
@@ -1134,7 +1134,7 @@ <h3>Errors</h3>
11341134
which is usually the result of an expired or invalid TLS certificate.
11351135

11361136
<tr>
1137-
<td><dfn class="export" data-local-lt="invalid argument">WebDriver invalid argument</dfn>
1137+
<td><dfn class="export">invalid argument</dfn>
11381138
<td>400
11391139
<td><code>invalid argument</code>
11401140
<td>The arguments passed to a <a>command</a>
@@ -1344,7 +1344,7 @@ <h3>Extensions</h3>
13441344
features.
13451345

13461346
<p>Commands defined in this way
1347-
are called <dfn class="export" data-local-lt="extension commands">WebDriver extension commands</dfn>
1347+
are called <dfn class="export">extension commands</dfn>
13481348
and behave no differently than other <a>commands</a>;
13491349
each has a dedicated HTTP endpoint and a set of <a>remote end steps</a>.
13501350

@@ -1406,8 +1406,7 @@ <h3>Extensions</h3>
14061406
matched, or a non-null JSON-serializable value if the capability is
14071407
matched.
14081408

1409-
<p>Other specifications may also define <dfn data-lt="WebDriver new
1410-
session algorithm">WebDriver new session algorithms</dfn>, which are
1409+
<p>Other specifications may also define <dfn>new session algorithms</dfn>, which are
14111410
called just after a new session is created, and before the <a>new
14121411
session</a> response is sent to the <a>remote end</a>. These
14131412
algorithms are called with <var>session</var> representing the
@@ -2146,7 +2145,7 @@ <h2>Sessions</h2>
21462145
and allowing sessions to be routed via a multiplexer
21472146
(known as an <a>intermediary node</a>).
21482147

2149-
<p>A <dfn class="export" data-local-lt="session">WebDriver session</dfn> represents
2148+
<p>A <dfn class="export">session</dfn> represents
21502149
the <a>connection</a> between a <a>local end</a> and a specific <a>remote end</a>.
21512150

21522151
<p>A <a>session</a> is started when

0 commit comments

Comments
 (0)