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

XSLT HTML Improvements: Image & List alignment, Columns in Frames, SVG Basics #52

Draft
wants to merge 24 commits into
base: master
Choose a base branch
from

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    ea956ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81ebf15 View commit details
    Browse the repository at this point in the history
  3. Fixing image horizontal alignment with LEFT=> float:left;position:rel…

    …ative; and CENTER=> display:block;margin-left:auto;margin-right:auto; and RIGHT=>float:right;position:relative; and vertical alignment using top: XYcm;position:absolute;
    svanteschubert committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    880f96b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3a148c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8546cd7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    63ca45e View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    5a2eafc View commit details
    Browse the repository at this point in the history
  2. Adding multiplier for min-height and max-height in case of columns, a…

    …s height is divided among columns in HTML/CSS and has to be multiplied by column count to adjust back to ODF height
    svanteschubert committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    6f93436 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8f4877 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7325e9a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5bcaa94 View commit details
    Browse the repository at this point in the history
  6. ListLevel had been wrong incremented in the recursion (should only be…

    … recalculated with every match of a new text:list-list) and in addition the ListLevelStyle - the style according to current listLevel is now correctly kept in synch!
    svanteschubert committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    ee706ee View commit details
    Browse the repository at this point in the history
  7. tdf95662: Complex-Multi-List-Level testODT: The attribute @text:displ…

    …ay-levels determing how much list levels are being shown was wrong interpreted and is now fixed
    svanteschubert committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    cedf6a9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3bc2759 View commit details
    Browse the repository at this point in the history
  9. tdf95662 Enabling @left:margin for list label based on its fo:text-in…

    …dent value (usually negative value)
    svanteschubert committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    d7a5dc7 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Fixing style:family prefix for unique style ID in CSS in case of mult…

    …iple style attributes at draw:frame (i.e. draw:style-name and draw:text-style-name)
    svanteschubert committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    e12bb20 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    acdeebb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6066e64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33643f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c65e73f View commit details
    Browse the repository at this point in the history
  5. Adding to SVG elements namespace and version='1.1' and some changes s…

    …uggested by W3C validator
    svanteschubert committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    1aefddc View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Using now CSS vertical-align instead of image <img> attribute align, …

    …which is being deprecated
    svanteschubert committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    60a85f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. 1) A frame nested as character will be no longer mapped to a span if …

    …there is in addition style:wrap=none set. \n2) Nested frames with a parent frame stating frame alignment and wrapping text will now disable flow if themself have no wrap (last picture of ODF 1.3 package spec).
    svanteschubert committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    46a20df View commit details
    Browse the repository at this point in the history
  2. Regression of heading number due to previous list-numbering fix becam…

    …e noew apparent when testing generation of HTML of the ODF specification
    svanteschubert committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    ff9e20e View commit details
    Browse the repository at this point in the history