diff --git a/sections/semantics-forms.include b/sections/semantics-forms.include index d613032320..8635c50b03 100644 --- a/sections/semantics-forms.include +++ b/sections/semantics-forms.include @@ -8633,7 +8633,7 @@ You cannot submit this form when the field is incorrect. current value relative to the maximum value, e.g. by filling an appropriate fraction of the widget in a contrasting color. -
Determinate progress bars
+
Determinate progress bars
Authors are encouraged to include the current value and the maximum value inline as text inside the element, so that the progress is made available to users of legacy user agents. @@ -8679,7 +8679,7 @@ You cannot submit this form when the field is incorrect. The {{HTMLProgressElement/position}} IDL attribute must return the result of dividing the current value by the maximum value. -
Indeterminate progress bars
+
Indeterminate progress bars
Here is a snippet of a Web application that shows whether a task is complete: