<styled-content>
Styled Special (Subject) Content
Stylistically distinct word or phrase within the text that cannot be tagged using any of the other mechanisms for such content. In other words, the content cannot be described with bold, italic, monospace, or any of the other emphasis elements; and <named-content> is inappropriate because the semantic reason behind the typographic distinction is unknown or not clear.
Remarks
This element is intended to record the formatting differentiations made by a standards organization (even when the intent for such a distinction is unclear or not semantic).
Best Practice: For standards organizations who want to keep a number of named styles consistent throughout the document (for use by CSS or HTML, for example), the particular stylistic distinction can be named using the @style attribute.
Attributes
Model Description
Any combination of:
- Text, numbers, or special characters
- External Linking Elements
- <inline-supplementary-material> Inline Supplementary Material
- Related Material Elements
- Paragraph-level Display Elements
- <address> Address/Contact Information
- <array> Array (Simple Tabular Array)
- <boxed-text> Boxed Text
- <chem-struct-wrap> Chemical Structure Wrapper
- <code> Code Text
- <fig> Figure
- <fig-group> Figure Group
- <graphic> Graphic
- <media> Media Object
- <preformat> Preformatted Text
- <supplementary-material> Supplementary Material
- <table-wrap> Table Wrapper
- <table-wrap-group> Table Wrapper Group
- <alternatives> Alternatives For Processing
- Standards Note and Example Elements
- <disp-formula> Formula, Display
- <disp-formula-group> Formula, Display Group
- Emphasis Elements
- Inline Display Elements
- <chem-struct> Chemical Structure (Display)
- <inline-formula> Formula, Inline
- Lists
- Math Elements
- Other Inline Elements
- <fn> Footnote
- <target> Target of an Internal Link
- <tbx:entailedTerm> Entailed Term
- <xref> X(cross) Reference
- Baseline Change Elements
- <disp-quote> Quote, Displayed
- <speech> Speech
- <statement> Statement, Formal
- <verse-group> Verse Form For Poetry
This element may be contained in:
<addr-line>, <alt-title>, <article-title>, <attrib>, <award-id>, <bold>, <chapter-title>, <chem-struct>, <code>, <collab>, <comment>, <compl>, <compound-kwd-part>, <compound-subject-part>, <copyright-statement>, <data-title>, <def-head>, <disp-formula>, <element-citation>, <ext-link>, <fixed-case>, <full>, <funding-source>, <gov>, <inline-formula>, <inline-supplementary-material>, <intro>, <italic>, <kwd>, <label>, <license-p>, <main>, <meta-value>, <mixed-citation>, <monospace>, <named-content>, <nav-pointer>, <on-behalf-of>, <overline>, <p>, <part-title>, <preformat>, <related-article>, <related-object>, <related-term>, <role>, <roman>, <sans-serif>, <sc>, <see>, <see-also>, <see-also-entry>, <see-entry>, <series>, <sig>, <sig-block>, <source>, <std>, <strike>, <styled-content>, <sub>, <subject>, <subtitle>, <sup>, <supplement>, <target>, <td>, <term>, <term-head>, <textual-form>, <th>, <title>, <trans-source>, <trans-subtitle>, <trans-title>, <underline>, <verse-line>, <xref>
Example 1
To give formatting information:
...
<front>
...
<sec sec-type="foreword">
<title>Foreword</title>
<p><styled-content style="text-align: center; padding-left: 6em;
padding-right:6em"><italic>(This foreword is not part of the proposed
standard NISO Z39.96-201x, JATS: Journal Article Tag Suite. It is
included for information only.)</italic></styled-content></p>
...
</sec>
</front>
...
Example 2
To name colors:
... <list-item> <p><strike><styled-content style="color" style-type="red">IEEE Std 802.1ad™ 2005, IEEE Standard for Local and Metropolitan lAi:rea Networks: Tirtual Bridged Local Area Networks Amendment 4: Provider Bridges.</styled-content></strike></p> </list-item> <list-item> <p><underline><styled-content style="color" style-type="blue">IEEE Std 802.1AE™, IEEE Standard for Local and Metropolitan Area Networks: Media Access Control (MAC) Security.</styled-content></underline></p> </list-item> ...