This is enough to fail this rule: ``` <details> <summary> <a href=#>click</a> </summary> ... </details> ``` Is this intentional? This is a simplified example of a failure seen for this element: https://lighthouse-n9rg3umip-googlechrome.vercel.app/english/#:~:text=these%20items%20address%20areas%20which%20an%20automated%20testing%20tool Even with `summary>a` fixed, I think we'd still fail b/c we have nested `details` elements. What is the suggested fix for this? `tabindex=-1` all the things until `details` is expanded?
This is enough to fail this rule:
Is this intentional?
This is a simplified example of a failure seen for this element: https://lighthouse-n9rg3umip-googlechrome.vercel.app/english/#:~:text=these%20items%20address%20areas%20which%20an%20automated%20testing%20tool Even with
summary>afixed, I think we'd still fail b/c we have nesteddetailselements. What is the suggested fix for this?tabindex=-1all the things untildetailsis expanded?