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
- HTML5 A vocabulary and associated APIs for HTML and XHTML, Section 4.10.16
See also
Related pages
- HTMLProgressElementHTMLProgressElement
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]