- From: <bugzilla@jessica.w3.org>
- Date: Mon, 29 Aug 2011 16:39:21 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=13154 --- Comment #7 from Cameron Jones <cmhjones@gmail.com> 2011-08-29 16:39:20 UTC --- it might be possible to alter the specification of 'multiple' attribute to be dynamically typed and have a numeric value for the declaration of the quantity of multiplicity, eg: <input type="range" multiple="2"/> This indicates that the range should have 2 values, and the agent should interpret and provide the corresponding interface. The extrapolation of this example illustrates greater potential for this extension and could also extend to the 'required' attribute for declaration of the number of values required. This will work well with the other constraint declarations to provide rich interface elements: <input type="range" multiple="4" required="2" min="-1" max="1" step="0.1"/> -- Configure bugmail: http://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 Monday, 29 August 2011 16:39:23 UTC