Index talk:Tender Grass for Little Lambs.pdf

Latest comment: 1 year ago by ShakespeareFan00 in topic Mixing HTML and Mediawiki table syntax

Mixing HTML and Mediawiki table syntax edit

@ShakespeareFan00: Your solution for Page:Tender Grass for Little Lambs.pdf/18 works perfectly well, no worries on that front. With that said, I'm not sure what the problem you're seeing is? Using the <caption> syntax, my browser displays

<table class="pastoral-toc">
<caption class="bl-section"><span style="font-family:UnifrakturMaguntia, UnifrakturCook,Unifraktur, serif;font-size:113%;font-feature-settings:'cv01', 'cv02', 'cv03', 'cv04', 'cv05', 'cv06', 'cv07', 'cv08', 'cv09', 'cv10'; -webkit-font-feature-settings:'cv01', 'cv02', 'cv03', 'cv04', 'cv05', 'cv06', 'cv07', 'cv08', 'cv09', 'cv10'; -ms-font-feature-settings:'cv01', 'cv02', 'cv03', 'cv04', 'cv05', 'cv06', 'cv07', 'cv08', 'cv09', 'cv10'" class="blackletter" lang="en-Latf">Contents.</span></caption>

<tbody>
…table rows go here…
</tbody></table>

while with the |+ syntax, it displays

<table class="pastoral-toc">
<caption><span class="bl-section"><span style="font-family:UnifrakturMaguntia, UnifrakturCook,Unifraktur, serif;font-size:113%;font-feature-settings:'cv01', 'cv02', 'cv03', 'cv04', 'cv05', 'cv06', 'cv07', 'cv08', 'cv09', 'cv10'; -webkit-font-feature-settings:'cv01', 'cv02', 'cv03', 'cv04', 'cv05', 'cv06', 'cv07', 'cv08', 'cv09', 'cv10'; -ms-font-feature-settings:'cv01', 'cv02', 'cv03', 'cv04', 'cv05', 'cv06', 'cv07', 'cv08', 'cv09', 'cv10'" class="blackletter" lang="en-Latf">Contents.</span></span>
</caption>

<tbody>
…table rows go here…
</tbody></table>

Are you seeing something different? —CalendulaAsteraceae (talkcontribs) 02:40, 15 July 2022 (UTC)Reply

For some reason the linter was claiming a "Stripped tag" error.. which suggests that it was getting confused somehow..
The only difference between the two posted examples seems to be that using the !+ syntax places an additional line-feed before the closing </caption>, neither of them is invalid HTML of course.
Is this the dolevels wrapping quirk at play again? ShakespeareFan00 (talk) 09:00, 15 July 2022 (UTC)Reply