Skip to content

[css-text-3] The processing order of tab stops #615

@kojiishi

Description

@kojiishi

CSS Text, Appendix A, Text Processing Order of Operations says white space processing part II should occur before letter-spacing and word-spacing.

This step includes expanding tab stop to a horizontal shift, which requires the current horizontal position as an input.

Shouldn't this be done after letter-spacing and word-spacing?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions