Lu's Log

Home

❯

notes

❯

Browser and Runtime

❯

浏览器如何渲染 select 和 dropdown 等

浏览器如何渲染 select 和 dropdown 等

Feb 07, 20261 min read

为什么仅凭 DOM 难以理解网页 select 和 dropdown 组件的特点和麻烦:

  • 聊聊Web中的下拉选项的事情 - 前端开发者学堂 (fedev.cn) - 前端开发社区

  • Creating A Custom, Accessible Drop Down - DEV Community

  • Accessibility first: DropDown (Select) - DEV Community

  • 现代网页中实现 select 一般都是靠 js ,而不是语义标签

    • antd 怎么实现的?可访问性怎么样?在 accessibility tree 里的表现如何?

Created with Quartz v4.5.2 © 2026

  • GitHub