I'm doing a test upgrade on a client's site from Joomla 3 to Joomla 4; the site uses the T3 framework and plugin, and the T3_bs3-empty template. The update went fine, but I've discovered there are changes in the HTML which have caused some of my CSS to be missed. I posted about this in a Joomla forum and no one seems to know if this change comes from Joomla or the template I'm using, so I'm posting it here too to see if this is a T3 template thing. For example, the full article image in J3 is wrapped in a Div tag with a class "pull-left" for floating it on the left side of the text. In J4, the same image is wrapped in a Figure tag, with a class "left". (see screenshots)
I can make the CSS changes, but I'm wondering: Is this is a change created by your template in the update process? And if so, is there a list of all the HTML changes somewhere that I could view? That would make my job a lot easier than trying to hunt for them all manually. Many thanks in advance.