Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-10442

XHTML is invalid when a forum link without redirect counter is present

    XMLWordPrintable

Details

    Description

      When we have a forum link without displaying redirect counter, the XHTML validation is a failure because <dd></dd> is missing between <dl></dl>.

      Actually we have:

      <dl>
         <dt></dt>
      </dl>

      But we must have, at least, to be valid:

      <dl>
         <dt></dt>
         <dd></dd>
      </dl>

      See: http://www.whatwg.org/specs/web-apps/current-work/#the-dl-element

      Attachments

        Issue Links

          Activity

            People

              nickvergessen Joas Schilling
              Maël Soucaze Maël Soucaze [X] (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: