[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 #1 from Silvia Pfeiffer <silviapfeiffer1@gmail.com> ---
I would like to see a property value that codifies "give me your best effort",
too. I'd call it "minPossible" and "maxPossible" or something similar that is
no "min" and "max", because we have these already as property names, so should
not duplicate them as property values.

For example:

{
  mandatory: {
    { width: "maxPossible" },
    { height: "maxPossible" }
  },
  optional: [
    { frameRate: {max: 5} }
  ]
}   

would give me a low framerate but high quality video.

-- 
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:23:12 UTC