-
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
fix: Better element ID naming for disambiguation (fixes mdn/web-components-examples#74) #33666
fix: Better element ID naming for disambiguation (fixes mdn/web-components-examples#74) #33666
Conversation
…onents-examples repo)
Preview URLs
(comment last updated: 2024-06-22 08:37:31) |
Hi @bsmth , I've updated the MDN doc example. Please take a look. |
Thanks @ngdangtu-vn - sorry for the delay, I've been away and could not take a look. I've added myself as a reviewer now! |
Thanks a lot! There's one leftover line to fix, but then we're ready to merge and the accompanying PR, too. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comment about L65 in files/en-us/web/api/web_components/using_templates_and_slots/index.md
Hey @ngdangtu-vn - thanks for your suggestions! Quick reminder there's one last thing to get on this branch and we're ready to go! |
@ngdangtu-vn - is it okay with you if I make the changes on your branch and merge? |
@bsmth Sorry for later response, I think the the notification got lost somewhere. Hopefull it didn't pulling your task down too much. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super, looking good!
Not a problem, well done on your contribution! |
I don't mind at all. If it's convenience for you, please go ahead. Edit, I think something weird with gh notification, it has quite amount of time in delay... |
Description
This is the sibling PR with mdn/web-components-examples#77
Motivation
To match the web-components-examples example.
Additional details
none
Related issues and pull requests