html5/spec rendering.html,1.84,1.85 spec.html,1.1476,1.1477

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv14701

Modified Files:
	rendering.html spec.html 
Log Message:
Suggest more adaptive renderings for progress bars. (whatwg r6089)

[updated by splitter]


Index: rendering.html
===================================================================
RCS file: /sources/public/html5/spec/rendering.html,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- rendering.html	4 May 2011 22:46:55 -0000	1.84
+++ rendering.html	5 May 2011 23:46:54 -0000	1.85
@@ -2879,11 +2879,20 @@
   <p>When the <i title="">progress</i> binding applies to a
   <code><a href="the-button-element.html#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

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1476
retrieving revision 1.1477
diff -u -d -r1.1476 -r1.1477
--- spec.html	5 May 2011 22:46:50 -0000	1.1476
+++ spec.html	5 May 2011 23:46:54 -0000	1.1477
@@ -367,7 +367,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.4892.
+This is revision 1.4893.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Thursday, 5 May 2011 23:46:58 UTC