KC's Workspace
    Preparing search index...

    A value for the text-transform property.

    interface TextTransform {
        case: TextTransformCase;
        fullSizeKana: boolean;
        fullWidth: boolean;
    }
    Index

    Properties

    How case should be transformed.

    fullSizeKana: boolean

    Converts all small Kana characters to the equivalent full-size Kana.

    fullWidth: boolean

    Puts all typographic character units in full-width form.