HTML Validation error for cookie modal content
-
I was looking to open a Trac Ticket about this but the plugin isn’t listed
In line 104 of public/views/cookie-law-info_popup_content.php the output of the shortcode is wrapped in <p> element completely. This is fine for most categories but the “Necessary” category outputs a tablet which ends up wrapped in that <p> element, resulting in a validation error*
The P element represents a paragraph. It cannot contain block-level elements (including P itself).
* I get the “No p element in scope but a p end tag seen.” but in reality the opening <p> is at the start of the actual description and the end </p> after the table
The topic ‘HTML Validation error for cookie modal content’ is closed to new replies.