Skip to content

spec text4

Keith Cirkel edited this page Feb 13, 2026 · 1 revision

Text Level 4

Ideas

Ideas to consider for future CSS Text specs

line-grid

text-spacing

[ class-before class-after [ none | default [ [ [ min max ] | '/' alternate ] priority? ]? ] ]+

@text-spacing-rule rule-name [ font-name [ ',' font-name ]* ] { line-head opening 0%; closing line-end 50%/0%; ideograph alphabet 25% 12.5% 50% 2; }

  1. The relationshipo of expansion opportunities defined here and other properties (text-justify, word-spacing, letter-spacing) is an issue
  2. JIS/JLREQ/InDesign style (trim and specify how much to add), or specify how much to add/remove?
  3. Results differ if punctuation are proportional
  4. Spaces are not consistent for: "][]["
  5. Can 'none' have optional min/max/alternate/priority? Does it allow expansion?
  6. How to handle proportional punctuation is still an issue
  7. '/' syntax is used only for closing+line-end, where CSS3 Text defines by the "if it fits" clause

Clone this wiki locally