Closed brichet closed 1 year ago
I guess you use the
Renderer
to reuse theuuid
. But could you please prefer not changing any public API and add theid
if it does not exist inAccordionLayout.insertWidget
- inherited from https://github.com/jupyterlab/lumino/blob/main/packages/widgets/src/panellayout.ts#L87
Thanks for review @fcollonval
This PR fixes an accessibility issue about accordion panel:
tab
to the title, which is not in atablist
element.aria-controls
attribute of the corresponding title.