-
-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Description
The note is inside of a <span>:
<label for="opt_ShippingMethod_0" class="radio-label">
<input id="opt_ShippingMethod_0" class="radio" checked="" value="1" name="ShippingMethod" required="" type="radio">
DHL: 500
<span class="currency">€</span>
<span class="note">
<p>Lorem Ipsum</p><!-- this p tag is wrong in here -->
</span>
</label>Element p not allowed as child of element span in this context. (Suppressing further errors from this subtree.)
http://www.w3.org/html/wg/drafts/html/master/single-page.html#the-span-element
Reactions are currently unavailable