- From: <bugzilla@jessica.w3.org>
- Date: Thu, 03 Mar 2011 20:22:52 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=12232
Summary: Progress element should be shown vertically when
height>width
Product: HTML WG
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: HTML5 spec (editor: Ian Hickson)
AssignedTo: ian@hixie.ch
ReportedBy: mounir.lamouri@gmail.com
QAContact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
public-html@w3.org, Ms2ger@gmail.com
Currently, the specs say that meter should be shown vertically when
height>width but nothing similar is said for the progress element. I do believe
this should be done too given that most systems support vertical progress bars
(Windows, GNU/Linux (with GTK at least) and MacOS X). And, really, a progress
bar with a height higher than it's width wouldn't look nice...
A paragraph like this one should be added:
When the element is wider than it is tall (or square), the depiction is
expected to be of 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 depict
a vertical progress bar, with the start on the bottom and the end on the top.
Removing the end of the first paragraph would also be needed.
--
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 Thursday, 3 March 2011 20:22:54 UTC