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?
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?