Skip to content

LetterSpacing not the same between pageFlow and DOM #6

Description

@jhughes-dev

I only saw this becase the demo site uses vuetify, and it's setting letter-spacing differently inside the v-card-text and body elements.

Ideally, we want to use the same letter-spacing to calculate the output pages as we will eventually render them

There are propbably other properties which are computed or inherited, like letter-spacing, which can affect the layout, but aren't being passed along to the "page" in pageFlow algorithm.

This may mean needing to manually pass the parent/target container node along to the pageFlow calculation so instead of placing the template page inside Body, it can go in the same place we plan to put the content pages once rendered.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions