Summarized test results:
HTML5, dir basics

Intended audience: users, HTML coders, script developers, CSS coders, Web project managers, and anyone who wants to know whether browsers support the CSS Ruby spec.

Updated

These tests check whether user agents apply basic directionality when the dir attribute is used.

To see the test, click on the link in the left-most column. To see detailed results for a single test, click on a row and look just above the table. The detailed results show the date(s) the test result was recorded, and the version of the browser tested.

Any dependencies are shown in notes above the table, and notes below the table will usually provide any additional useful information, including an explanation of why a result was marked as 'partially successful'. Where the instructions tell you to look for red characters, these characters should be clearly discernable behind the black text of the test – ignore any anti-aliasing 'glow'.

Key:

pass fail partially successful

Basic dir usage

Links to run testsAssertionsGecko FirefoxBlink ChromeBlink OperaWebkit SafariLegacy EdgeIE
dir=rtl basic test
the-dir-attribute-001.html
If the element's dir attribute is in the rtl state, the directionality of the element is rtl. passpasspasspasspasspass
dir=ltr basic test
the-dir-attribute-002.html
If the element's dir attribute is in the ltr state, the directionality of the element is ltr. passpasspasspasspasspass
ltr context, rtl table
the-dir-attribute-003.html
[Exploratory] When dir='rtl' is added to a table in a ltr context, (a) directional runs in a table are ordered right-to-left, (b) columns run right-to-left, (c) text is right-aligned within cells, and (d) the table is left-aligned on the page. passpasspasspasspasspass
rtl context, ltr table
the-dir-attribute-004.html
[Exploratory] When dir='ltr' is added to a table in a rtl context, (a) directional runs in the table are ordered left-to-right, (b) columns run left-to-right, (c) text is left-aligned within cells, and (d) the table is right-aligned on the page. passpasspasspasspasspass
ordered and unordered lists
the-dir-attribute-005.html
[Exploratory] In a rtl context, all list items should start from the right, regardless of the direction of the script in the list item. passpasspasspasspasspass
dl lists
the-dir-attribute-006.html
[Exploratory] In a rtl context, all list items should start from the right, regardless of the direction of the script in the list item. passpasspasspasspasspass

Direction inheritance

Links to run testsAssertionsGecko FirefoxBlink ChromeBlink OperaWebkit SafariLegacy EdgeIE
inheritance
the-dir-attribute-007.html
If an element has no dir attribute, but has a parent element, the directionality of the element is the same as the parent element's directionality. passpasspasspasspasspass
invalid value and inheritance
the-dir-attribute-008.html
If an element has a dir attribute with an invalid value ('foo' or 'bar'), and has a parent element, the directionality of the element is the same as the parent element's directionality. passfailfailpasspasspass
invalid values left and right
the-dir-attribute-009.html
If an element has a dir attribute with an invalid value ('left' or 'right' or 'rl' or 'lr'), and has a parent element, the directionality of the element is the same as the parent element's directionality. passfailfailpasspasspass

Default direction

Links to run testsAssertionsGecko FirefoxBlink ChromeBlink OperaWebkit SafariLegacy EdgeIE
default direction, basic test
the-dir-attribute-010.html
If the root element has no dir attribute, the directionality of an element is 'ltr'. passpasspasspasspasspass
default direction, invalid value 'right'
the-dir-attribute-011.html
If the root element has an invalid dir attribute ('right'), the directionality of an element is 'ltr'. passpasspasspasspasspass
default direction, invalid value 'rl'
the-dir-attribute-012.html
If the root element has an invalid dir attribute ('rl'), the directionality of an element is 'ltr'. passpasspasspasspasspass