krautzource/sre-to-tree

revisit role=presentation

Opened this issue · 1 comments

pkra commented

In

sre-to-tree/lib.js

Lines 6 to 9 in d468b06

if (!node.hasAttribute('data-semantic-speech')) {
node.setAttribute('role', 'presentation');
return;
}

we set everything "junk" to presentation.

Is this still necessary?

pkra commented

I guess we could try to sort out generic and presentational elements. Is it worth the effort?