Progress
Progress bar element in pure HTML, without JavaScript.
You can change a progress bar to an indeterminate state by setting the indeterminate
property to true
diff --git a/docs/progress.html b/docs/progress.html index 764ad23e..2b3459eb 100644 --- a/docs/progress.html +++ b/docs/progress.html @@ -1,3 +1 @@ -
You can change a progress bar to an indeterminate state by setting the indeterminate
property to true
A progress bar without a value
attribute is indeterminate.
You can change a progress bar to an indeterminate state by setting the indeterminate
property to true
A progress bar without a value
attribute is indeterminate.