What fresh hell is THIS now? - Patrick Lauke
j-frame
is inside a td
<j-frame>
is obviously not a valid element. Invalid elements and attributes by themselves have no inherently bad impact on accessibility. So the next concern is - “What is this thing and what does it do?” What is its name, state, role, and value (NSRV) - or, at least, what does the AT think it is? Does the NSRV imparted by this content make sense in context of its use? If you can interact with it, does the NSRV change appropriately?
div
and j-frame
both are same
<tbody>
inside a <table>
for each item in list view.
[karlgroves] > Do you mean for screen reader div
and j-frame
both are same
Yup. That’s what the shadow DOM is telling you as well.
[karlgroves] > This is an email web app. which usages Multiple <tbody>
inside a <table>
for each item in list view.
Without seeing it, that may make sense. Or may not. Multiple tbody
elements certainly don’t make sense but probably not an issue for accessibility.
j-frame
in container which renders content of email
<poop>
element. It wouldn’t matter at all unless they made the <poop>
element do something inaccessible
tbody
makes sense?
tbody
elements never make sense, IMO.
[karlgroves] >making checking tools harder to write.
Man if something like testing multiple tbody
elements is hard I’d hate to see what else is challenging