• Resolved Nonverbis

    (@nonverbis)


    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 is incorrect. Correct is http://www.w3.org/2000/svg . In other words, just remove ‘s’ from the protocol.

Viewing 1 replies (of 1 total)
  • Plugin Contributor dudo

    (@dudo)

    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/) .

    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.