Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-68459

Qt documentation is not valid XHTML

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 5.11.2
    • 5.9.4
    • Documentation
    • None

    Description

      Due to incomplete tags generated for the Qt documentation, I am trying to parse the generated HTML using Qt in order to extract additional tags so that my own generated documentation can link to Qt's. Unfortunately, this fails:

      /usr/share/doc/qt5/qtcore/implicit-sharing.html:206:35: tag mismatch
      

      This is due to the copyright footer, which contains invalid XHTML:

         <p>
         <acronym title="Copyright">&copy;</acronym> 2017 The Qt Company Ltd.
         Documentation contributions included herein are the copyrights of
         their respective owners.<br>    The documentation provided herein is licensed under the terms of the    <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation    License version 1.3</a> as published by the Free Software Foundation.<br>    Qt and respective logos are trademarks of The Qt Company Ltd.     in Finland and/or other countries worldwide. All other trademarks are property
         of their respective owners. </p>
      

      Specifically, the <br> should be <br/>.

      Attachments

        For Gerrit Dashboard: QTBUG-68459
        # Subject Branch Project Status CR V

        Activity

          People

            paulwicking Paul Wicking
            matthew.woehlke Matthew Woehlke
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes