◇◆
<strike> Strike Through
Used to mark text that should appear with a line through it so as to appear struck
out.
Usage/Remarks
Strike-through emphasis is typically used only in quoted material.
<strike> as a Toggle Switch
The @toggle attribute can control the behavior of <strike>. When the value of @toggle is set
to “no”, the emphasized text remains struck-through, no matter what the surrounding text
does. This is the typical behavior wanted for strike-through.
Toggle is rarely set to “yes” for <strike>. However, if the value of @toggle were to be set to
“yes”, and if the surrounding text were set to be struck-through, the text within the
<strike> element would change to another emphasis style, so that the text would still
be typographically distinct from its surroundings.
Attributes
Multi-lang Attributes
Models and Context
May be contained in
<addr-line>, <aff>, <alt-title>, <article-title>, <attrib>, <bold>, <chapter-title>, <chem-struct>, <code>, <collab>, <collab-name>, <comment>, <compound-kwd-part>, <compound-subject-part>, <conf-theme>, <copyright-statement>, <data-title>, <def-head>, <disp-formula>, <element-citation>, <ext-link>, <fixed-case>, <funding-statement>, <gov>, <inline-formula>, <inline-media>, <inline-supplementary-material>, <italic>, <kwd>, <license-p>, <meta-value>, <mixed-citation>, <monospace>, <named-content>, <on-behalf-of>, <overline>, <p>, <part-title>, <preformat>, <price>, <product>, <rb>, <related-article>, <related-object>, <resource-name>, <roman>, <sans-serif>, <sc>, <see>, <see-also>, <series>, <source>, <std>, <strike>, <styled-content>, <sub>, <subject>, <subtitle>, <sup>, <supplement>, <support-source>, <target>, <td>, <term>, <term-head>, <textual-form>, <th>, <title>, <trans-source>, <trans-title>, <underline>, <verse-line>, <xref>
Description
Any combination of:
- Text, numbers, or special characters
- Linking Elements
- Related Material Elements
- Emphasis Elements
- <alternatives> Alternatives For Processing
- Inline Display Elements
- Inline Math Elements
- Other Inline Elements
- Internal Linking Elements
- Baseline Change Elements
Content Model
<!ELEMENT strike (#PCDATA %emphasized-text;)* >
Expanded Content Model
(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | bold | fixed-case | italic | monospace | overline | roman | sans-serif | sc | strike | underline | ruby | alternatives | inline-graphic | inline-media | chem-struct | inline-formula | abbrev | index-term | index-term-range-end | named-content | styled-content | fn | target | xref | sub | sup)*