Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Commit

Permalink
De-duplicate ids
Browse files Browse the repository at this point in the history
(auto-generated ID caused a collision. see #1215)
  • Loading branch information
chaals authored Feb 17, 2018
1 parent 9d1664b commit c2a8946
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sections/semantics-forms.include
Original file line number Diff line number Diff line change
Expand Up @@ -8633,7 +8633,7 @@ You cannot submit this form when the field is incorrect.</samp></pre>
<a for="progress">current value</a> relative to the <a for="progress">maximum value</a>,
e.g. by filling an appropriate fraction of the widget in a contrasting color.

<h5 id="determinate-progress-bar">Determinate progress bars</h5>
<h5 id="sec-determinate-progress-bar">Determinate progress bars</h5>

Authors are encouraged to include the current value and the <a for="progress">maximum value</a> inline as text
inside the element, so that the progress is made available to users of legacy user agents.
Expand Down Expand Up @@ -8679,7 +8679,7 @@ You cannot submit this form when the field is incorrect.</samp></pre>
The {{HTMLProgressElement/position}} IDL attribute must return the
result of dividing the <a for="progress">current value</a> by the <a for="progress">maximum value</a>.

<h5 id="indeterminate-progress-bar">Indeterminate progress bars</h5>
<h5 id="sec-indeterminate-progress-bar">Indeterminate progress bars</h5>

<div class="example">
Here is a snippet of a Web application that shows whether a task is complete:
Expand Down

0 comments on commit c2a8946

Please sign in to comment.