krautzource / sre-to-tree

MIT License
0 stars 0 forks source link

evaluate sre @4.1 #35

Open pkra opened 1 year ago

pkra commented 1 year ago

SRE 4.1 is adding aria attributes. This might cause issues with sre-to-tree.

pkra commented 1 year ago

Ideally, this would make sre-to-tree obsolete but besides the more urgent (and simpler) issues not finding attention upstream, I've already noticed indirect problems downstream (e.g., 0-level trees will still get tree roles thus requiring clean-up).

pkra commented 1 year ago

From a first test, it looks like 0-level trees are the only major problem. Depending on the DOM library, the attribute order might change, causing a lot of unnecessary noise.

It's weird that the skeleton adds tree markup but no labels. Then again, it would probably cause more issues here.