<styled-content>

Styled Special (Subject) Content

A 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 class elements and <named-content> is inappropriate because the semantic reason behind the typographic distinction is unknown or not clear.

Remarks

This element is intended for archives who wish to preserve all of the differentiations made by the original publisher (even when the intent for such a distinction is unclear or not necessarily semantic) as well as for publishers and authors who want to make a stylistic rather than a semantic distinction.

The particular stylistic distinction can be named with the @style-type attribute, for publishers who want to keep a number of named styles consistent throughout the article, and the explicit styling can be recorded using the @style attribute.

This element replaces the font element that was in previous versions of the Tag Suite.

Attributes

specific-use Specific Use
style Style (XHTML table model; MathML 2.0 Tag Set)
style-type Style Type

Related Elements

The related <named-content> element may, in some instances, produce the same look on print or display as some <styled-content> elements. Both mark content that has a visual distinction; the difference between the two elements is intent. If it is known that this word is in italics because it is a genus or species name, those semantics should be preserved with a <named-content> element with a @content-type attribute of “genus-species” or equivalent. The <styled-content> element would merely tell you that it was always in green shaded background style="green-shading".

Being web-only or print-only is not a stylistic matter, but rather a particular use, which should be tagged with the @specific-use attribute on the appropriate element, perhaps even on a <named-content> or <styled-content> element.

Content Model

<!ELEMENT  styled-content
                        (#PCDATA %styled-content-elements;)*         >

Expanded Content Model

(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | address | alternatives | array | boxed-text | chem-struct-wrap | fig | fig-group | graphic | media | preformat | supplementary-material | table-wrap | table-wrap-group | disp-formula | disp-formula-group | bold | italic | monospace | overline | roman | sans-serif | sc | strike | underline | inline-graphic | private-char | chem-struct | inline-formula | def-list | list | tex-math | mml:math | abbrev | milestone-end | milestone-start | named-content | styled-content | fn | target | xref | sub | sup | disp-quote | speech | statement | verse-group)*

Description

Any combination of:

This element may be contained in:

<addr-line>, <alt-title>, <article-title>, <attrib>, <award-id>, <bold>, <chapter-title>, <chem-struct>, <collab>, <comment>, <conf-theme>, <copyright-statement>, <corresp>, <def-head>, <disp-formula>, <element-citation>, <ext-link>, <funding-source>, <funding-statement>, <gov>, <inline-formula>, <inline-supplementary-material>, <italic>, <kwd>, <license-p>, <meta-value>, <mixed-citation>, <monospace>, <named-content>, <on-behalf-of>, <overline>, <p>, <part-title>, <preformat>, <product>, <related-article>, <related-object>, <role>, <roman>, <sans-serif>, <sc>, <series>, <series-text>, <series-title>, <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

...
<body>
<p><styled-content specific-use="print" style="drop cap">D</styled-content>etecting
pancreatic cancer in its early stages is complicated by the non-specificity
and variety of its symptoms, many of which may go unnoticed or be seen as
indicia of other diseases or medical conditions.  Symptoms commonly occuring
include upper abdominal pain traversing to the back, weight loss, decreased
appetite, and jaundice. ...</p>
<sec>...</sec>
</body>
...


Module

phrase3.ent