UPDATES EasyBlog 6.0.14 Released! Joomla 5.x and PHP 8.x compatible now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is online
Our support specialists is available now. We will attend to you as soon as we can.
  Support is online

Invalid HTML in com_content override

Dean · ·
7:34 AM Tuesday, 28 June 2016
Low
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
The replies under this section are restricted to logged in users or users with an active subscription with us