The text-autospace property controls automatic spacing between different scripts — e.g., between CJK and Latin/digit characters, to improve readability..mixed {
text-autospace: normal;
}.compact {
text-autospace: no-autospace;
}normalThe default value. Adds automatic spacing between different writing systems (CJK ↔ Latin/digit).no-autospaceDisables automatic spacing — characters appear directly adjacent.ideograph-alphaAdds spacing between CJK characters and Latin characters.ideograph-numericAdds spacing between CJK characters and numeric digits.punctuationAdds spacing between CJK characters and punctuation marks.insertInserts additional space between scripts without altering existing spacing.replaceReplaces existing spaces with the computed inter-script spacing.autoThe browser chooses the appropriate automatic spacing based on context.CSS Text Module Level 4Editor's DraftW3CMDNABC中文DEFShow all codeEdit CSS onlineThe plugin that remembers hundreds of CSS items for youEvery CSS property — in a live demonstrationThe bilingual CSS referencedefinitionexamplessyntaxmodulespecificationsourcesvisual demonstrationpreviousnext