Skip to content

Commit

Permalink
UA s/SHOULD/MUST/ use one with the smallest fitness distance
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-ivar committed Jan 28, 2021
1 parent 5390462 commit 609a909
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions getusermedia.html
Expand Up @@ -4350,10 +4350,10 @@ <h2>Methods</h2>
<li>
<p>Select one settings dictionary from <var>candidates</var>,
and return it as the result of the <a>SelectSettings</a>
algorithm. The UA SHOULD use the one with the smallest
<a>fitness distance</a>, as calculated in step 3, but
MAY prefer ones with <a>resizeMode</a> set to
<code>"none"</code> over <code>"crop-and-scale"</code>.</p>
algorithm. The UA MUST use one with the smallest
<a>fitness distance</a>, as calculated in step 3. If more than
one settings dictionary have the smallest fitness distance,
the user agent choses one of them.</p>
</li>
</ol>
<p>To apply the <dfn data-export>ApplyConstraints algorithm</dfn> to an
Expand Down

0 comments on commit 609a909

Please sign in to comment.