-
Notifications
You must be signed in to change notification settings - Fork 22.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple elements on :nth-col
and :nth-last-col
are missing or incorrect
#23365
Comments
Good day, @sideshowbarker I can take this issue and make relevant fixes for point 1, 2 and 3, however for point 4, when I check at https://unpkg.com/@mdn/[email protected]/data.json , there's yet to be BCD for these two selector. Spec link for the two selecters are:
Would also like to know which file to edit in order to change the nav content, thank you. |
@KianYang-Lee Yes — resolving this issue should also include updating the BCD data |
Well @sideshowbarker I can help to resolve this issue if you can provide a simple guide or link on how to update the BCD data, as this is my first time doing this. |
Hi @KianYang-Lee, here is a link on how to update BCD: https://github.com/mdn/browser-compat-data/blob/main/docs/contributing.md#updating-the-compat-data |
OK please assign me and I will work on this later today, thanks |
Refering to here Data guidelines for BCD, since as of now no browser supports this feature, it should not be added into BCD (proposed in mdn/browser-compat-data#10619). So, point 2, 3 and 4 is not applicable anymore in this case as they should not be included in BCD yet. I have made a PR which should partially resolve this issue, for now at least. |
MDN URL
https://developer.mozilla.org/en-US/docs/Web/CSS/:nth-col
What specific section or headline is this issue about?
Title, specifications, bowser compatibility
What information was incorrect, unhelpful, or incomplete?
:nth-col
and:nth-last-col
both in the titles and in the left navigation column, inconsistent with:nth-child()
,:nth-last-child()
,:nth-of-type()
,:nth-last-of-type()
.What did you expect to see?
:nth-col()
and:nth-last-col()
both in the titles and in the left navigation column.Do you have any supporting links, references, or citations?
No response
Do you have anything more you want to share?
No response
The text was updated successfully, but these errors were encountered: