By Dean on Tuesday, 28 June 2016
Posted in Wanderers
Replies 1
Likes 0
Views 2.5K
Votes 0
Summary:
The com_content override uses a <span> tag for itemprop (as did J!3.3). Because the editors insert <p> and other tags that are invalid HTML inside <span></span> some browsers fail to render content and validators output lots of errors.

The Wanderers template still uses <span></span> for itemprop tags.

Solution:
The discussion covers using <section> tags but the issue was resolved using <div> tags instead to be compatible with IE8 and other non-HTML5 browsers. I have tested this locally converting <span> to <div> on lines 196 & 198 of the file wanderers/html/com_content/article/default.php.

The related bug and issue is found here:

Bug: https://github.com/joomla/joomla-cms/pull/3511
Issue: https://issues.joomla.org/tracker/joomla-cms/3508
Hi Dean,

Thanks for reporting this issue, we really appreciate it . This issue will be fixed in our repository and it will included in the next release.

Have a nice day ahead Dean
·
Tuesday, 28 June 2016 15:51
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post