dup validation
<var><var>xxx</var></var>
Is not that serious an error, but it is redundant. You might optionally note any use of a nested element where the inner one did not do anything because it duplicated the outer.
<span class="a"><span class="b>xxx<span class="a">yyy</span></span></span> should not generate a warning. it must be a dup without anything intervening.
Is not that serious an error, but it is redundant. You might optionally note any use of a nested element where the inner one did not do anything because it duplicated the outer.
<span class="a"><span class="b>xxx<span class="a">yyy</span></span></span> should not generate a warning. it must be a dup without anything intervening.