Step Indicator section (was Logs) has an attribute step that is different from the HTML step attribute
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 53
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
The attribute step in Step Indicator section is to number the steps in sequential order. The step attribute in HTML specifies the legal number intervals for an element. Example: if step="3", legal numbers could be -3, 0, 3, 6, etc. Tip: The step attribute can be used together with the max and min attributes to create a range of legal values.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Step Indicator section identified in the issue and compare its use of step with the HTML input step attribute. Clarify the terminology or naming so the two meanings cannot be confused; done means the section clearly distinguishes sequential step numbering from legal input intervals.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100