dir - speced/respec GitHub Wiki
Type: string
Default: "ltr"
Sets the text directionality of the document. Corresponds to the dir attribute on the <html> element.
<html lang="ar" dir="rtl">- Set directly on the
<html>element, not inrespecConfig - Always pair with the correct
langattribute - Values:
"ltr"(left-to-right),"rtl"(right-to-left),"auto"