- From: <bugzilla@jessica.w3.org>
- Date: Wed, 26 May 2010 15:47:28 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=9670 --- Comment #2 from jrn@jrn.me.uk 2010-05-26 15:47:28 --- Another point is that it may be that the maximum value is far higher than the range normally used (or same for precision). For example, if I have a number that's normally 1-100, but may be 1-10000 with up to 3 decimal places of precision, I may want to have the field wide enough for 3 digits, not the full 9 digits that the number could need. Also, field size can be used to indicate importance (a larger field more readily attracts user attention), meaning that I may want to make it significantly larger than the biggest value it can hold. -- 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 Wednesday, 26 May 2010 15:47:32 UTC