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

Add support for styling the different borders in a table in CSS

    XMLWordPrintable

Details

    • 8664ee610d3d8bb8a2a578a6aa6bfd38afe4fcda (qt/qtbase/dev) d8a9bec35fb0c60a0e5990c1a12ffe6f39fdbf2d

    Description

      Add support for styling the different borders in a table in CSS. For example in something like:

      table
      {
      border-collapse:collapse;
      border-bottom:5px solid black;
      }
      td, th
      {
      border: 1px solid black;
      
      }
      

      in the attached example html.

      Attachments

        1. testtable.html
          0.5 kB
        2. temp.cpp
          0.7 kB

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              esabraha Eskil Abrahamsen Blomfeldt
              andysh Andy Shaw
              Votes:
              6 Vote for this issue
              Watchers:
              12 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes