[Bug 17057] '"2x" means "maximum pixel density of 2 device pixels per CSS pixel"' the algorithm actually treats this as a minimum so this note should be reworded.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17057

Odin Hørthe Omdal <odinho@opera.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |odinho@opera.com

--- Comment #1 from Odin Hørthe Omdal <odinho@opera.com> 2012-05-16 12:51:09 UTC ---
This also affects the steps taking away entries from the candidates based on
width and height.

Spec currently says:

> If there are any entries in candidates that have an associated width
> that is greater than max width, then remove them, unless that would
> remove all the entries, in which case remove only the entries whose
> associated width is greater than the smallest such width.

I believe it should say:

> If there are any entries in candidates that have an associated width
> that is equal to or less than max width, then remove them, unless that would
> remove all the entries, in which case remove only the entries whose
> associated width is greater than the smallest such width.

And equally for height.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 16 May 2012 12:51:17 UTC