Open timwright12 opened 5 years ago
progress
element be added manually on the html site by the user or generated using js?Regarding the last questions there are, I believe, two main considerations. If we allow the user / developer to place the markup for the progress element on the page somewhere it makes it more flexible for them. On the other hand the progress element will be useless when js is disabled and therefore it would make sense to add it form the js. Maybe passing in a container or sibling selector would be an idea how to meet both considerations.
@timwright12 would love to hear your thoughts on these questions
@fabiankaegy
progress
element, if not add role="progressbar"
to it.We should also confirm that the bar will move based when using anchor links
Good catch with the anchor links 👍
Like this but no jquery https://css-tricks.com/reading-position-indicator/