Fix "auto" subsection link#123
Conversation
The "auto" subsection didn't have an id attribute so the link was broken.
|
Hi @gdsimoes ! So, by "the link", you're referring to the fragment link slightly above the values list? To be honest, I'd suggest that you fix this by just getting rid of the link, not adding an ID to the description term. We don't commonly have IDs in our property value lists like this, and the link is not really very useful — it's not as if the |
Instead of adding an id to the "auto" subsection I have removed the link.
|
Hello @chrisdavidmills ! I created a new commit to get rid of the link. As you might have guessed, I am a newbie at this so I don't know how to remove the previous commit. Should I create a new pull request? |
|
Hi @gdsimoes ! Your update looks good. And no, you don't need to create a new pull request. Any further pushes you make to this existing pull request will update it's previous state, adding the new changes on top. So all you need to do now is remove the |
chrisdavidmills
left a comment
There was a problem hiding this comment.
Change requested in above comment.
|
Hi @chrisdavidmills ! I removed the |
chrisdavidmills
left a comment
There was a problem hiding this comment.
That is perfect. Thanks so much for your contribution!
This is what it looks like in current engines. <!-- 🙌 Thanks for contributing to MDN Web Docs. Adding details below will help us to merge your PR faster. --> ### Description <!-- ✍️ Summarize your changes in one or two sentences --> ### Motivation <!-- ❓ Why are you making these changes and how do they help readers? --> ### Additional details <!-- 🔗 Link to release notes, vendor docs, bug trackers, source control, or other places providing more context --> ### Related issues and pull requests <!-- 🔨 If this fully resolves a GitHub issue, use "Fixes mdn#123" --> <!-- 👉 Highlight related pull requests using "Relates to mdn#123" --> <!-- ❗ If another pull request should be merged first, use "**Depends on:** mdn#123" --> <!-- 👷♀️ After submitting, go to the "Checks" tab of your PR for the build status -->
<!-- 🙌 Thanks for contributing to MDN Web Docs. Adding details below will help us to merge your PR faster. --> ### Description correct a little wrong usage ### Motivation <!-- ❓ Why are you making these changes and how do they help readers? --> ### Additional details <!-- 🔗 Link to release notes, vendor docs, bug trackers, source control, or other places providing more context --> ### Related issues and pull requests <!-- 🔨 If this fully resolves a GitHub issue, use "Fixes mdn#123" --> <!-- 👉 Highlight related pull requests using "Relates to mdn#123" --> <!-- ❗ If another pull request should be merged first, use "**Depends on:** mdn#123" --> <!-- 👷♀️ After submitting, go to the "Checks" tab of your PR for the build status -->
Migrate HTML Interactive Examples (#38257) <!-- 🙌 Thanks for contributing to MDN Web Docs. Adding details below will help us to merge your PR faster. --> ### Description correct a little wrong usage ### Motivation <!-- ❓ Why are you making these changes and how do they help readers? --> ### Additional details <!-- 🔗 Link to release notes, vendor docs, bug trackers, source control, or other places providing more context --> ### Related issues and pull requests <!-- 🔨 If this fully resolves a GitHub issue, use "Fixes #123" --> <!-- 👉 Highlight related pull requests using "Relates to #123" --> <!-- ❗ If another pull request should be merged first, use "**Depends on:** #123" --> <!-- 👷♀️ After submitting, go to the "Checks" tab of your PR for the build status -->
Migrate HTML Interactive Examples (mdn#38257) <!-- 🙌 Thanks for contributing to MDN Web Docs. Adding details below will help us to merge your PR faster. --> ### Description correct a little wrong usage ### Motivation <!-- ❓ Why are you making these changes and how do they help readers? --> ### Additional details <!-- 🔗 Link to release notes, vendor docs, bug trackers, source control, or other places providing more context --> ### Related issues and pull requests <!-- 🔨 If this fully resolves a GitHub issue, use "Fixes mdn#123" --> <!-- 👉 Highlight related pull requests using "Relates to mdn#123" --> <!-- ❗ If another pull request should be merged first, use "**Depends on:** mdn#123" --> <!-- 👷♀️ After submitting, go to the "Checks" tab of your PR for the build status -->
The "auto" subsection didn't have an id attribute so the link was broken.