For mcgraphics.us/poets in PG I added http: links, not relative links which I don’t have.
In VSC I now have 5 types of errors all MS Edge Tools related. Most have to do target="_blank" documentation.
“Cross-origin resource needs a ‘crossorigin’ attribute to be eligible for integrity validation.”
“Form elements must have labels: Element has no title attribute Element has no placeholder attribute”
“Links must have discernible text: Element has no title attribute”
“Link ‘rel’ attribute should include ‘noopener’.”
“Link ‘rel’ attribute should include ‘noreferrer’.”
I added noopener noreferrer. Didn’t remove problems.
I did a null Validator. None of these errors show there.`
Question: Where do I add aria-labelledby=“checkbox”?
__________________________-
Problem 3: <span><a href="https://twitter.com/PoetryLA" target="_blank" rel="noopener noreferrer"><i class="fab fa-twitter"></i></a></span>
Solution Example: <a href="taxhike.html" aria-label="Read more about Seminole tax hike">[Read more...]</a>
Question: Where do I put aria-label=“Visit PoetryLA Twitter”?
Fixed all and uploaded. This all must have happened because I installed Microsoft Edge Tools for VS Code. I haven’t yet made it work so browser dev tools are accessible inside VSC.
Writing out my questions and knowing the forum is here, is an amazing asset.