ipywidgets icon indicating copy to clipboard operation
ipywidgets copied to clipboard

Evaluate using native HTML details element for accordion (when browsers support it)

Open jasongrout-db opened this issue 1 year ago • 1 comments
trafficstars

In Chrome 120, a name attribute is added to details elements to make it possible to do an accordion in native html. Other browsers indicate positive interest. When this is widespread, we may consider moving our custom accordion control to native html, so it is simpler, more accessible, etc.

jasongrout-db avatar Dec 11 '23 17:12 jasongrout-db