- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 17 Aug 2011 21:27:10 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv24513 Modified Files: Overview.html Log Message: Clarify the exact ranges for <meter> (whatwg r6491) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5192 retrieving revision 1.5193 diff -u -d -r1.5192 -r1.5193 --- Overview.html 17 Aug 2011 20:17:40 -0000 1.5192 +++ Overview.html 17 Aug 2011 21:27:06 -0000 1.5193 @@ -38598,20 +38598,18 @@ optimum point is equal to the low boundary or the high boundary, or anywhere in between them, then the region between the low and high boundaries of the gauge must be treated as the optimum region, and - the low and high parts, if any, must be treated as - suboptimal. Otherwise, if the optimum point is less than the low - boundary, then the region between the minimum value and the low - boundary must be treated as the optimum region, the region between - the low boundary and the high boundary must be treated as a - suboptimal region, and the region between the high boundary and the - maximum value must be treated as an even less good region. Finally, - if the optimum point is higher than the high boundary, then the - situation is reversed; the region between the high boundary and the - maximum value must be treated as the optimum region, the region - between the high boundary and the low boundary must be treated as a - suboptimal region, and the remaining region between the low boundary - and the minimum value must be treated as an even less good - region.</p> + the low and high parts, if any, must be treated as suboptimal. + Otherwise, if the optimum point is less than the low boundary, then + the region between the minimum value and the low boundary must be + treated as the optimum region, the region from the low boundary up + to the high boundary must be treated as a suboptimal region, and the + remaining region must be treated as an even less good region. + Finally, if the optimum point is higher than the high boundary, then + the situation is reversed; the region between the high boundary and + the maximum value must be treated as the optimum region, the region + from the high boundary down to the low boundary must be treated as a + suboptimal region, and the remaining region must be treated as an + even less good region.</p> <p><strong>UA requirements for showing the gauge</strong>: When representing a <code><a href="#the-meter-element">meter</a></code> element to the user, the UA should
Received on Wednesday, 17 August 2011 21:27:12 UTC