While going through some templates I got this error:
OpenTagError: Tag <div> is not allowed in <a>
I don't like having a div inside an a element, but in real life we get this from time to time. HTML5 allows it, so I would say we should not make this an error.
While going through some templates I got this error:
OpenTagError: Tag <div> is not allowed in <a>
I don't like having a
div
inside ana
element, but in real life we get this from time to time. HTML5 allows it, so I would say we should not make this an error.