HTML 5: The Markup Language (ARIA Edition)

progressprogress indicator # T

The progress element represents the completion progress of a task.

Content model #

Attribute model #

Element-specific attributes #

value = float.non-negative
Specifies how much of the task has been completed. The units are arbitrary and not specified.
max = float.positive
Specifies how much work the task requires in total. The units are arbitrary and not specified.

Assertions #

Tag omission #

A progress element must have both a start tag and an end tag.

Permitted contexts #