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
Bad codegen for methods implemented by multiple classes #14
Comments
|
After looking into this, I'm not sure this is a bug. It's been fixed by changing the links in the pod to |
|
@zoffixznet do we know what needs to be done for this? |
|
Unsure. I closed-reopened by accident. |
|
@ahalbert : technically id= is required to be unique in html, so any html generator that violates this rule is buggy. |
|
It might have been fixed or it's no longer an issue. No errors of that kind in that page now: https://validator.w3.org/nu/?doc=https%3A%2F%2Fdocs.perl6.org%2Froutine%2Fnew.html |
|
It's no longer an issue, probably due to change either in $node.contents or in node2rawtext. I close it now. |
This code generates multiple
id=for a given thing.id=needs to be unique within a document...https://doc.perl6.org/routine/new.html
The text was updated successfully, but these errors were encountered: