diff --git a/third_party/aria-practices/src/content/patterns/meter/examples/meter.html b/third_party/aria-practices/src/content/patterns/meter/examples/meter.html index bbda4aaec7408..3d0f35127bd61 100644 --- a/third_party/aria-practices/src/content/patterns/meter/examples/meter.html +++ b/third_party/aria-practices/src/content/patterns/meter/examples/meter.html @@ -2,44 +2,13 @@ - Meter Example - - - - - - - - - - -
-

Meter Example

- -
-

About This Example

- -

The following example of a CPU meter demonstrates the Meter Pattern.

-
- -
-
-

Example

-
- -

The value of this meter changes every 5 seconds. @@ -55,92 +24,5 @@

- -
- -
-

Keyboard Support

-

Not applicable.

-
- -
-

Role, Property, State, and Tabindex Attributes

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
RoleAttributeElementUsage
meter - div - -
    -
  • Identifies the element as a meter.
  • -
-
aria-valuemin="NUMBER"divSpecifies the minimum value the meter can have.
aria-valuemax="NUMBER"divSpecifies the maximum value the meter can have.
aria-valuenow="NUMBER"divSpecifies the current value of the meter.
aria-labelledbydivIdentifies the element that provides the accessible name of the meter.
-
- -
-

JavaScript and CSS Source Code

- - -
- -
-

HTML Source Code

-

To copy the following HTML code, please open it in CodePen.

- -
- - -
-