You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a link is to an anchor it will throw an error if that anchor isn't declared as an id. This should pass if the anchor is declared within the name attribute also.
The code below is valid but is throwing an Error because top isn't declared as an id.
I'm coming back to this one and marking this as a HTML5 issue. In HTML5 "name" on a header is not permitted, but is not a problem in HTML 4, so this would need a document type switch to properly fix.
When a link is to an anchor it will throw an error if that anchor isn't declared as an id. This should pass if the anchor is declared within the name attribute also.
The code below is valid but is throwing an Error because top isn't declared as an id.
The text was updated successfully, but these errors were encountered: