HTML Errors
-
Hello! I found these errors I’m sure you can fix them rather easy.
- Error: Attribute wpd-tooltip not allowed on element div at this point.
(twice)
<div class="wpd-filter wpdf-hottest wpd_not_clicked wpdiscuz-hidden"wpd-tooltip="Hottest comment thread">
<div class="wpd-filter wpdf-hottest wpd_not_clicked wpdiscuz-hidden"wpd-tooltip="Hottest comment thread">Solution:
Invalid Attribute: wpd-tooltip is not a standard HTML attribute. In standard HTML, attributes must be predefined and recognized by HTML specifications. Custom attributes should be prefixed with data-, such as data-wpd-tooltip.2. Error: Bad value #wpdUserContentInfo for attribute rel on element span: The string #wpdUserContentInfo is not an absolute URL.
<span id='wpdUserContentInfoAnchor' style='display:none;' rel='#wpdUserContentInfo' data-wpd-lity>
Solution:
Invalid Use of rel Attribute: The rel attribute is not valid for the element according to HTML specifications, and the value #wpdUserContentInfo is not a valid URL or relationship descriptor.
If you need to associate the with some kind of identifier or functionality, you should use alternative attributes or methods. Here are some options:Custom Data Attributes:
If you need to store an identifier or additional data, use a data- attribute:———-
Found with: https://html5.validator.nu/
If these were warnings I wouldn’t care but errors I must ask for a fix, hopefully is gonna be super easy to do.Thanks a lot!
- You must be logged in to reply to this topic.