Have mentioned before, but see still a bug.
In the Tabular Search Result there is this statement on line 9
The code is not valid. As the SearchResultProductName has been given a formatting and HTML tag value of H3
When you view the code on a generated page it creates a link around H3 tag.
Thereby creating an inline element wrapped around a block element which is invalid HTML
In the Tabular Search Result there is this statement on line 9
Code:
<actinic:block if="%3cactinic%3avariable%20name%3d%22SearchResultShowsName%22%20%2f%3e"> <Actinic:Variable Name="SearchResultLink"/><Actinic:Variable formatting="h3" Name="SearchResultProductName"/></a> </actinic:block>
When you view the code on a generated page it creates a link around H3 tag.
Thereby creating an inline element wrapped around a block element which is invalid HTML
Comment