You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The NISO standard 1.4 states the intended behavior of toggle="yes" and makes clear the default XML attribute value is "yes".
In my JATS XML sample of ~100K JATS XML files archived ~2025H1, approx half of <italic> elements have an explicit toggle="yes" value set.
However, HTML/CSS generated by PubMed Central does not appear to do anything with this tag attribute toggle (set to yes or absent). Furthermore, the publisher's PDF does not follow the NISO standard. So both PubMed Central HTML generation and the publisher's PDF production are in sync (ignore it completely). The NISO standard does not document that PubMed Central and some publishers ignore this value.
Two example are:
the subscript "TEM" in the 4th row of table 1 of PMC11694450
the superscript "g" after "NS" in the 9th row of table 9 of PMC11582481
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
The italic toggle feature (
<italic toggle="yes">
) of the NISO JATS standard appears to not reflect actual usage in:The details of the NISO standard are at:
https://jats.nlm.nih.gov/archiving/tag-library/1.4/element/italic.html
https://jats.nlm.nih.gov/archiving/tag-library/1.4/attribute/toggle.html
The NISO standard 1.4 states the intended behavior of
toggle="yes"
and makes clear the default XML attribute value is"yes"
.In my JATS XML sample of ~100K JATS XML files archived ~2025H1, approx half of
<italic>
elements have an explicittoggle="yes"
value set.However, HTML/CSS generated by PubMed Central does not appear to do anything with this tag attribute
toggle
(set toyes
or absent). Furthermore, the publisher's PDF does not follow the NISO standard. So both PubMed Central HTML generation and the publisher's PDF production are in sync (ignore it completely). The NISO standard does not document that PubMed Central and some publishers ignore this value.Two example are:
Beta Was this translation helpful? Give feedback.
All reactions