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
51402
51403
result of dividing the current value by the maximum value.</p>
51403
51404
51404
51405
<p>For an indeterminate progress bar, returns −1.</p>
51405
-
51406
51406
</dd>
51407
-
51408
51407
</dl>
51409
51408
51410
51409
<div w-nodev>
51411
51410
51412
-
<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.
51413
-
Otherwise, it must return the result of dividing the <span data-x="concept-progress-value">current
51414
-
value</span> by the <span data-x="concept-progress-maximum">maximum value</span>.</p>
51411
+
<p>If the progress bar is an indeterminate progress bar, then the <dfn><code
51412
+
data-x="dom-progress-position">position</code></dfn> IDL attribute must return −1.
51413
+
Otherwise, it must return the result of dividing the <span
51414
+
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.
51417
+
<p>If the progress bar is an indeterminate progress bar, then the <dfn><code
51418
+
data-x="dom-progress-value">value</code></dfn> IDL attribute, on getting, must return 0.
51417
51419
Otherwise, it must return the <span data-x="concept-progress-value">current value</span>. On
51418
51420
setting, the given value must be converted to the <span>best representation of the number as a
51419
51421
floating-point number</span> and then the <code data-x="dom-progress-value">value</code> content
0 commit comments