Announcement

Collapse
No announcement yet.

Tabular Search Result

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Tabular Search Result

    Have mentioned before, but see still a bug.

    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>
    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

    #2
    Tabular search results are only in SD 2013 and the default doctype is <!DOCTYPE html>.

    I've a feeling that will make the page validate under HTML5 and thus allow A tags to span block elements.

    Happy to be corrected.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Oh right wasn't aware HTML 5 was being pushed on SD2013 ? That explain my other issue on othe post then?

      Comment


        #4
        If that is case they need up-date DOC TYPES as not all of them default to HTML 5 type

        Comment


          #5
          This mean this one related to your comment:

          http://community.sellerdeck.com/showthread.php?t=54236

          Comment

          Working...
          X