You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>For a determinate progress bar (one with known current and maximum values), returns the
51404
51405
result of dividing the current value by the maximum value.</p>
51405
51406
51406
51407
<p>For an indeterminate progress bar, returns −1.</p>
51407
-
51408
51408
</dd>
51409
-
51410
51409
</dl>
51411
51410
51412
51411
<div w-nodev>
51413
51412
51414
-
<p>If the progress bar is an indeterminate progress bar, then the <dfn><code data-x="dom-progress-position">position</code></dfn> IDL attribute must return −1.
51415
-
Otherwise, it must return the result of dividing the <span data-x="concept-progress-value">current
51416
-
value</span> by the <span data-x="concept-progress-maximum">maximum value</span>.</p>
51413
+
<p>If the progress bar is an indeterminate progress bar, then the <dfn><code
51414
+
data-x="dom-progress-position">position</code></dfn> IDL attribute must return −1.
51415
+
Otherwise, it must return the result of dividing the <span
51416
+
data-x="concept-progress-current-value">current value</span> by the <span
<p>If the progress bar is an indeterminate progress bar, then the <dfn><code data-x="dom-progress-value">value</code></dfn> IDL attribute, on getting, must return 0.
51419
+
<p>If the progress bar is an indeterminate progress bar, then the <dfn><code
51420
+
data-x="dom-progress-value">value</code></dfn> IDL attribute, on getting, must return 0.
51419
51421
Otherwise, it must return the <span data-x="concept-progress-value">current value</span>. On
51420
51422
setting, the given value must be converted to the <span>best representation of the number as a
51421
51423
floating-point number</span> and then the <code data-x="dom-progress-value">value</code> content
0 commit comments