blob: e488d8dd51f99baa15c6da94186fe0c9023e1fad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE html>
<link rel="author" title="Di Zhang" href="mailto:dizhangg@chromium.org">
<link rel="help" href="https://html.spec.whatwg.org/#the-meter-element">
<link rel="help" href="https://drafts.csswg.org/css-writing-modes-4/#block-flow">
<title>Meter appearance native writing mode vertical & RTL direction</title>
<meta charset="utf-8">
<link rel="mismatch" href="meter-appearance-native-horizontal-rtl.optional.html">
<link rel="mismatch" href="meter-appearance-native-vertical.optional.html">
<!-- Note test description should be the same across all files to mismatch on. -->
<p>The meter element below should match the correct writing mode.</p>
<meter value="70" min="0" max="100" style="writing-mode: vertical-rl; direction: rtl"></meter>
|