Description
As off #7727, it's possible to set the direction attribute of Element Nodes manually, and this is reflected in exportDOM output, however importDOM has not been updated to import this attribute.
Impact
This is mostly a consistency/expectation improvement. export/importJSON correctly handle the direction attribute, so it's reasonable to expect that the same would apply for DOM.