From 932172a372a2829a0e68c411d4cd142d2cdbde1d Mon Sep 17 00:00:00 2001
From: Di Zhang When the control is wider than it is tall (or square), the control is expected to be a
horizontal slider, with the lowest value on the right if the 'direction' property on
this element has a computed value of 'rtl', and on the left otherwise. When the
- control is taller than it is wide, it is expected to be a vertical slider, with the lowest value
- on the bottom.
Predefined suggested values (provided by the list
attribute) are expected to be shown as tick marks on the slider, which the slider can snap to.
User agents are expected to use a presentation consistent with platform conventions for gauges, if any.
@@ -133255,9 +133257,11 @@ progress { appearance: auto; } 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 be - 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). + depicted as a vertical progress bar, with the start on the bottom and the end on the top if the + 'direction' property on this element has a computed value of 'rtl', and + with the start on the top and the end on the bottom otherwise. When the element is square, it is + expected to be depicted as a direction-independent progress widget (e.g. a circular progress + ring).User agents are expected to use a presentation consistent with platform conventions for
progress bars. In particular, user agents are expected to use different presentations for
@@ -141612,6 +141616,7 @@ INSERT INTERFACES HERE
Devarshi Pant,
Devdatta,
Devin Rousso,
+ Di Zhang,
Diego Ferreiro Val,
Diego González Zúñiga,
Diego Ponce de León,
From 03b56c3edb19e46c1a0919c1e1b373fa7d51e3d5 Mon Sep 17 00:00:00 2001
From: Di Zhang
When the control is wider than it is tall (or square), the control is expected to be a - horizontal slider, with the lowest value on the right if the 'direction' property on - this element has a computed value of 'rtl', and on the left otherwise. When the - control is taller than it is wide, it is expected to be a vertical slider, with the lowest value on - the bottom if the 'direction' property on this element has a computed value - of 'rtl', and on the left otherwise.
+When the 'writing-mode' property on this control has the computed + value of 'horizontal-tb', the control is expected to be a horizontal slider. Its lowest + value is on the right if the 'direction' property has a computed value of + 'rtl', and on the left otherwise. When the 'writing-mode' property on this control has + the computed value of 'vertical-lr' or 'vertical-rl', it is expected to be a vertical + slider. Its lowest value is on the bottom if the 'direction' property has a + computed value of 'rtl', and on the top otherwise.
Predefined suggested values (provided by the list
attribute) are expected to be shown as tick marks on the slider, which the slider can snap to.
When the element is wider than it is tall (or square), the depiction is expected to be of a - horizontal gauge, with the minimum value on the right if the 'direction' property on - this element has a computed value of 'rtl', and on the left otherwise. When the - element is taller than it is wide, it is expected to depict a vertical gauge, with the minimum - value on the bottom if the 'direction' property on this element has a computed - value of 'rtl', and on the left otherwise.
+When the 'writing-mode' property on this element has the computed + value of 'horizontal-tb', the depiction is expected to be of a horizontal gauge. Its minimum + value is on the right if the 'direction' property has a computed value of + 'rtl', and on the left otherwise. When the 'writing-mode' property on this element has + the computed value of 'vertical-lr' or 'vertical-rl', it is expected to depict a + vertical gauge. Its minimum value is on the bottom if the 'direction' property has a + computed value of 'rtl', and on the top otherwise.
User agents are expected to use a presentation consistent with platform conventions for gauges, if any.
@@ -133250,18 +133253,15 @@ progress { appearance: auto; } 'block-size' of '1em' and a 'inline-size' of '10em', and a 'vertical-align' of '-0.2em'. - - -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 +
When the 'writing-mode' property on this element has the computed + value of 'horizontal-tb', the element is expected to be depicted as a horizontal progress + bar. The start is on the right and the end is 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 be - depicted as a vertical progress bar, with the start on the bottom and the end on the top if the + end on the right otherwise. When the 'writing-mode' property on this element has the + computed value of 'vertical-lr' or 'vertical-rl', it is expected to be depicted as a + vertical progress bar. The start is on the bottom and the end is on the top if the 'direction' property on this element has a computed value of 'rtl', and - with the start on the top and the end on the bottom otherwise. When the element is square, it is - expected to be depicted as a direction-independent progress widget (e.g. a circular progress - ring).
+ with the start on the top and the end on the bottom otherwise.User agents are expected to use a presentation consistent with platform conventions for
progress bars. In particular, user agents are expected to use different presentations for
From 36f3c06f5526d4df11cc354fd9ed63e86a391b77 Mon Sep 17 00:00:00 2001
From: Di Zhang
When the 'writing-mode' property on this element has the computed - value of 'horizontal-tb', the element is expected to be depicted as a horizontal progress - bar. The start is on the right and the end is 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 'writing-mode' property on this element has the - computed value of 'vertical-lr' or 'vertical-rl', it is expected to be depicted as a - vertical progress bar. The start is on the bottom and the end is on the top if the - 'direction' property on this element has a computed value of 'rtl', and - with the start on the top and the end on the bottom otherwise.
+ + +When the + 'writing-mode' property on this element has the computed value of + 'horizontal-tb', the element is expected to be depicted as a horizontal progress bar. The start is + on the right and the end is 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 'writing-mode' property on this element has the computed + value of 'vertical-lr' or 'vertical-rl', it is expected to be depicted as a vertical + progress bar. The start is on the bottom and the end is on the top if the 'direction' + property on this element has a computed value of 'rtl', and with the start on the top + and the end on the bottom otherwise. When the element is square, it is expected to be depicted as a + direction-independent progress widget (e.g. a circular progress ring).
User agents are expected to use a presentation consistent with platform conventions for
progress bars. In particular, user agents are expected to use different presentations for
From 78ba066d8fb3e0a92aa78de4faca5ad8aa778112 Mon Sep 17 00:00:00 2001
From: Di Zhang EGz)S04%s_0E7Uz#uWtyiwFWSc!0nGgAxS$Fo;AThk*qG
zK@7wY@M5q7fd~RI4Ac-PVqlLz7lRN478qa%oH3|Ca2bI=1|1065kz9}6u}7$J|N)7
zKpF!r4CokyVvvME8V2zgL}1{JffEKc7?@x{!axE85e#@R*p0vdfggfe1bqnJB3MB%
zjbIo78$lj|Bm@iubOc%mWVj^|WFY88@Ed|R2%aD)N05sk6oDoJX#~j#+z{+XaDa=)
z!1hZAkmqYz32qB&66wzF+?(v8%5SmeHGT8sr=8mt9=~4lbn|w|s$wOnKKNOWa63;&
zx>YhfmRQs9O_R^FW3Fj86ZEgO=a}W6R61QGSL*+xb6JIK$hpvTEtB0hgbrF7zu0rd
zh5x*ORPkMjeya>h=dIwxqiSMK0g81t+l2!S8F;=!XT(MJW~yk`U)aHe^HWb1+ When the
'writing-mode' property on this element has the computed value of
@@ -133264,18 +133259,13 @@ progress { appearance: auto; }
value of 'vertical-lr' or 'vertical-rl', it is expected to be depicted as a vertical
progress bar. The start is on the bottom and the end is on the top if the 'direction'
property on this element has a computed value of 'rtl', and with the start on the top
- and the end on the bottom otherwise. When the element is square, it is expected to be depicted as a
- direction-independent progress widget (e.g. a circular progress ring).
User agents are expected to use a presentation consistent with platform conventions for progress bars. In particular, user agents are expected to use different presentations for determinate and indeterminate progress bars. User agents are also expected to vary the presentation based on the dimensions of the element.
-For example, on some platforms for showing indeterminate progress there is a - "spinner" progress indicator with square dimensions, which could be used when the element is - square, and an indeterminate progress bar, which could be used when the element is wide.
-Requirements for how to determine if the progress bar is determinate or
indeterminate, and what progress a determinate progress bar is to show, are included in the
definition of the progress
element.
When the 'writing-mode' property on this control has the computed - value of 'horizontal-tb', the control is expected to be a horizontal slider. Its lowest - value is on the right if the 'direction' property has a computed value of - 'rtl', and on the left otherwise. When the 'writing-mode' property on this control has - the computed value of 'vertical-lr' or 'vertical-rl', it is expected to be a vertical - slider. Its lowest value is on the bottom if the 'direction' property has a - computed value of 'rtl', and on the top otherwise.
+When the 'writing-mode' property on this control is horizontal, the control is + expected to be a horizontal slider. Its lowest value is on the right if the + 'direction' property has a computed value of 'rtl', and on the left + otherwise. When the 'writing-mode' property on this control is vertical, it is + expected to be a vertical slider. Its lowest value is on the bottom if the 'direction' + property has a computed value of 'rtl', and on the top otherwise.
Predefined suggested values (provided by the list
attribute) are expected to be shown as tick marks on the slider, which the slider can snap to.
When the 'writing-mode' property on this element has the computed - value of 'horizontal-tb', the depiction is expected to be of a horizontal gauge. Its minimum - value is on the right if the 'direction' property has a computed value of - 'rtl', and on the left otherwise. When the 'writing-mode' property on this element has - the computed value of 'vertical-lr' or 'vertical-rl', it is expected to depict a - vertical gauge. Its minimum value is on the bottom if the 'direction' property has a - computed value of 'rtl', and on the top otherwise.
+When the 'writing-mode' property on this element is horizontal, the depiction is + expected to be of a horizontal gauge. Its minimum value is on the right if the + 'direction' property has a computed value of 'rtl', and on the left + otherwise. When the 'writing-mode' property on this element is vertical, it is + expected to depict a vertical gauge. Its minimum value is on the bottom if the + 'direction' property has a computed value of 'rtl', and on the top + otherwise.
User agents are expected to use a presentation consistent with platform conventions for gauges, if any.
@@ -133251,15 +133250,14 @@ progress { appearance: auto; }When the - 'writing-mode' property on this element has the computed value of - 'horizontal-tb', the element is expected to be depicted as a horizontal progress bar. The start is - on the right and the end is 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 'writing-mode' property on this element has the computed - value of 'vertical-lr' or 'vertical-rl', it is expected to be depicted as a vertical - progress bar. The start is on the bottom and the end is on the top if the 'direction' - property on this element has a computed value of 'rtl', and with the start on the top - and the end on the bottom otherwise.
+ 'writing-mode' property on this element is horizontal, the element is expected to be + depicted as a horizontal progress bar. The start is on the right and the end is 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 'writing-mode' + property on this element is vertical, it is expected to be depicted as a vertical progress bar. The + start is on the bottom and the end is on the top if the 'direction' property on this + element has a computed value of 'rtl', and with the start on the top and the end on + the bottom otherwise.User agents are expected to use a presentation consistent with platform conventions for
progress bars. In particular, user agents are expected to use different presentations for
From cc1a8aeca38c3e2dd3f04e46dc031e409c96677f Mon Sep 17 00:00:00 2001
From: Di Zhang
When the 'writing-mode' property on this control is horizontal, the control is - expected to be a horizontal slider. Its lowest value is on the right if the - 'direction' property has a computed value of 'rtl', and on the left - otherwise. When the 'writing-mode' property on this control is vertical, it is - expected to be a vertical slider. Its lowest value is on the bottom if the 'direction' - property has a computed value of 'rtl', and on the top otherwise.
+When this control has a horizontal writing mode, the control is expected to be a + horizontal slider. Its lowest value is on the right if the 'direction' property has a + computed value of 'rtl', and on the left otherwise. When this control has a + vertical writing mode, it is expected to be a vertical slider. Its lowest value is on + the bottom if the 'direction' property has a computed value of 'rtl', and + on the top otherwise.
+ +A horizontal writing mode is when resolving the 'writing-mode' property + of the control results in a computed value of 'horizontal-tb'.
+ +A vertical writing mode is when resolving the 'writing-mode' property of + the control results in a computed value of either 'vertical-rl', 'vertical-lr', 'sideways-rl' or + 'sideways-lr'.
Predefined suggested values (provided by the list
attribute) are expected to be shown as tick marks on the slider, which the slider can snap to.
When the 'writing-mode' property on this element is horizontal, the depiction is - expected to be of a horizontal gauge. Its minimum value is on the right if the - 'direction' property has a computed value of 'rtl', and on the left - otherwise. When the 'writing-mode' property on this element is vertical, it is - expected to depict a vertical gauge. Its minimum value is on the bottom if the - 'direction' property has a computed value of 'rtl', and on the top - otherwise.
+When this element has a horizontal writing mode, the depiction is expected to be of + a horizontal gauge. Its minimum value is on the right if the 'direction' property has + a computed value of 'rtl', and on the left otherwise. When this element has a + vertical writing mode, it is expected to depict a vertical gauge. Its minimum value is + on the bottom if the 'direction' property has a computed value of 'rtl', + and on the top otherwise.
User agents are expected to use a presentation consistent with platform conventions for gauges, if any.
@@ -133249,12 +133255,12 @@ progress { appearance: auto; } -When the - 'writing-mode' property on this element is horizontal, the element is expected to be - depicted as a horizontal progress bar. The start is on the right and the end is on the left if the +
When the this + element has a horizontal writing mode, the element is expected to be depicted as a + horizontal progress bar. The start is on the right and the end is 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 'writing-mode' - property on this element is vertical, it is expected to be depicted as a vertical progress bar. The + with the start on the left and the end on the right otherwise. When this element has a + vertical writing mode, it is expected to be depicted as a vertical progress bar. The start is on the bottom and the end is on the top if the 'direction' property on this element has a computed value of 'rtl', and with the start on the top and the end on the bottom otherwise.
From 8dcf3555af0a564799036e56e05f5f68ef585c21 Mon Sep 17 00:00:00 2001 From: Di ZhangSeveral widgets have their rendering controlled by the 'writing-mode' CSS + property. For the purposes of those widgets, we have the following definitions.
+ +A horizontal writing mode is when resolving the 'writing-mode' + property of the control results in a computed value of 'horizontal-tb'.
+ +A vertical writing mode is when resolving the 'writing-mode' property + of the control results in a computed value of either 'vertical-rl', 'vertical-lr', 'sideways-rl' + or 'sideways-lr'.
+ +A horizontal writing mode is when resolving the 'writing-mode' property - of the control results in a computed value of 'horizontal-tb'.
- -A vertical writing mode is when resolving the 'writing-mode' property of - the control results in a computed value of either 'vertical-rl', 'vertical-lr', 'sideways-rl' or - 'sideways-lr'.
-Predefined suggested values (provided by the list
attribute) are expected to be shown as tick marks on the slider, which the slider can snap to.
When the this +
When the this
element has a horizontal writing mode, the element is expected to be depicted as a
horizontal progress bar. The start is on the right and the end is on the left if the
'direction' property on this element has a computed value of 'rtl', and
From 80dcbd34cdde4405335315feb7aefc33c9847091 Mon Sep 17 00:00:00 2001
From: Domenic Denicola When the this
+ When the this
element has a horizontal writing mode, the element is expected to be depicted as a
horizontal progress bar. The start is on the right and the end is on the left if the
'direction' property on this element has a computed value of 'rtl', and