HTML validation errors
-
When running a page of a site under development through validator.w3.org, I get many error messages associated with the Sassy Social Share plugin (though everything seems to be working correctly). For instance:
Element ss not allowed as child of element i in this context. (Suppressing further errors from this subtree.)
with the following example:
s%2F")'><ss style="display:block;" class="heateorSssSharingSvg heateorSssTwitterSvg"></ss></i
andAttribute alt not allowed on element i at this point.
with the following example:
<i style="width:40px;height:40px;margin:0;" title="More" alt="More" class="heateorSssSharing heateorSssM…reSharingPopup(this, 'https://staging.aestheticrealism.net/definitions/', 'Definitions', '' )" ><ss
As I said, I haven’t found any problem with the function of the plugin, but I assume you would want to address these issues or perhaps give some explanation. Incidentally, what is an
<ss>
tag? Thanks!
- The topic ‘HTML validation errors’ is closed to new replies.