pub(crate) const MAX_CHARS_PER_TEXT_RUN: usize = 255;
AccessKit’s word_starts uses u8 indices, so text runs cannot exceed this length.
word_starts
u8