🏠 New in High Baseline Support: Layout direction override

July 15, 2022

caniuse · mdn · [spec]([‘https://drafts.csswg.org/css-writing-modes-4/#direction’, ‘https://drafts.csswg.org/css-writing-modes-4/#unicode-bidi’])

The unicode-bidi and direction CSS properties override the Unicode layout algorithm. They are intended for Document Type Definition (DTD) designers. For HTML documents, you should use the dir global HTML attribute and <bdo> HTML element instead.

Source features