Duplicate Attribute in HTML docs
HTML attribute
Duplicate Attributes in HTML docs https://devdocs.io/html-attributes/
Summary
There is one duplicate attribute autofocus present in HTML docs https://devdocs.io/html-attributes/ in which one is linked to https://devdocs.io/html/attributes#autofocus-attribute page and other is linked to https://devdocs.io/html/global_attributes/autofocus page.
Actual style

Expected style
Should be linked to https://devdocs.io/html/global_attributes/autofocus
hmm, this problem is a bit complicated, I have checked the documentation structure, and it needs to reorganized. For example,
-
The first autofocus refers to the HTML attribute reference table

-
The second autofocus refers to the documentation

This is the case for many of them. The autocapitalize is in the reference table but it refers to the documentation

According to me, we need to structure it in a certain way so that a single option refers to the given reference table. And the options refer to the individual documentation. That'd b neat.
I want to work on this issue, please assign this to me @simon04
@ BoseSj, I appreciate your interest in DevDocs. Please simply submit a pull request. We have few external contributions, therefore we do not assign tickets.
Okay. I see there's no "help needed" or "first-timer-only" tag on this issue. So, I will wait until it's ready to accept PR. In meantime, can you guide me through this, and how to get started? etc. or at least point me in the right direction. TY😄
@BoseSj there's no need to wait. As Simon said, PRs are welcome.
To get started, your best bet is to take a look at the contributing readme. It has a section on updating existing docs as well as guides on working with the docs more generally.