- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 05 May 2011 23:39:16 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv13422 Modified Files: Overview.html Log Message: Suggest more adaptive renderings for progress bars. (whatwg r6089) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4892 retrieving revision 1.4893 diff -u -d -r1.4892 -r1.4893 --- Overview.html 5 May 2011 22:45:22 -0000 1.4892 +++ Overview.html 5 May 2011 23:39:12 -0000 1.4893 @@ -65357,11 +65357,20 @@ <p>When the <i title="">progress</i> binding applies to a <code><a href="#the-progress-element">progress</a></code> element, the element is expected to render as an 'inline-block' box with a 'height' of '1em' and a 'width' of - '10em', a 'vertical-align' of '-0.2em', and with its contents - depicting a horizontal progress bar, with the start on the right and - the end on the left if the 'direction' property on this element has - a computed value of 'rtl', and with the start on the left and the - end on the right otherwise.</p> + '10em', and a 'vertical-align' of '-0.2em'.</p> + + + + <p> <img alt="" class="extra" src="http://dev.w3.org/html5/spec/images/sample-progress.png"> + When the element is wider than it is tall, the element is + expected to be depicted as a horizontal progress bar, with the start + on the right and the end on the left if the 'direction' property on + this element has a computed value of 'rtl', and with the start on + the left and the end on the right otherwise. When the element is + taller than it is wide, it is expected to depicted as a vertical + progress bar, with the lowest value on the bottom. When the element + is square, it is expected to be depicted as a direction-independent + progress widget (e.g. a circular progress ring).</p> <p>User agents are expected to use a presentation consistent with platform conventions for progress bars. In particular, user agents
Received on Thursday, 5 May 2011 23:39:18 UTC