Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8260314

Replace border="1" on tables with CSS

XMLWordPrintable

    • b08

      Some tables in java.desktop module use border="1" attribute on <table> element to enable borders around table cells. The most prominent example is src/java.desktop/share/classes/javax/swing/plaf/synth/doc-files/componentProperties.html file.

      W3C HTML Validator issues an error for this attribute although HTML 5 allows it.

      To achieve the same visual presentation, the following CSS rules can be used:
      table {border: outset 1px}
      th, td {border: inset 1px}

            aivanov Alexey Ivanov
            aivanov Alexey Ivanov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: