Skip to content

Commit 51cfa49

Browse files
andreasttAutomatedTester
authored andcommitted
capabilities: correct capbilities typos
Fixes: #821
1 parent 6a8fa1e commit 51cfa49

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

webdriver-spec.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2100,7 +2100,7 @@ <h3>Processing Capabilities</h3>
21002100
<var>validated first match capabilities</var>.
21012101
</ol>
21022102

2103-
<li><p>For each <var>first match capbilities</var> corresponding
2103+
<li><p>For each <var>first match capabilities</var> corresponding
21042104
to an indexed property in <var>validated first match capabilities</var>:
21052105
<ol>
21062106
<li><p>Let <var>merged capabilities</var> be the result of
@@ -2239,15 +2239,15 @@ <h3>Processing Capabilities</h3>
22392239
</ol>
22402240

22412241
<aside class=note>
2242-
<p>The algorithm outlined in <a>matching capabilities</a> blithely
2243-
ignores real-world problems that make implemention less than
2244-
perfectly straightforward, particularly since capbilities can
2245-
interact in unforeseen ways.
2246-
2247-
<p>As an example, an implementation could have a capbility that gives
2248-
the path to the browser binary to use. This could cause
2249-
both <code>browserName</code> and <code>browserVersion</code> to be
2250-
impossible to match against until the browser process is started.
2242+
<p>The algorithm outlined in <a>matching capabilities</a>
2243+
blithely ignores real-world problems
2244+
that make implemention less than perfectly straightforward,
2245+
particularly since capabilities can interact in unforeseen ways.
2246+
2247+
<p>As an example, an implementation could have a capbility
2248+
that gives the path to the browser binary to use.
2249+
This could cause both <code>browserName</code> and <code>browserVersion</code>
2250+
to be impossible to match against until the browser process is started.
22512251
</aside>
22522252

22532253
<p>When <dfn>matching capabilities</dfn>

0 commit comments

Comments
 (0)