Created by: pvdlg
Fixes #17643 (closed)
This PR allow an <a> or <button> element to toggle multiple collapse area.
It preserve the ability to have a collapse being toggled by multiple <a> or <button>.
It relies on #21654 to handle collapse targets mo easily and efficiently (all the commits of #21654 are included here).