This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

position

Property of dom/HTMLElementdom/HTMLElement

Syntax

var result = element.position;
element.position = value;

Notes

Remarks

When the value attribute is omitted from a progress element, the element is indeterminate. The progress element shows activity, but not how much progress has actually been made. If the value attribute is used without a max value, the range is from 0 to 1. The following example displays the current value of the position property when the progress bar is changed.

Syntax

Standards information

See also

Related pages

Attributions