6 -webkit-logical-width:
200px;
7 -webkit-logical-height:
100px;
14 -webkit-logical-width:
100px;
15 -webkit-logical-height:
25px;
16 background-color:orange;
22 LTR fieldset with left/center/right text-align:
<br>
25 <legend style=
"text-align:left; margin-left:20px"><div></div></legend>
29 <legend style=
"text-align:right; margin-right:20px"><div></div></legend>
33 <legend style=
"text-align:center;"><div></div></legend>
38 RTL fieldset with left/center/right text-align:
<br>
41 <legend style=
"text-align:left; margin-left:20px"><div></div></legend>
45 <legend style=
"text-align:right; margin-right:20px"><div></div></legend>
49 <legend style=
"text-align:center;"><div></div></legend>
54 Vertical LTR fieldset with left/center/right text-align:
<br>
56 <fieldset style=
"-webkit-writing-mode:vertical-lr">
57 <legend style=
"text-align:left; margin-top:20px"><div></div></legend>
60 <fieldset style=
"-webkit-writing-mode:vertical-lr">
61 <legend style=
"text-align:right; margin-bottom:20px"><div></div></legend>
64 <fieldset style=
"-webkit-writing-mode:vertical-lr">
65 <legend style=
"text-align:center"><div></div></legend>
71 Vertical RTL fieldset with left/center/right text-align:
<br>
73 <fieldset dir=rtl
style=
"-webkit-writing-mode:vertical-lr">
74 <legend style=
"text-align:left; margin-top:20px"><div></div></legend>
77 <fieldset dir=rtl
style=
"-webkit-writing-mode:vertical-lr">
78 <legend style=
"text-align:right; margin-bottom:20px"><div></div></legend>
81 <fieldset dir=rtl
style=
"-webkit-writing-mode:vertical-lr">
82 <legend style=
"text-align:center"><div></div></legend>