jiayuasu commented on PR #2923: URL: https://github.com/apache/sedona/pull/2923#issuecomment-4403616441
Addressed in dcc13f3762: - Dropped `role="menu"` / `role="menuitem"` / `role="none"` from the dropdown markup. The list is a small set of plain navigation links, not a menu widget — the ARIA menu role implies arrow-key handling we don't implement, so the native `<a>` + `<li>` semantics are the correct choice. - Rewrote the trailing comment in `_lang-switch.scss` to describe the actual behavior: native `<details>` stays open until the summary is toggled. Click-away close was never implemented and the comment incorrectly hinted otherwise. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
