Hi appliedarts
Thank you for your point out
I’m understand Document Mode HTML5 caption text style is lose.
Diffarence editor and the page itself.
Tiny MCE using html4 type ( use dl dt dd )
XHTML is meybe showing correctly.
Please add style.css bottom
.wp-caption-text{
max-width: calc(100% - 1em);
display:block;
margin:auto;
border:1px solid red;/* for test only */
text-align:left;
}
Please try adding this style. Once from you, a result that this a good is obtained, I will reflect in the next version
screenshot my result
https://www.tenman.info/wp3/manualraindrops/files/caption-text-issue.gif
test caption shortcode
[caption id="attachment_30763" align="alignleft" width="400"]<a href="https://example.com/wp-37/wp-content/uploads/noto-sans-sa.jpg"><img class="size-full wp-image-30763" src="https://example.com/wp-37/wp-content/uploads/noto-sans-sa.jpg" alt="caption test" width="400" height="400" /></a>
<p class="alignleft">caption test</p>
<p class="alignright">caption test</p>
<p style="clear: both; text-align: center;">caption test</p>
[/caption]
Thank you.