Skip to content

Commit a17c66a

Browse files
committed
Look up proxyType case insensitively
When deserializing, be kind to folks who are using enums in the local end and have sent the names of the proxyType in upper case. Closes #803
1 parent 8b1a738 commit a17c66a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

webdriver-spec.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@ <h3>Dependencies</h3>
419419
in the Infra standard: [[!INFRA]]
420420
<ul>
421421
<!-- ASCII lower alpha --> <li><dfn><a href=https://infra.spec.whatwg.org/#ascii-lower-alpha>ASCII lower alpha</a></dfn>
422+
<!-- ASCII lowercase --> <li><dfn><a href=https://infra.spec.whatwg.org/#ascii-lowercase>ASCII lowercase</a></dfn>
422423
</ul>
423424

424425
<dt>Page Visibility
@@ -2022,6 +2023,9 @@ <h3>Proxy</h3>
20222023
<li><p>Let <var>value</var> be the result of <a>getting a
20232024
property</a> named <var>name</var> from <var>parameter</var>.
20242025

2026+
<li><p>Let <var>key</var> be the result of
2027+
<a data-lt="ASCII lowercase">lowercasing</a> <var>key</var>.
2028+
20252029
<li><p>If there is no matching <code>key</code> for <var>key</var>
20262030
in the <a>proxy configuration</a> table return an <a>error</a>
20272031
with <a>error code</a> <a>invalid argument</a>.

0 commit comments

Comments
 (0)