Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proof of concept of tables #1205

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Proof of concept of tables #1205

wants to merge 3 commits into from

Commits on May 5, 2022

  1. Proof of concept of tables

    For Dima regarding container_support_matrix.png
    
    Things to watch for:
    
    * Zebra style table
      This may be misleading, but with a little CSS magic it can be
      removed
    * SVG graphic
      The checkmark and crossmark are SVG, but it could be done
      with text as well
    * Alignment
      May be a bit off, but this could be eliminated with some CSS/XSLT
      magic
    tomschr committed May 5, 2022
    Configuration menu
    Copy the full SHA
    e451212 View commit details
    Browse the repository at this point in the history
  2. Simplified table

    * Get rid of <textdata>
    * Get rid of <para>s inside <entry>; they just
      make alignment difficult
    * Add explanation of the graphics
    * Add align="center" for every <entry>
    tomschr committed May 5, 2022
    Configuration menu
    Copy the full SHA
    c0f0523 View commit details
    Browse the repository at this point in the history
  3. Support FO/PDF

    tomschr committed May 5, 2022
    Configuration menu
    Copy the full SHA
    3b6d27c View commit details
    Browse the repository at this point in the history