Title: HTML Errors
Last modified: August 7, 2024

---

# HTML Errors

 *  Resolved [dylandawg](https://wordpress.org/support/users/dylandawg/)
 * (@dylandawg)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/html-errors-9/)
 * Hello! I found these errors I’m sure you can fix them rather easy.
    1. **Error**: Attribute wpd-tooltip not allowed on element div at this point.
 *     ```wp-block-code
       (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.
 *     ```wp-block-code
       <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/](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!
    -  This topic was modified 1 year, 10 months ago by [dylandawg](https://wordpress.org/support/users/dylandawg/).

Viewing 1 replies (of 1 total)

 *  Plugin Support [gVectors Support](https://wordpress.org/support/users/gvectorssupport/)
 * (@gvectorssupport)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/html-errors-9/#post-17940732)
 * Dear dylandawg,
 * Please ignore those reports. They provide internal support and do not have any
   effect on your website.

Viewing 1 replies (of 1 total)

The topic ‘HTML Errors’ is closed to new replies.

 * ![](https://ps.w.org/wpdiscuz/assets/icon-256x256.png?rev=1076265)
 * [Comments - wpDiscuz](https://wordpress.org/plugins/wpdiscuz/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpdiscuz/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpdiscuz/)
 * [Active Topics](https://wordpress.org/support/plugin/wpdiscuz/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpdiscuz/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpdiscuz/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [gVectors Support](https://wordpress.org/support/users/gvectorssupport/)
 * Last activity: [1 year, 10 months ago](https://wordpress.org/support/topic/html-errors-9/#post-17940732)
 * Status: resolved