Current table syntax allows the generation of a summary:
{| summary="This is a summary"
Which renders:
<table summary="This is a summary">
This is no longer valid in HTML5.
Propose that this should render within the caption using HTML5 tags:
<caption> <details> <summary>This is a summary</summary> </details> </caption>