<styled-content>

Styled Special (Subject) Content (装飾された特別(主題)コンテンツ)

文字装飾上では区別できるが、他のいかなる方法を用いてもタグ付けできない、原文内の単語または語句。言い換えると、内容が太字、斜体、等幅やその他のいかなる強調要素でも表現できず、また、組版上の使い分けに関する意味的理由が不明または不明確なために、<named-content> がうまく適用できないもの。

備考

この要素はアーカイブの際に、元の出版者が記述したすべての差異を保存するために (たとえそのような区別の意図が不明確であったり、必ずしも意味論的ではない場合でも)、また出版者や著者が意味はともかく、書式を重視している場合のために設けられました。
推奨用法: 出版者が文書全体にわたって一貫して、多数の styled consistent を利用したい場合は、その書式は @style 属性で特定できます。
過去の版との相違点: この要素は、以前の版で使われていた <font> 要素を置き換えます。

関連要素

関連する <named-content> 要素は、いくつかの場合、<styled-content> 要素と同様の効果を印刷または画面表示の際にもたらします。どちらも視覚的な特徴を持つコンテンツをタグ付けします。しかし、両者はその目的が異なります。もしある語が生物の属・種名であるために斜体である場合は、それらは <named-content> 要素を使い、@content-type 属性で “genus-species” などを使って記述します。<styled-content> 要素は、単に緑色の影付き背景、style="green-shading" で表示することを指示するだけです。
ウェブのみの表示、または印刷のみの表示という指定は、単にスタイルの問題ではなく、用途の問題です。これは、該当する要素内で @specific-use 属性を使って指定する必要があります。このことは <named-content> または <styled-content> 要素にも適用されます。

属性

コンテンツ・モデル

<!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)*

記述方法

以下のあらゆる組合せ:

この要素は以下の要素内に含むことができます:

用例 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

The empty attribute is a signal to screen readers to skip a graphic:
...
<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>
...