Skip to content

Commit

Permalink
Make meter native appearance responsive to writing modes
Browse files Browse the repository at this point in the history
  • Loading branch information
dizhang168 committed Nov 22, 2022
1 parent 611e7d8 commit 6ff86f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -123634,8 +123634,8 @@ marquee {
meter { appearance: auto; }</code></pre>

<p>The <code>meter</code> element is a <span>devolvable widget</span>. Its expected <span>native
appearance</span> is to render as an <span>'inline-block'</span> box with a <span>'height'</span>
of '1em' and a <span>'width'</span> of '5em', a <span>'vertical-align'</span> of '-0.2em', and
appearance</span> is to render as an <span>'inline-block'</span> box with a <span>'block-size'</span>
of '1em' and a <span>'inline-size'</span> of '5em', a <span>'vertical-align'</span> of '-0.2em', and
with its contents depicting a gauge.</p>

<p>When the element is wider than it is tall (or square), the depiction is expected to be of a
Expand Down

0 comments on commit 6ff86f1

Please sign in to comment.