Title: Validation
Last modified: November 8, 2021

---

# Validation

 *  Resolved [Nonverbis](https://wordpress.org/support/users/nonverbis/)
 * (@nonverbis)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/validation-42/)
 * [https://validator.w3.org/](https://validator.w3.org/) shows this error:
 *     ```
       Error: Bad value https://www.w3.org/2000/svg for the attribute xmlns (only http://www.w3.org/2000/svg permitted here).
   
       From line 501, column 134; to line 504, column 74
   
       8ca58f6f"><svg xmlns="https://www.w3.org/2000/svg" width="20" height="20" ↩                                   class="yasr-dashicons-visitor-stats"↩                                   data-postid="1048" ↩                                   id="yasr-stats-dashicon-6a10c8ca58f6f">↩ 
       ```
   
 * As far as I can see, the validator is right here: [https://www.w3.org/2000/svg](https://www.w3.org/2000/svg)
   is incorrect. Correct is [http://www.w3.org/2000/svg](http://www.w3.org/2000/svg).
   In other words, just remove ‘s’ from the protocol.

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [dudo](https://wordpress.org/support/users/dudo/)
 * (@dudo)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/validation-42/#post-15046782)
 * Hello, thank you for sharing this.
    I’m already aware of this, I’ve changed the
   link from http to https because it could cause a mixed content error (it is already
   happen here [https://wordpress.org/support/topic/mixed-content-http-https/](https://wordpress.org/support/topic/mixed-content-http-https/)).
 * I think that a mixed content error is more serious than an error from the w3 
   validator, and this is why I’ve choose for HTTPS.
 * Best,
    Dario

Viewing 1 replies (of 1 total)

The topic ‘Validation’ is closed to new replies.

 * ![](https://ps.w.org/yet-another-stars-rating/assets/icon-256x256.png?rev=1525329)
 * [YASR - Yet Another Star Rating Plugin for WordPress](https://wordpress.org/plugins/yet-another-stars-rating/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yet-another-stars-rating/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yet-another-stars-rating/)
 * [Active Topics](https://wordpress.org/support/plugin/yet-another-stars-rating/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yet-another-stars-rating/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yet-another-stars-rating/reviews/)

## Tags

 * [validation](https://wordpress.org/support/topic-tag/validation/)

 * 1 reply
 * 2 participants
 * Last reply from: [dudo](https://wordpress.org/support/users/dudo/)
 * Last activity: [4 years, 5 months ago](https://wordpress.org/support/topic/validation-42/#post-15046782)
 * Status: resolved