[Bug 23820] Add special values for PropertyValueRange to enable preference specification in optional constraints

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

--- Comment #2 from Silvia Pfeiffer <silviapfeiffer1@gmail.com> ---
I should add this to be in contrast to:

{
  mandatory: {
    { frameRate: "maxPossible" }
  },
  optional: [
    { height:  {min: "minPossible"}}
  ]
}

Which asks for the highest possible framerate at a small resolution.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Received on Thursday, 14 November 2013 10:30:51 UTC