<styled-content>
Styled Special (Subject) Content (装飾された特別(主題)コンテンツ)
文字装飾上では区別できるが、他のいかなる方法を用いてもタグ付けできない、原文内の単語または語句。言い換えると、内容が太字、斜体、等幅やその他のいかなる強調要素でも表現できず、また、組版上の使い分けに関する意味的理由が不明または不明確なために、<named-content> がうまく適用できないもの。
備考
この要素はアーカイブの際に、元の出版者が記述したすべての差異を保存するために (たとえそのような区別の意図が不明確であったり、必ずしも意味論的ではない場合でも)、また出版者や著者が意味はともかく、書式を重視している場合のために設けられました。
推奨用法: 出版者が文書全体にわたって一貫して、多数の styled consistent を利用したい場合は、その書式は @style 属性で特定できます。
過去の版との相違点: この要素は、以前の版で使われていた <font> 要素を置き換えます。
属性
コンテンツ・モデル
<!ELEMENT styled-content (#PCDATA %styled-content-elements;)* >
拡張コンテンツ・モデル
(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | address | alternatives | array | boxed-text | chem-struct-wrap | code | fig | fig-group | graphic | media | preformat | supplementary-material | table-wrap | table-wrap-group | disp-formula | disp-formula-group | bold | fixed-case | italic | monospace | overline | roman | sans-serif | sc | strike | underline | ruby | 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)*
記述方法
以下のあらゆる組合せ:
- 文字、数字または特殊文字
- リンク要素
- <inline-supplementary-material> (行内補助資料メタデータ)
- 関連素材要素
- 段落レベル表示要素
- <alternatives> (代替処理法)
- <disp-formula> (別行立ての数式)
- <disp-formula-group> (別行立て数式のグループ)
- 強調要素
- 行内表示要素
- <chem-struct> (化学構造 (表示))
- <inline-formula> (行内数式)
- リスト
- 数式要素
- その他の行内要素
- <fn> (脚注)
- <target> (内部リンク先)
- <xref> (相互参照)
- 基準線変更要素
- <disp-quote> (別行立ての引用文)
- <speech> (スピーチ)
- <statement> ((形式体系の) ステートメント)
- <verse-group> (韻文形式)
この要素は以下の要素内に含むことができます:
<addr-line>, <alt-title>, <article-title>, <attrib>, <award-id>, <bold>, <chapter-title>, <chem-struct>, <code>, <collab>, <comment>, <compound-kwd-part>, <compound-subject-part>, <conf-theme>, <copyright-statement>, <corresp>, <data-title>, <def-head>, <disp-formula>, <element-citation>, <ext-link>, <fixed-case>, <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>
用例 1
...
<body>
<p><styled-content specific-use="print" style-type="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>
...
用例 2
属性の値が空なのは、画面リーダーが画像を飛ばしてよいということを示す:
...
<p>While we know from the earlier analysis that these hens
formed a linear hierarchy and the rank of the individuals
within the hierarchy, we do not know any of the behavioural
details by which they formed the hierarchy or came to take
their places within it ...
<styled-content alt="" specific-use="background image">
<graphic xlink:href="images/1800-648-1.jpg"
position="background"/>
</styled-content></p>
...