Skip to content

Instantly share code, notes, and snippets.

@Potherca
Last active February 18, 2020 13:23
Show Gist options
  • Save Potherca/3713284 to your computer and use it in GitHub Desktop.
Save Potherca/3713284 to your computer and use it in GitHub Desktop.
My answer to Stackoverflow Question 1261955: Inherited Text-Decoration style
/**
* My answer to Stackoverflow Question 1261955: Inherited Text-Decoration style
*
* http://stackoverflow.com/questions/1261955/inherited-text-decoration-style/4377895#4377895
*/
@import url(http://fonts.googleapis.com/css?family=Droid+Sans|Droid+Sans+Mono);
body {
font-family: 'Droid Sans', sans-serif;
background-color: #EFEFEF;
}
h1 {
font-size: 1em;
color: #666;
}
body > div {
width: 50%;
background-color: #FAFAFA;
margin: 1em auto;
border: 1px solid;
padding: 1em;
border-radius: 1em;
}
a {
color: #e93;
}
<h1>
This is my answer to
<a href="http://stackoverflow.com/questions/1261955/inherited-text-decoration-style/4377895#4377895">Stackoverflow Question 1261955: Inherited Text-Decoration style</a>
</h1>
<section>
<span style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red;">Undesired strikethrough</a>
</span>
</section>
<section>
<h2><code>display:contents</code></h2>
<span style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: contents;"><code>display: contents</code> in a span</a>
</span>
<hr>
<div style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: contents;"><code>display: contents</code> in a div</a>
</div> <hr><b>flex: </b>
<div style="text-decoration:line-through;display:contents;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flex;">
<code>display: flex</code> in a <code>display: contents;</code>
</a>
</div> <hr><b>flow: </b>
<div style="text-decoration:line-through;display:contents;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow;">
<code>display: flow</code> in a <code>display: contents;</code>
</a>
</div> <hr><b>flow-root: </b>
<div style="text-decoration:line-through;display:contents;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow-root;">
<code>display: flow-root</code> in a <code>display: contents;</code>
</a>
</div> <hr><b>grid: </b>
<div style="text-decoration:line-through;display:contents;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: grid;">
<code>display: grid</code> in a <code>display: contents;</code>
</a>
</div> <hr><b>inline-block: </b>
<div style="text-decoration:line-through;display:contents;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-block;">
<code>display: inline-block</code> in a <code>display: contents;</code>
</a>
</div> <hr><b>inline-flex: </b>
<div style="text-decoration:line-through;display:contents;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-flex;">
<code>display: inline-flex</code> in a <code>display: contents;</code>
</a>
</div> <hr><b>inline-grid: </b>
<div style="text-decoration:line-through;display:contents;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-grid;">
<code>display: inline-grid</code> in a <code>display: contents;</code>
</a>
</div> <hr><b>inline-table: </b>
<div style="text-decoration:line-through;display:contents;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-table;">
<code>display: inline-table</code> in a <code>display: contents;</code>
</a>
</div> <hr><b>ruby: </b>
<div style="text-decoration:line-through;display:contents;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby;">
<code>display: ruby</code> in a <code>display: contents;</code>
</a>
</div> <hr><b>ruby-base: </b>
<div style="text-decoration:line-through;display:contents;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base;">
<code>display: ruby-base</code> in a <code>display: contents;</code>
</a>
</div> <hr><b>ruby-base-container: </b>
<div style="text-decoration:line-through;display:contents;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base-container;">
<code>display: ruby-base-container</code> in a <code>display: contents;</code>
</a>
</div> <hr><b>ruby-text: </b>
<div style="text-decoration:line-through;display:contents;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text;">
<code>display: ruby-text</code> in a <code>display: contents;</code>
</a>
</div> <hr><b>ruby-text-container: </b>
<div style="text-decoration:line-through;display:contents;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text-container;">
<code>display: ruby-text-container</code> in a <code>display: contents;</code>
</a>
</div> <hr><b>table: </b>
<div style="text-decoration:line-through;display:contents;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table;">
<code>display: table</code> in a <code>display: contents;</code>
</a>
</div> <hr><b>table-caption: </b>
<div style="text-decoration:line-through;display:contents;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-caption;">
<code>display: table-caption</code> in a <code>display: contents;</code>
</a>
</div> <hr><b>table-cell: </b>
<div style="text-decoration:line-through;display:contents;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-cell;">
<code>display: table-cell</code> in a <code>display: contents;</code>
</a>
</div> <hr><b>table-column: </b>
<div style="text-decoration:line-through;display:contents;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column;">
<code>display: table-column</code> in a <code>display: contents;</code>
</a>
</div> <hr><b>table-column-group: </b>
<div style="text-decoration:line-through;display:contents;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column-group;">
<code>display: table-column-group</code> in a <code>display: contents;</code>
</a>
</div> <hr><b>table-footer-group: </b>
<div style="text-decoration:line-through;display:contents;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-footer-group;">
<code>display: table-footer-group</code> in a <code>display: contents;</code>
</a>
</div> <hr><b>table-header-group: </b>
<div style="text-decoration:line-through;display:contents;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-header-group;">
<code>display: table-header-group</code> in a <code>display: contents;</code>
</a>
</div> <hr><b>table-row: </b>
<div style="text-decoration:line-through;display:contents;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row;">
<code>display: table-row</code> in a <code>display: contents;</code>
</a>
</div> <hr><b>table-row-group: </b>
<div style="text-decoration:line-through;display:contents;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row-group;">
<code>display: table-row-group</code> in a <code>display: contents;</code>
</a>
</div><h2><code>display:flex</code></h2>
<span style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flex;"><code>display: flex</code> in a span</a>
</span>
<hr>
<div style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flex;"><code>display: flex</code> in a div</a>
</div> <hr><b>contents: </b>
<div style="text-decoration:line-through;display:flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: contents;">
<code>display: contents</code> in a <code>display: flex;</code>
</a>
</div> <hr><b>flow: </b>
<div style="text-decoration:line-through;display:flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow;">
<code>display: flow</code> in a <code>display: flex;</code>
</a>
</div> <hr><b>flow-root: </b>
<div style="text-decoration:line-through;display:flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow-root;">
<code>display: flow-root</code> in a <code>display: flex;</code>
</a>
</div> <hr><b>grid: </b>
<div style="text-decoration:line-through;display:flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: grid;">
<code>display: grid</code> in a <code>display: flex;</code>
</a>
</div> <hr><b>inline-block: </b>
<div style="text-decoration:line-through;display:flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-block;">
<code>display: inline-block</code> in a <code>display: flex;</code>
</a>
</div> <hr><b>inline-flex: </b>
<div style="text-decoration:line-through;display:flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-flex;">
<code>display: inline-flex</code> in a <code>display: flex;</code>
</a>
</div> <hr><b>inline-grid: </b>
<div style="text-decoration:line-through;display:flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-grid;">
<code>display: inline-grid</code> in a <code>display: flex;</code>
</a>
</div> <hr><b>inline-table: </b>
<div style="text-decoration:line-through;display:flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-table;">
<code>display: inline-table</code> in a <code>display: flex;</code>
</a>
</div> <hr><b>ruby: </b>
<div style="text-decoration:line-through;display:flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby;">
<code>display: ruby</code> in a <code>display: flex;</code>
</a>
</div> <hr><b>ruby-base: </b>
<div style="text-decoration:line-through;display:flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base;">
<code>display: ruby-base</code> in a <code>display: flex;</code>
</a>
</div> <hr><b>ruby-base-container: </b>
<div style="text-decoration:line-through;display:flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base-container;">
<code>display: ruby-base-container</code> in a <code>display: flex;</code>
</a>
</div> <hr><b>ruby-text: </b>
<div style="text-decoration:line-through;display:flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text;">
<code>display: ruby-text</code> in a <code>display: flex;</code>
</a>
</div> <hr><b>ruby-text-container: </b>
<div style="text-decoration:line-through;display:flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text-container;">
<code>display: ruby-text-container</code> in a <code>display: flex;</code>
</a>
</div> <hr><b>table: </b>
<div style="text-decoration:line-through;display:flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table;">
<code>display: table</code> in a <code>display: flex;</code>
</a>
</div> <hr><b>table-caption: </b>
<div style="text-decoration:line-through;display:flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-caption;">
<code>display: table-caption</code> in a <code>display: flex;</code>
</a>
</div> <hr><b>table-cell: </b>
<div style="text-decoration:line-through;display:flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-cell;">
<code>display: table-cell</code> in a <code>display: flex;</code>
</a>
</div> <hr><b>table-column: </b>
<div style="text-decoration:line-through;display:flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column;">
<code>display: table-column</code> in a <code>display: flex;</code>
</a>
</div> <hr><b>table-column-group: </b>
<div style="text-decoration:line-through;display:flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column-group;">
<code>display: table-column-group</code> in a <code>display: flex;</code>
</a>
</div> <hr><b>table-footer-group: </b>
<div style="text-decoration:line-through;display:flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-footer-group;">
<code>display: table-footer-group</code> in a <code>display: flex;</code>
</a>
</div> <hr><b>table-header-group: </b>
<div style="text-decoration:line-through;display:flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-header-group;">
<code>display: table-header-group</code> in a <code>display: flex;</code>
</a>
</div> <hr><b>table-row: </b>
<div style="text-decoration:line-through;display:flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row;">
<code>display: table-row</code> in a <code>display: flex;</code>
</a>
</div> <hr><b>table-row-group: </b>
<div style="text-decoration:line-through;display:flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row-group;">
<code>display: table-row-group</code> in a <code>display: flex;</code>
</a>
</div><h2><code>display:flow</code></h2>
<span style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow;"><code>display: flow</code> in a span</a>
</span>
<hr>
<div style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow;"><code>display: flow</code> in a div</a>
</div> <hr><b>contents: </b>
<div style="text-decoration:line-through;display:flow;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: contents;">
<code>display: contents</code> in a <code>display: flow;</code>
</a>
</div> <hr><b>flex: </b>
<div style="text-decoration:line-through;display:flow;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flex;">
<code>display: flex</code> in a <code>display: flow;</code>
</a>
</div> <hr><b>flow-root: </b>
<div style="text-decoration:line-through;display:flow;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow-root;">
<code>display: flow-root</code> in a <code>display: flow;</code>
</a>
</div> <hr><b>grid: </b>
<div style="text-decoration:line-through;display:flow;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: grid;">
<code>display: grid</code> in a <code>display: flow;</code>
</a>
</div> <hr><b>inline-block: </b>
<div style="text-decoration:line-through;display:flow;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-block;">
<code>display: inline-block</code> in a <code>display: flow;</code>
</a>
</div> <hr><b>inline-flex: </b>
<div style="text-decoration:line-through;display:flow;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-flex;">
<code>display: inline-flex</code> in a <code>display: flow;</code>
</a>
</div> <hr><b>inline-grid: </b>
<div style="text-decoration:line-through;display:flow;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-grid;">
<code>display: inline-grid</code> in a <code>display: flow;</code>
</a>
</div> <hr><b>inline-table: </b>
<div style="text-decoration:line-through;display:flow;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-table;">
<code>display: inline-table</code> in a <code>display: flow;</code>
</a>
</div> <hr><b>ruby: </b>
<div style="text-decoration:line-through;display:flow;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby;">
<code>display: ruby</code> in a <code>display: flow;</code>
</a>
</div> <hr><b>ruby-base: </b>
<div style="text-decoration:line-through;display:flow;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base;">
<code>display: ruby-base</code> in a <code>display: flow;</code>
</a>
</div> <hr><b>ruby-base-container: </b>
<div style="text-decoration:line-through;display:flow;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base-container;">
<code>display: ruby-base-container</code> in a <code>display: flow;</code>
</a>
</div> <hr><b>ruby-text: </b>
<div style="text-decoration:line-through;display:flow;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text;">
<code>display: ruby-text</code> in a <code>display: flow;</code>
</a>
</div> <hr><b>ruby-text-container: </b>
<div style="text-decoration:line-through;display:flow;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text-container;">
<code>display: ruby-text-container</code> in a <code>display: flow;</code>
</a>
</div> <hr><b>table: </b>
<div style="text-decoration:line-through;display:flow;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table;">
<code>display: table</code> in a <code>display: flow;</code>
</a>
</div> <hr><b>table-caption: </b>
<div style="text-decoration:line-through;display:flow;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-caption;">
<code>display: table-caption</code> in a <code>display: flow;</code>
</a>
</div> <hr><b>table-cell: </b>
<div style="text-decoration:line-through;display:flow;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-cell;">
<code>display: table-cell</code> in a <code>display: flow;</code>
</a>
</div> <hr><b>table-column: </b>
<div style="text-decoration:line-through;display:flow;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column;">
<code>display: table-column</code> in a <code>display: flow;</code>
</a>
</div> <hr><b>table-column-group: </b>
<div style="text-decoration:line-through;display:flow;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column-group;">
<code>display: table-column-group</code> in a <code>display: flow;</code>
</a>
</div> <hr><b>table-footer-group: </b>
<div style="text-decoration:line-through;display:flow;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-footer-group;">
<code>display: table-footer-group</code> in a <code>display: flow;</code>
</a>
</div> <hr><b>table-header-group: </b>
<div style="text-decoration:line-through;display:flow;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-header-group;">
<code>display: table-header-group</code> in a <code>display: flow;</code>
</a>
</div> <hr><b>table-row: </b>
<div style="text-decoration:line-through;display:flow;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row;">
<code>display: table-row</code> in a <code>display: flow;</code>
</a>
</div> <hr><b>table-row-group: </b>
<div style="text-decoration:line-through;display:flow;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row-group;">
<code>display: table-row-group</code> in a <code>display: flow;</code>
</a>
</div><h2><code>display:flow-root</code></h2>
<span style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow-root;"><code>display: flow-root</code> in a span</a>
</span>
<hr>
<div style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow-root;"><code>display: flow-root</code> in a div</a>
</div> <hr><b>contents: </b>
<div style="text-decoration:line-through;display:flow-root;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: contents;">
<code>display: contents</code> in a <code>display: flow-root;</code>
</a>
</div> <hr><b>flex: </b>
<div style="text-decoration:line-through;display:flow-root;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flex;">
<code>display: flex</code> in a <code>display: flow-root;</code>
</a>
</div> <hr><b>flow: </b>
<div style="text-decoration:line-through;display:flow-root;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow;">
<code>display: flow</code> in a <code>display: flow-root;</code>
</a>
</div> <hr><b>grid: </b>
<div style="text-decoration:line-through;display:flow-root;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: grid;">
<code>display: grid</code> in a <code>display: flow-root;</code>
</a>
</div> <hr><b>inline-block: </b>
<div style="text-decoration:line-through;display:flow-root;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-block;">
<code>display: inline-block</code> in a <code>display: flow-root;</code>
</a>
</div> <hr><b>inline-flex: </b>
<div style="text-decoration:line-through;display:flow-root;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-flex;">
<code>display: inline-flex</code> in a <code>display: flow-root;</code>
</a>
</div> <hr><b>inline-grid: </b>
<div style="text-decoration:line-through;display:flow-root;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-grid;">
<code>display: inline-grid</code> in a <code>display: flow-root;</code>
</a>
</div> <hr><b>inline-table: </b>
<div style="text-decoration:line-through;display:flow-root;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-table;">
<code>display: inline-table</code> in a <code>display: flow-root;</code>
</a>
</div> <hr><b>ruby: </b>
<div style="text-decoration:line-through;display:flow-root;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby;">
<code>display: ruby</code> in a <code>display: flow-root;</code>
</a>
</div> <hr><b>ruby-base: </b>
<div style="text-decoration:line-through;display:flow-root;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base;">
<code>display: ruby-base</code> in a <code>display: flow-root;</code>
</a>
</div> <hr><b>ruby-base-container: </b>
<div style="text-decoration:line-through;display:flow-root;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base-container;">
<code>display: ruby-base-container</code> in a <code>display: flow-root;</code>
</a>
</div> <hr><b>ruby-text: </b>
<div style="text-decoration:line-through;display:flow-root;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text;">
<code>display: ruby-text</code> in a <code>display: flow-root;</code>
</a>
</div> <hr><b>ruby-text-container: </b>
<div style="text-decoration:line-through;display:flow-root;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text-container;">
<code>display: ruby-text-container</code> in a <code>display: flow-root;</code>
</a>
</div> <hr><b>table: </b>
<div style="text-decoration:line-through;display:flow-root;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table;">
<code>display: table</code> in a <code>display: flow-root;</code>
</a>
</div> <hr><b>table-caption: </b>
<div style="text-decoration:line-through;display:flow-root;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-caption;">
<code>display: table-caption</code> in a <code>display: flow-root;</code>
</a>
</div> <hr><b>table-cell: </b>
<div style="text-decoration:line-through;display:flow-root;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-cell;">
<code>display: table-cell</code> in a <code>display: flow-root;</code>
</a>
</div> <hr><b>table-column: </b>
<div style="text-decoration:line-through;display:flow-root;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column;">
<code>display: table-column</code> in a <code>display: flow-root;</code>
</a>
</div> <hr><b>table-column-group: </b>
<div style="text-decoration:line-through;display:flow-root;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column-group;">
<code>display: table-column-group</code> in a <code>display: flow-root;</code>
</a>
</div> <hr><b>table-footer-group: </b>
<div style="text-decoration:line-through;display:flow-root;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-footer-group;">
<code>display: table-footer-group</code> in a <code>display: flow-root;</code>
</a>
</div> <hr><b>table-header-group: </b>
<div style="text-decoration:line-through;display:flow-root;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-header-group;">
<code>display: table-header-group</code> in a <code>display: flow-root;</code>
</a>
</div> <hr><b>table-row: </b>
<div style="text-decoration:line-through;display:flow-root;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row;">
<code>display: table-row</code> in a <code>display: flow-root;</code>
</a>
</div> <hr><b>table-row-group: </b>
<div style="text-decoration:line-through;display:flow-root;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row-group;">
<code>display: table-row-group</code> in a <code>display: flow-root;</code>
</a>
</div><h2><code>display:grid</code></h2>
<span style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: grid;"><code>display: grid</code> in a span</a>
</span>
<hr>
<div style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: grid;"><code>display: grid</code> in a div</a>
</div> <hr><b>contents: </b>
<div style="text-decoration:line-through;display:grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: contents;">
<code>display: contents</code> in a <code>display: grid;</code>
</a>
</div> <hr><b>flex: </b>
<div style="text-decoration:line-through;display:grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flex;">
<code>display: flex</code> in a <code>display: grid;</code>
</a>
</div> <hr><b>flow: </b>
<div style="text-decoration:line-through;display:grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow;">
<code>display: flow</code> in a <code>display: grid;</code>
</a>
</div> <hr><b>flow-root: </b>
<div style="text-decoration:line-through;display:grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow-root;">
<code>display: flow-root</code> in a <code>display: grid;</code>
</a>
</div> <hr><b>inline-block: </b>
<div style="text-decoration:line-through;display:grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-block;">
<code>display: inline-block</code> in a <code>display: grid;</code>
</a>
</div> <hr><b>inline-flex: </b>
<div style="text-decoration:line-through;display:grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-flex;">
<code>display: inline-flex</code> in a <code>display: grid;</code>
</a>
</div> <hr><b>inline-grid: </b>
<div style="text-decoration:line-through;display:grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-grid;">
<code>display: inline-grid</code> in a <code>display: grid;</code>
</a>
</div> <hr><b>inline-table: </b>
<div style="text-decoration:line-through;display:grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-table;">
<code>display: inline-table</code> in a <code>display: grid;</code>
</a>
</div> <hr><b>ruby: </b>
<div style="text-decoration:line-through;display:grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby;">
<code>display: ruby</code> in a <code>display: grid;</code>
</a>
</div> <hr><b>ruby-base: </b>
<div style="text-decoration:line-through;display:grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base;">
<code>display: ruby-base</code> in a <code>display: grid;</code>
</a>
</div> <hr><b>ruby-base-container: </b>
<div style="text-decoration:line-through;display:grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base-container;">
<code>display: ruby-base-container</code> in a <code>display: grid;</code>
</a>
</div> <hr><b>ruby-text: </b>
<div style="text-decoration:line-through;display:grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text;">
<code>display: ruby-text</code> in a <code>display: grid;</code>
</a>
</div> <hr><b>ruby-text-container: </b>
<div style="text-decoration:line-through;display:grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text-container;">
<code>display: ruby-text-container</code> in a <code>display: grid;</code>
</a>
</div> <hr><b>table: </b>
<div style="text-decoration:line-through;display:grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table;">
<code>display: table</code> in a <code>display: grid;</code>
</a>
</div> <hr><b>table-caption: </b>
<div style="text-decoration:line-through;display:grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-caption;">
<code>display: table-caption</code> in a <code>display: grid;</code>
</a>
</div> <hr><b>table-cell: </b>
<div style="text-decoration:line-through;display:grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-cell;">
<code>display: table-cell</code> in a <code>display: grid;</code>
</a>
</div> <hr><b>table-column: </b>
<div style="text-decoration:line-through;display:grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column;">
<code>display: table-column</code> in a <code>display: grid;</code>
</a>
</div> <hr><b>table-column-group: </b>
<div style="text-decoration:line-through;display:grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column-group;">
<code>display: table-column-group</code> in a <code>display: grid;</code>
</a>
</div> <hr><b>table-footer-group: </b>
<div style="text-decoration:line-through;display:grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-footer-group;">
<code>display: table-footer-group</code> in a <code>display: grid;</code>
</a>
</div> <hr><b>table-header-group: </b>
<div style="text-decoration:line-through;display:grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-header-group;">
<code>display: table-header-group</code> in a <code>display: grid;</code>
</a>
</div> <hr><b>table-row: </b>
<div style="text-decoration:line-through;display:grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row;">
<code>display: table-row</code> in a <code>display: grid;</code>
</a>
</div> <hr><b>table-row-group: </b>
<div style="text-decoration:line-through;display:grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row-group;">
<code>display: table-row-group</code> in a <code>display: grid;</code>
</a>
</div><h2><code>display:inline-block</code></h2>
<span style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-block;"><code>display: inline-block</code> in a span</a>
</span>
<hr>
<div style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-block;"><code>display: inline-block</code> in a div</a>
</div> <hr><b>contents: </b>
<div style="text-decoration:line-through;display:inline-block;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: contents;">
<code>display: contents</code> in a <code>display: inline-block;</code>
</a>
</div> <hr><b>flex: </b>
<div style="text-decoration:line-through;display:inline-block;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flex;">
<code>display: flex</code> in a <code>display: inline-block;</code>
</a>
</div> <hr><b>flow: </b>
<div style="text-decoration:line-through;display:inline-block;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow;">
<code>display: flow</code> in a <code>display: inline-block;</code>
</a>
</div> <hr><b>flow-root: </b>
<div style="text-decoration:line-through;display:inline-block;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow-root;">
<code>display: flow-root</code> in a <code>display: inline-block;</code>
</a>
</div> <hr><b>grid: </b>
<div style="text-decoration:line-through;display:inline-block;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: grid;">
<code>display: grid</code> in a <code>display: inline-block;</code>
</a>
</div> <hr><b>inline-flex: </b>
<div style="text-decoration:line-through;display:inline-block;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-flex;">
<code>display: inline-flex</code> in a <code>display: inline-block;</code>
</a>
</div> <hr><b>inline-grid: </b>
<div style="text-decoration:line-through;display:inline-block;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-grid;">
<code>display: inline-grid</code> in a <code>display: inline-block;</code>
</a>
</div> <hr><b>inline-table: </b>
<div style="text-decoration:line-through;display:inline-block;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-table;">
<code>display: inline-table</code> in a <code>display: inline-block;</code>
</a>
</div> <hr><b>ruby: </b>
<div style="text-decoration:line-through;display:inline-block;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby;">
<code>display: ruby</code> in a <code>display: inline-block;</code>
</a>
</div> <hr><b>ruby-base: </b>
<div style="text-decoration:line-through;display:inline-block;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base;">
<code>display: ruby-base</code> in a <code>display: inline-block;</code>
</a>
</div> <hr><b>ruby-base-container: </b>
<div style="text-decoration:line-through;display:inline-block;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base-container;">
<code>display: ruby-base-container</code> in a <code>display: inline-block;</code>
</a>
</div> <hr><b>ruby-text: </b>
<div style="text-decoration:line-through;display:inline-block;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text;">
<code>display: ruby-text</code> in a <code>display: inline-block;</code>
</a>
</div> <hr><b>ruby-text-container: </b>
<div style="text-decoration:line-through;display:inline-block;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text-container;">
<code>display: ruby-text-container</code> in a <code>display: inline-block;</code>
</a>
</div> <hr><b>table: </b>
<div style="text-decoration:line-through;display:inline-block;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table;">
<code>display: table</code> in a <code>display: inline-block;</code>
</a>
</div> <hr><b>table-caption: </b>
<div style="text-decoration:line-through;display:inline-block;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-caption;">
<code>display: table-caption</code> in a <code>display: inline-block;</code>
</a>
</div> <hr><b>table-cell: </b>
<div style="text-decoration:line-through;display:inline-block;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-cell;">
<code>display: table-cell</code> in a <code>display: inline-block;</code>
</a>
</div> <hr><b>table-column: </b>
<div style="text-decoration:line-through;display:inline-block;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column;">
<code>display: table-column</code> in a <code>display: inline-block;</code>
</a>
</div> <hr><b>table-column-group: </b>
<div style="text-decoration:line-through;display:inline-block;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column-group;">
<code>display: table-column-group</code> in a <code>display: inline-block;</code>
</a>
</div> <hr><b>table-footer-group: </b>
<div style="text-decoration:line-through;display:inline-block;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-footer-group;">
<code>display: table-footer-group</code> in a <code>display: inline-block;</code>
</a>
</div> <hr><b>table-header-group: </b>
<div style="text-decoration:line-through;display:inline-block;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-header-group;">
<code>display: table-header-group</code> in a <code>display: inline-block;</code>
</a>
</div> <hr><b>table-row: </b>
<div style="text-decoration:line-through;display:inline-block;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row;">
<code>display: table-row</code> in a <code>display: inline-block;</code>
</a>
</div> <hr><b>table-row-group: </b>
<div style="text-decoration:line-through;display:inline-block;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row-group;">
<code>display: table-row-group</code> in a <code>display: inline-block;</code>
</a>
</div><h2><code>display:inline-flex</code></h2>
<span style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-flex;"><code>display: inline-flex</code> in a span</a>
</span>
<hr>
<div style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-flex;"><code>display: inline-flex</code> in a div</a>
</div> <hr><b>contents: </b>
<div style="text-decoration:line-through;display:inline-flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: contents;">
<code>display: contents</code> in a <code>display: inline-flex;</code>
</a>
</div> <hr><b>flex: </b>
<div style="text-decoration:line-through;display:inline-flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flex;">
<code>display: flex</code> in a <code>display: inline-flex;</code>
</a>
</div> <hr><b>flow: </b>
<div style="text-decoration:line-through;display:inline-flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow;">
<code>display: flow</code> in a <code>display: inline-flex;</code>
</a>
</div> <hr><b>flow-root: </b>
<div style="text-decoration:line-through;display:inline-flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow-root;">
<code>display: flow-root</code> in a <code>display: inline-flex;</code>
</a>
</div> <hr><b>grid: </b>
<div style="text-decoration:line-through;display:inline-flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: grid;">
<code>display: grid</code> in a <code>display: inline-flex;</code>
</a>
</div> <hr><b>inline-block: </b>
<div style="text-decoration:line-through;display:inline-flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-block;">
<code>display: inline-block</code> in a <code>display: inline-flex;</code>
</a>
</div> <hr><b>inline-grid: </b>
<div style="text-decoration:line-through;display:inline-flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-grid;">
<code>display: inline-grid</code> in a <code>display: inline-flex;</code>
</a>
</div> <hr><b>inline-table: </b>
<div style="text-decoration:line-through;display:inline-flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-table;">
<code>display: inline-table</code> in a <code>display: inline-flex;</code>
</a>
</div> <hr><b>ruby: </b>
<div style="text-decoration:line-through;display:inline-flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby;">
<code>display: ruby</code> in a <code>display: inline-flex;</code>
</a>
</div> <hr><b>ruby-base: </b>
<div style="text-decoration:line-through;display:inline-flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base;">
<code>display: ruby-base</code> in a <code>display: inline-flex;</code>
</a>
</div> <hr><b>ruby-base-container: </b>
<div style="text-decoration:line-through;display:inline-flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base-container;">
<code>display: ruby-base-container</code> in a <code>display: inline-flex;</code>
</a>
</div> <hr><b>ruby-text: </b>
<div style="text-decoration:line-through;display:inline-flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text;">
<code>display: ruby-text</code> in a <code>display: inline-flex;</code>
</a>
</div> <hr><b>ruby-text-container: </b>
<div style="text-decoration:line-through;display:inline-flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text-container;">
<code>display: ruby-text-container</code> in a <code>display: inline-flex;</code>
</a>
</div> <hr><b>table: </b>
<div style="text-decoration:line-through;display:inline-flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table;">
<code>display: table</code> in a <code>display: inline-flex;</code>
</a>
</div> <hr><b>table-caption: </b>
<div style="text-decoration:line-through;display:inline-flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-caption;">
<code>display: table-caption</code> in a <code>display: inline-flex;</code>
</a>
</div> <hr><b>table-cell: </b>
<div style="text-decoration:line-through;display:inline-flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-cell;">
<code>display: table-cell</code> in a <code>display: inline-flex;</code>
</a>
</div> <hr><b>table-column: </b>
<div style="text-decoration:line-through;display:inline-flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column;">
<code>display: table-column</code> in a <code>display: inline-flex;</code>
</a>
</div> <hr><b>table-column-group: </b>
<div style="text-decoration:line-through;display:inline-flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column-group;">
<code>display: table-column-group</code> in a <code>display: inline-flex;</code>
</a>
</div> <hr><b>table-footer-group: </b>
<div style="text-decoration:line-through;display:inline-flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-footer-group;">
<code>display: table-footer-group</code> in a <code>display: inline-flex;</code>
</a>
</div> <hr><b>table-header-group: </b>
<div style="text-decoration:line-through;display:inline-flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-header-group;">
<code>display: table-header-group</code> in a <code>display: inline-flex;</code>
</a>
</div> <hr><b>table-row: </b>
<div style="text-decoration:line-through;display:inline-flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row;">
<code>display: table-row</code> in a <code>display: inline-flex;</code>
</a>
</div> <hr><b>table-row-group: </b>
<div style="text-decoration:line-through;display:inline-flex;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row-group;">
<code>display: table-row-group</code> in a <code>display: inline-flex;</code>
</a>
</div><h2><code>display:inline-grid</code></h2>
<span style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-grid;"><code>display: inline-grid</code> in a span</a>
</span>
<hr>
<div style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-grid;"><code>display: inline-grid</code> in a div</a>
</div> <hr><b>contents: </b>
<div style="text-decoration:line-through;display:inline-grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: contents;">
<code>display: contents</code> in a <code>display: inline-grid;</code>
</a>
</div> <hr><b>flex: </b>
<div style="text-decoration:line-through;display:inline-grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flex;">
<code>display: flex</code> in a <code>display: inline-grid;</code>
</a>
</div> <hr><b>flow: </b>
<div style="text-decoration:line-through;display:inline-grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow;">
<code>display: flow</code> in a <code>display: inline-grid;</code>
</a>
</div> <hr><b>flow-root: </b>
<div style="text-decoration:line-through;display:inline-grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow-root;">
<code>display: flow-root</code> in a <code>display: inline-grid;</code>
</a>
</div> <hr><b>grid: </b>
<div style="text-decoration:line-through;display:inline-grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: grid;">
<code>display: grid</code> in a <code>display: inline-grid;</code>
</a>
</div> <hr><b>inline-block: </b>
<div style="text-decoration:line-through;display:inline-grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-block;">
<code>display: inline-block</code> in a <code>display: inline-grid;</code>
</a>
</div> <hr><b>inline-flex: </b>
<div style="text-decoration:line-through;display:inline-grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-flex;">
<code>display: inline-flex</code> in a <code>display: inline-grid;</code>
</a>
</div> <hr><b>inline-table: </b>
<div style="text-decoration:line-through;display:inline-grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-table;">
<code>display: inline-table</code> in a <code>display: inline-grid;</code>
</a>
</div> <hr><b>ruby: </b>
<div style="text-decoration:line-through;display:inline-grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby;">
<code>display: ruby</code> in a <code>display: inline-grid;</code>
</a>
</div> <hr><b>ruby-base: </b>
<div style="text-decoration:line-through;display:inline-grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base;">
<code>display: ruby-base</code> in a <code>display: inline-grid;</code>
</a>
</div> <hr><b>ruby-base-container: </b>
<div style="text-decoration:line-through;display:inline-grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base-container;">
<code>display: ruby-base-container</code> in a <code>display: inline-grid;</code>
</a>
</div> <hr><b>ruby-text: </b>
<div style="text-decoration:line-through;display:inline-grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text;">
<code>display: ruby-text</code> in a <code>display: inline-grid;</code>
</a>
</div> <hr><b>ruby-text-container: </b>
<div style="text-decoration:line-through;display:inline-grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text-container;">
<code>display: ruby-text-container</code> in a <code>display: inline-grid;</code>
</a>
</div> <hr><b>table: </b>
<div style="text-decoration:line-through;display:inline-grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table;">
<code>display: table</code> in a <code>display: inline-grid;</code>
</a>
</div> <hr><b>table-caption: </b>
<div style="text-decoration:line-through;display:inline-grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-caption;">
<code>display: table-caption</code> in a <code>display: inline-grid;</code>
</a>
</div> <hr><b>table-cell: </b>
<div style="text-decoration:line-through;display:inline-grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-cell;">
<code>display: table-cell</code> in a <code>display: inline-grid;</code>
</a>
</div> <hr><b>table-column: </b>
<div style="text-decoration:line-through;display:inline-grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column;">
<code>display: table-column</code> in a <code>display: inline-grid;</code>
</a>
</div> <hr><b>table-column-group: </b>
<div style="text-decoration:line-through;display:inline-grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column-group;">
<code>display: table-column-group</code> in a <code>display: inline-grid;</code>
</a>
</div> <hr><b>table-footer-group: </b>
<div style="text-decoration:line-through;display:inline-grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-footer-group;">
<code>display: table-footer-group</code> in a <code>display: inline-grid;</code>
</a>
</div> <hr><b>table-header-group: </b>
<div style="text-decoration:line-through;display:inline-grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-header-group;">
<code>display: table-header-group</code> in a <code>display: inline-grid;</code>
</a>
</div> <hr><b>table-row: </b>
<div style="text-decoration:line-through;display:inline-grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row;">
<code>display: table-row</code> in a <code>display: inline-grid;</code>
</a>
</div> <hr><b>table-row-group: </b>
<div style="text-decoration:line-through;display:inline-grid;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row-group;">
<code>display: table-row-group</code> in a <code>display: inline-grid;</code>
</a>
</div><h2><code>display:inline-table</code></h2>
<span style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-table;"><code>display: inline-table</code> in a span</a>
</span>
<hr>
<div style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-table;"><code>display: inline-table</code> in a div</a>
</div> <hr><b>contents: </b>
<div style="text-decoration:line-through;display:inline-table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: contents;">
<code>display: contents</code> in a <code>display: inline-table;</code>
</a>
</div> <hr><b>flex: </b>
<div style="text-decoration:line-through;display:inline-table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flex;">
<code>display: flex</code> in a <code>display: inline-table;</code>
</a>
</div> <hr><b>flow: </b>
<div style="text-decoration:line-through;display:inline-table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow;">
<code>display: flow</code> in a <code>display: inline-table;</code>
</a>
</div> <hr><b>flow-root: </b>
<div style="text-decoration:line-through;display:inline-table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow-root;">
<code>display: flow-root</code> in a <code>display: inline-table;</code>
</a>
</div> <hr><b>grid: </b>
<div style="text-decoration:line-through;display:inline-table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: grid;">
<code>display: grid</code> in a <code>display: inline-table;</code>
</a>
</div> <hr><b>inline-block: </b>
<div style="text-decoration:line-through;display:inline-table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-block;">
<code>display: inline-block</code> in a <code>display: inline-table;</code>
</a>
</div> <hr><b>inline-flex: </b>
<div style="text-decoration:line-through;display:inline-table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-flex;">
<code>display: inline-flex</code> in a <code>display: inline-table;</code>
</a>
</div> <hr><b>inline-grid: </b>
<div style="text-decoration:line-through;display:inline-table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-grid;">
<code>display: inline-grid</code> in a <code>display: inline-table;</code>
</a>
</div> <hr><b>ruby: </b>
<div style="text-decoration:line-through;display:inline-table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby;">
<code>display: ruby</code> in a <code>display: inline-table;</code>
</a>
</div> <hr><b>ruby-base: </b>
<div style="text-decoration:line-through;display:inline-table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base;">
<code>display: ruby-base</code> in a <code>display: inline-table;</code>
</a>
</div> <hr><b>ruby-base-container: </b>
<div style="text-decoration:line-through;display:inline-table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base-container;">
<code>display: ruby-base-container</code> in a <code>display: inline-table;</code>
</a>
</div> <hr><b>ruby-text: </b>
<div style="text-decoration:line-through;display:inline-table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text;">
<code>display: ruby-text</code> in a <code>display: inline-table;</code>
</a>
</div> <hr><b>ruby-text-container: </b>
<div style="text-decoration:line-through;display:inline-table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text-container;">
<code>display: ruby-text-container</code> in a <code>display: inline-table;</code>
</a>
</div> <hr><b>table: </b>
<div style="text-decoration:line-through;display:inline-table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table;">
<code>display: table</code> in a <code>display: inline-table;</code>
</a>
</div> <hr><b>table-caption: </b>
<div style="text-decoration:line-through;display:inline-table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-caption;">
<code>display: table-caption</code> in a <code>display: inline-table;</code>
</a>
</div> <hr><b>table-cell: </b>
<div style="text-decoration:line-through;display:inline-table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-cell;">
<code>display: table-cell</code> in a <code>display: inline-table;</code>
</a>
</div> <hr><b>table-column: </b>
<div style="text-decoration:line-through;display:inline-table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column;">
<code>display: table-column</code> in a <code>display: inline-table;</code>
</a>
</div> <hr><b>table-column-group: </b>
<div style="text-decoration:line-through;display:inline-table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column-group;">
<code>display: table-column-group</code> in a <code>display: inline-table;</code>
</a>
</div> <hr><b>table-footer-group: </b>
<div style="text-decoration:line-through;display:inline-table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-footer-group;">
<code>display: table-footer-group</code> in a <code>display: inline-table;</code>
</a>
</div> <hr><b>table-header-group: </b>
<div style="text-decoration:line-through;display:inline-table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-header-group;">
<code>display: table-header-group</code> in a <code>display: inline-table;</code>
</a>
</div> <hr><b>table-row: </b>
<div style="text-decoration:line-through;display:inline-table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row;">
<code>display: table-row</code> in a <code>display: inline-table;</code>
</a>
</div> <hr><b>table-row-group: </b>
<div style="text-decoration:line-through;display:inline-table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row-group;">
<code>display: table-row-group</code> in a <code>display: inline-table;</code>
</a>
</div><h2><code>display:ruby</code></h2>
<span style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby;"><code>display: ruby</code> in a span</a>
</span>
<hr>
<div style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby;"><code>display: ruby</code> in a div</a>
</div> <hr><b>contents: </b>
<div style="text-decoration:line-through;display:ruby;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: contents;">
<code>display: contents</code> in a <code>display: ruby;</code>
</a>
</div> <hr><b>flex: </b>
<div style="text-decoration:line-through;display:ruby;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flex;">
<code>display: flex</code> in a <code>display: ruby;</code>
</a>
</div> <hr><b>flow: </b>
<div style="text-decoration:line-through;display:ruby;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow;">
<code>display: flow</code> in a <code>display: ruby;</code>
</a>
</div> <hr><b>flow-root: </b>
<div style="text-decoration:line-through;display:ruby;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow-root;">
<code>display: flow-root</code> in a <code>display: ruby;</code>
</a>
</div> <hr><b>grid: </b>
<div style="text-decoration:line-through;display:ruby;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: grid;">
<code>display: grid</code> in a <code>display: ruby;</code>
</a>
</div> <hr><b>inline-block: </b>
<div style="text-decoration:line-through;display:ruby;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-block;">
<code>display: inline-block</code> in a <code>display: ruby;</code>
</a>
</div> <hr><b>inline-flex: </b>
<div style="text-decoration:line-through;display:ruby;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-flex;">
<code>display: inline-flex</code> in a <code>display: ruby;</code>
</a>
</div> <hr><b>inline-grid: </b>
<div style="text-decoration:line-through;display:ruby;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-grid;">
<code>display: inline-grid</code> in a <code>display: ruby;</code>
</a>
</div> <hr><b>inline-table: </b>
<div style="text-decoration:line-through;display:ruby;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-table;">
<code>display: inline-table</code> in a <code>display: ruby;</code>
</a>
</div> <hr><b>ruby-base: </b>
<div style="text-decoration:line-through;display:ruby;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base;">
<code>display: ruby-base</code> in a <code>display: ruby;</code>
</a>
</div> <hr><b>ruby-base-container: </b>
<div style="text-decoration:line-through;display:ruby;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base-container;">
<code>display: ruby-base-container</code> in a <code>display: ruby;</code>
</a>
</div> <hr><b>ruby-text: </b>
<div style="text-decoration:line-through;display:ruby;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text;">
<code>display: ruby-text</code> in a <code>display: ruby;</code>
</a>
</div> <hr><b>ruby-text-container: </b>
<div style="text-decoration:line-through;display:ruby;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text-container;">
<code>display: ruby-text-container</code> in a <code>display: ruby;</code>
</a>
</div> <hr><b>table: </b>
<div style="text-decoration:line-through;display:ruby;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table;">
<code>display: table</code> in a <code>display: ruby;</code>
</a>
</div> <hr><b>table-caption: </b>
<div style="text-decoration:line-through;display:ruby;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-caption;">
<code>display: table-caption</code> in a <code>display: ruby;</code>
</a>
</div> <hr><b>table-cell: </b>
<div style="text-decoration:line-through;display:ruby;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-cell;">
<code>display: table-cell</code> in a <code>display: ruby;</code>
</a>
</div> <hr><b>table-column: </b>
<div style="text-decoration:line-through;display:ruby;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column;">
<code>display: table-column</code> in a <code>display: ruby;</code>
</a>
</div> <hr><b>table-column-group: </b>
<div style="text-decoration:line-through;display:ruby;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column-group;">
<code>display: table-column-group</code> in a <code>display: ruby;</code>
</a>
</div> <hr><b>table-footer-group: </b>
<div style="text-decoration:line-through;display:ruby;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-footer-group;">
<code>display: table-footer-group</code> in a <code>display: ruby;</code>
</a>
</div> <hr><b>table-header-group: </b>
<div style="text-decoration:line-through;display:ruby;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-header-group;">
<code>display: table-header-group</code> in a <code>display: ruby;</code>
</a>
</div> <hr><b>table-row: </b>
<div style="text-decoration:line-through;display:ruby;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row;">
<code>display: table-row</code> in a <code>display: ruby;</code>
</a>
</div> <hr><b>table-row-group: </b>
<div style="text-decoration:line-through;display:ruby;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row-group;">
<code>display: table-row-group</code> in a <code>display: ruby;</code>
</a>
</div><h2><code>display:ruby-base</code></h2>
<span style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base;"><code>display: ruby-base</code> in a span</a>
</span>
<hr>
<div style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base;"><code>display: ruby-base</code> in a div</a>
</div> <hr><b>contents: </b>
<div style="text-decoration:line-through;display:ruby-base;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: contents;">
<code>display: contents</code> in a <code>display: ruby-base;</code>
</a>
</div> <hr><b>flex: </b>
<div style="text-decoration:line-through;display:ruby-base;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flex;">
<code>display: flex</code> in a <code>display: ruby-base;</code>
</a>
</div> <hr><b>flow: </b>
<div style="text-decoration:line-through;display:ruby-base;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow;">
<code>display: flow</code> in a <code>display: ruby-base;</code>
</a>
</div> <hr><b>flow-root: </b>
<div style="text-decoration:line-through;display:ruby-base;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow-root;">
<code>display: flow-root</code> in a <code>display: ruby-base;</code>
</a>
</div> <hr><b>grid: </b>
<div style="text-decoration:line-through;display:ruby-base;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: grid;">
<code>display: grid</code> in a <code>display: ruby-base;</code>
</a>
</div> <hr><b>inline-block: </b>
<div style="text-decoration:line-through;display:ruby-base;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-block;">
<code>display: inline-block</code> in a <code>display: ruby-base;</code>
</a>
</div> <hr><b>inline-flex: </b>
<div style="text-decoration:line-through;display:ruby-base;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-flex;">
<code>display: inline-flex</code> in a <code>display: ruby-base;</code>
</a>
</div> <hr><b>inline-grid: </b>
<div style="text-decoration:line-through;display:ruby-base;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-grid;">
<code>display: inline-grid</code> in a <code>display: ruby-base;</code>
</a>
</div> <hr><b>inline-table: </b>
<div style="text-decoration:line-through;display:ruby-base;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-table;">
<code>display: inline-table</code> in a <code>display: ruby-base;</code>
</a>
</div> <hr><b>ruby: </b>
<div style="text-decoration:line-through;display:ruby-base;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby;">
<code>display: ruby</code> in a <code>display: ruby-base;</code>
</a>
</div> <hr><b>ruby-base-container: </b>
<div style="text-decoration:line-through;display:ruby-base;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base-container;">
<code>display: ruby-base-container</code> in a <code>display: ruby-base;</code>
</a>
</div> <hr><b>ruby-text: </b>
<div style="text-decoration:line-through;display:ruby-base;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text;">
<code>display: ruby-text</code> in a <code>display: ruby-base;</code>
</a>
</div> <hr><b>ruby-text-container: </b>
<div style="text-decoration:line-through;display:ruby-base;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text-container;">
<code>display: ruby-text-container</code> in a <code>display: ruby-base;</code>
</a>
</div> <hr><b>table: </b>
<div style="text-decoration:line-through;display:ruby-base;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table;">
<code>display: table</code> in a <code>display: ruby-base;</code>
</a>
</div> <hr><b>table-caption: </b>
<div style="text-decoration:line-through;display:ruby-base;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-caption;">
<code>display: table-caption</code> in a <code>display: ruby-base;</code>
</a>
</div> <hr><b>table-cell: </b>
<div style="text-decoration:line-through;display:ruby-base;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-cell;">
<code>display: table-cell</code> in a <code>display: ruby-base;</code>
</a>
</div> <hr><b>table-column: </b>
<div style="text-decoration:line-through;display:ruby-base;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column;">
<code>display: table-column</code> in a <code>display: ruby-base;</code>
</a>
</div> <hr><b>table-column-group: </b>
<div style="text-decoration:line-through;display:ruby-base;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column-group;">
<code>display: table-column-group</code> in a <code>display: ruby-base;</code>
</a>
</div> <hr><b>table-footer-group: </b>
<div style="text-decoration:line-through;display:ruby-base;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-footer-group;">
<code>display: table-footer-group</code> in a <code>display: ruby-base;</code>
</a>
</div> <hr><b>table-header-group: </b>
<div style="text-decoration:line-through;display:ruby-base;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-header-group;">
<code>display: table-header-group</code> in a <code>display: ruby-base;</code>
</a>
</div> <hr><b>table-row: </b>
<div style="text-decoration:line-through;display:ruby-base;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row;">
<code>display: table-row</code> in a <code>display: ruby-base;</code>
</a>
</div> <hr><b>table-row-group: </b>
<div style="text-decoration:line-through;display:ruby-base;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row-group;">
<code>display: table-row-group</code> in a <code>display: ruby-base;</code>
</a>
</div><h2><code>display:ruby-base-container</code></h2>
<span style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base-container;"><code>display: ruby-base-container</code> in a span</a>
</span>
<hr>
<div style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base-container;"><code>display: ruby-base-container</code> in a div</a>
</div> <hr><b>contents: </b>
<div style="text-decoration:line-through;display:ruby-base-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: contents;">
<code>display: contents</code> in a <code>display: ruby-base-container;</code>
</a>
</div> <hr><b>flex: </b>
<div style="text-decoration:line-through;display:ruby-base-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flex;">
<code>display: flex</code> in a <code>display: ruby-base-container;</code>
</a>
</div> <hr><b>flow: </b>
<div style="text-decoration:line-through;display:ruby-base-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow;">
<code>display: flow</code> in a <code>display: ruby-base-container;</code>
</a>
</div> <hr><b>flow-root: </b>
<div style="text-decoration:line-through;display:ruby-base-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow-root;">
<code>display: flow-root</code> in a <code>display: ruby-base-container;</code>
</a>
</div> <hr><b>grid: </b>
<div style="text-decoration:line-through;display:ruby-base-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: grid;">
<code>display: grid</code> in a <code>display: ruby-base-container;</code>
</a>
</div> <hr><b>inline-block: </b>
<div style="text-decoration:line-through;display:ruby-base-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-block;">
<code>display: inline-block</code> in a <code>display: ruby-base-container;</code>
</a>
</div> <hr><b>inline-flex: </b>
<div style="text-decoration:line-through;display:ruby-base-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-flex;">
<code>display: inline-flex</code> in a <code>display: ruby-base-container;</code>
</a>
</div> <hr><b>inline-grid: </b>
<div style="text-decoration:line-through;display:ruby-base-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-grid;">
<code>display: inline-grid</code> in a <code>display: ruby-base-container;</code>
</a>
</div> <hr><b>inline-table: </b>
<div style="text-decoration:line-through;display:ruby-base-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-table;">
<code>display: inline-table</code> in a <code>display: ruby-base-container;</code>
</a>
</div> <hr><b>ruby: </b>
<div style="text-decoration:line-through;display:ruby-base-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby;">
<code>display: ruby</code> in a <code>display: ruby-base-container;</code>
</a>
</div> <hr><b>ruby-base: </b>
<div style="text-decoration:line-through;display:ruby-base-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base;">
<code>display: ruby-base</code> in a <code>display: ruby-base-container;</code>
</a>
</div> <hr><b>ruby-text: </b>
<div style="text-decoration:line-through;display:ruby-base-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text;">
<code>display: ruby-text</code> in a <code>display: ruby-base-container;</code>
</a>
</div> <hr><b>ruby-text-container: </b>
<div style="text-decoration:line-through;display:ruby-base-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text-container;">
<code>display: ruby-text-container</code> in a <code>display: ruby-base-container;</code>
</a>
</div> <hr><b>table: </b>
<div style="text-decoration:line-through;display:ruby-base-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table;">
<code>display: table</code> in a <code>display: ruby-base-container;</code>
</a>
</div> <hr><b>table-caption: </b>
<div style="text-decoration:line-through;display:ruby-base-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-caption;">
<code>display: table-caption</code> in a <code>display: ruby-base-container;</code>
</a>
</div> <hr><b>table-cell: </b>
<div style="text-decoration:line-through;display:ruby-base-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-cell;">
<code>display: table-cell</code> in a <code>display: ruby-base-container;</code>
</a>
</div> <hr><b>table-column: </b>
<div style="text-decoration:line-through;display:ruby-base-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column;">
<code>display: table-column</code> in a <code>display: ruby-base-container;</code>
</a>
</div> <hr><b>table-column-group: </b>
<div style="text-decoration:line-through;display:ruby-base-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column-group;">
<code>display: table-column-group</code> in a <code>display: ruby-base-container;</code>
</a>
</div> <hr><b>table-footer-group: </b>
<div style="text-decoration:line-through;display:ruby-base-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-footer-group;">
<code>display: table-footer-group</code> in a <code>display: ruby-base-container;</code>
</a>
</div> <hr><b>table-header-group: </b>
<div style="text-decoration:line-through;display:ruby-base-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-header-group;">
<code>display: table-header-group</code> in a <code>display: ruby-base-container;</code>
</a>
</div> <hr><b>table-row: </b>
<div style="text-decoration:line-through;display:ruby-base-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row;">
<code>display: table-row</code> in a <code>display: ruby-base-container;</code>
</a>
</div> <hr><b>table-row-group: </b>
<div style="text-decoration:line-through;display:ruby-base-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row-group;">
<code>display: table-row-group</code> in a <code>display: ruby-base-container;</code>
</a>
</div><h2><code>display:ruby-text</code></h2>
<span style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text;"><code>display: ruby-text</code> in a span</a>
</span>
<hr>
<div style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text;"><code>display: ruby-text</code> in a div</a>
</div> <hr><b>contents: </b>
<div style="text-decoration:line-through;display:ruby-text;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: contents;">
<code>display: contents</code> in a <code>display: ruby-text;</code>
</a>
</div> <hr><b>flex: </b>
<div style="text-decoration:line-through;display:ruby-text;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flex;">
<code>display: flex</code> in a <code>display: ruby-text;</code>
</a>
</div> <hr><b>flow: </b>
<div style="text-decoration:line-through;display:ruby-text;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow;">
<code>display: flow</code> in a <code>display: ruby-text;</code>
</a>
</div> <hr><b>flow-root: </b>
<div style="text-decoration:line-through;display:ruby-text;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow-root;">
<code>display: flow-root</code> in a <code>display: ruby-text;</code>
</a>
</div> <hr><b>grid: </b>
<div style="text-decoration:line-through;display:ruby-text;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: grid;">
<code>display: grid</code> in a <code>display: ruby-text;</code>
</a>
</div> <hr><b>inline-block: </b>
<div style="text-decoration:line-through;display:ruby-text;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-block;">
<code>display: inline-block</code> in a <code>display: ruby-text;</code>
</a>
</div> <hr><b>inline-flex: </b>
<div style="text-decoration:line-through;display:ruby-text;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-flex;">
<code>display: inline-flex</code> in a <code>display: ruby-text;</code>
</a>
</div> <hr><b>inline-grid: </b>
<div style="text-decoration:line-through;display:ruby-text;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-grid;">
<code>display: inline-grid</code> in a <code>display: ruby-text;</code>
</a>
</div> <hr><b>inline-table: </b>
<div style="text-decoration:line-through;display:ruby-text;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-table;">
<code>display: inline-table</code> in a <code>display: ruby-text;</code>
</a>
</div> <hr><b>ruby: </b>
<div style="text-decoration:line-through;display:ruby-text;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby;">
<code>display: ruby</code> in a <code>display: ruby-text;</code>
</a>
</div> <hr><b>ruby-base: </b>
<div style="text-decoration:line-through;display:ruby-text;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base;">
<code>display: ruby-base</code> in a <code>display: ruby-text;</code>
</a>
</div> <hr><b>ruby-base-container: </b>
<div style="text-decoration:line-through;display:ruby-text;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base-container;">
<code>display: ruby-base-container</code> in a <code>display: ruby-text;</code>
</a>
</div> <hr><b>ruby-text-container: </b>
<div style="text-decoration:line-through;display:ruby-text;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text-container;">
<code>display: ruby-text-container</code> in a <code>display: ruby-text;</code>
</a>
</div> <hr><b>table: </b>
<div style="text-decoration:line-through;display:ruby-text;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table;">
<code>display: table</code> in a <code>display: ruby-text;</code>
</a>
</div> <hr><b>table-caption: </b>
<div style="text-decoration:line-through;display:ruby-text;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-caption;">
<code>display: table-caption</code> in a <code>display: ruby-text;</code>
</a>
</div> <hr><b>table-cell: </b>
<div style="text-decoration:line-through;display:ruby-text;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-cell;">
<code>display: table-cell</code> in a <code>display: ruby-text;</code>
</a>
</div> <hr><b>table-column: </b>
<div style="text-decoration:line-through;display:ruby-text;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column;">
<code>display: table-column</code> in a <code>display: ruby-text;</code>
</a>
</div> <hr><b>table-column-group: </b>
<div style="text-decoration:line-through;display:ruby-text;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column-group;">
<code>display: table-column-group</code> in a <code>display: ruby-text;</code>
</a>
</div> <hr><b>table-footer-group: </b>
<div style="text-decoration:line-through;display:ruby-text;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-footer-group;">
<code>display: table-footer-group</code> in a <code>display: ruby-text;</code>
</a>
</div> <hr><b>table-header-group: </b>
<div style="text-decoration:line-through;display:ruby-text;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-header-group;">
<code>display: table-header-group</code> in a <code>display: ruby-text;</code>
</a>
</div> <hr><b>table-row: </b>
<div style="text-decoration:line-through;display:ruby-text;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row;">
<code>display: table-row</code> in a <code>display: ruby-text;</code>
</a>
</div> <hr><b>table-row-group: </b>
<div style="text-decoration:line-through;display:ruby-text;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row-group;">
<code>display: table-row-group</code> in a <code>display: ruby-text;</code>
</a>
</div><h2><code>display:ruby-text-container</code></h2>
<span style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text-container;"><code>display: ruby-text-container</code> in a span</a>
</span>
<hr>
<div style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text-container;"><code>display: ruby-text-container</code> in a div</a>
</div> <hr><b>contents: </b>
<div style="text-decoration:line-through;display:ruby-text-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: contents;">
<code>display: contents</code> in a <code>display: ruby-text-container;</code>
</a>
</div> <hr><b>flex: </b>
<div style="text-decoration:line-through;display:ruby-text-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flex;">
<code>display: flex</code> in a <code>display: ruby-text-container;</code>
</a>
</div> <hr><b>flow: </b>
<div style="text-decoration:line-through;display:ruby-text-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow;">
<code>display: flow</code> in a <code>display: ruby-text-container;</code>
</a>
</div> <hr><b>flow-root: </b>
<div style="text-decoration:line-through;display:ruby-text-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow-root;">
<code>display: flow-root</code> in a <code>display: ruby-text-container;</code>
</a>
</div> <hr><b>grid: </b>
<div style="text-decoration:line-through;display:ruby-text-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: grid;">
<code>display: grid</code> in a <code>display: ruby-text-container;</code>
</a>
</div> <hr><b>inline-block: </b>
<div style="text-decoration:line-through;display:ruby-text-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-block;">
<code>display: inline-block</code> in a <code>display: ruby-text-container;</code>
</a>
</div> <hr><b>inline-flex: </b>
<div style="text-decoration:line-through;display:ruby-text-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-flex;">
<code>display: inline-flex</code> in a <code>display: ruby-text-container;</code>
</a>
</div> <hr><b>inline-grid: </b>
<div style="text-decoration:line-through;display:ruby-text-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-grid;">
<code>display: inline-grid</code> in a <code>display: ruby-text-container;</code>
</a>
</div> <hr><b>inline-table: </b>
<div style="text-decoration:line-through;display:ruby-text-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-table;">
<code>display: inline-table</code> in a <code>display: ruby-text-container;</code>
</a>
</div> <hr><b>ruby: </b>
<div style="text-decoration:line-through;display:ruby-text-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby;">
<code>display: ruby</code> in a <code>display: ruby-text-container;</code>
</a>
</div> <hr><b>ruby-base: </b>
<div style="text-decoration:line-through;display:ruby-text-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base;">
<code>display: ruby-base</code> in a <code>display: ruby-text-container;</code>
</a>
</div> <hr><b>ruby-base-container: </b>
<div style="text-decoration:line-through;display:ruby-text-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base-container;">
<code>display: ruby-base-container</code> in a <code>display: ruby-text-container;</code>
</a>
</div> <hr><b>ruby-text: </b>
<div style="text-decoration:line-through;display:ruby-text-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text;">
<code>display: ruby-text</code> in a <code>display: ruby-text-container;</code>
</a>
</div> <hr><b>table: </b>
<div style="text-decoration:line-through;display:ruby-text-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table;">
<code>display: table</code> in a <code>display: ruby-text-container;</code>
</a>
</div> <hr><b>table-caption: </b>
<div style="text-decoration:line-through;display:ruby-text-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-caption;">
<code>display: table-caption</code> in a <code>display: ruby-text-container;</code>
</a>
</div> <hr><b>table-cell: </b>
<div style="text-decoration:line-through;display:ruby-text-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-cell;">
<code>display: table-cell</code> in a <code>display: ruby-text-container;</code>
</a>
</div> <hr><b>table-column: </b>
<div style="text-decoration:line-through;display:ruby-text-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column;">
<code>display: table-column</code> in a <code>display: ruby-text-container;</code>
</a>
</div> <hr><b>table-column-group: </b>
<div style="text-decoration:line-through;display:ruby-text-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column-group;">
<code>display: table-column-group</code> in a <code>display: ruby-text-container;</code>
</a>
</div> <hr><b>table-footer-group: </b>
<div style="text-decoration:line-through;display:ruby-text-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-footer-group;">
<code>display: table-footer-group</code> in a <code>display: ruby-text-container;</code>
</a>
</div> <hr><b>table-header-group: </b>
<div style="text-decoration:line-through;display:ruby-text-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-header-group;">
<code>display: table-header-group</code> in a <code>display: ruby-text-container;</code>
</a>
</div> <hr><b>table-row: </b>
<div style="text-decoration:line-through;display:ruby-text-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row;">
<code>display: table-row</code> in a <code>display: ruby-text-container;</code>
</a>
</div> <hr><b>table-row-group: </b>
<div style="text-decoration:line-through;display:ruby-text-container;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row-group;">
<code>display: table-row-group</code> in a <code>display: ruby-text-container;</code>
</a>
</div><h2><code>display:table</code></h2>
<span style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table;"><code>display: table</code> in a span</a>
</span>
<hr>
<div style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table;"><code>display: table</code> in a div</a>
</div> <hr><b>contents: </b>
<div style="text-decoration:line-through;display:table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: contents;">
<code>display: contents</code> in a <code>display: table;</code>
</a>
</div> <hr><b>flex: </b>
<div style="text-decoration:line-through;display:table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flex;">
<code>display: flex</code> in a <code>display: table;</code>
</a>
</div> <hr><b>flow: </b>
<div style="text-decoration:line-through;display:table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow;">
<code>display: flow</code> in a <code>display: table;</code>
</a>
</div> <hr><b>flow-root: </b>
<div style="text-decoration:line-through;display:table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow-root;">
<code>display: flow-root</code> in a <code>display: table;</code>
</a>
</div> <hr><b>grid: </b>
<div style="text-decoration:line-through;display:table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: grid;">
<code>display: grid</code> in a <code>display: table;</code>
</a>
</div> <hr><b>inline-block: </b>
<div style="text-decoration:line-through;display:table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-block;">
<code>display: inline-block</code> in a <code>display: table;</code>
</a>
</div> <hr><b>inline-flex: </b>
<div style="text-decoration:line-through;display:table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-flex;">
<code>display: inline-flex</code> in a <code>display: table;</code>
</a>
</div> <hr><b>inline-grid: </b>
<div style="text-decoration:line-through;display:table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-grid;">
<code>display: inline-grid</code> in a <code>display: table;</code>
</a>
</div> <hr><b>inline-table: </b>
<div style="text-decoration:line-through;display:table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-table;">
<code>display: inline-table</code> in a <code>display: table;</code>
</a>
</div> <hr><b>ruby: </b>
<div style="text-decoration:line-through;display:table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby;">
<code>display: ruby</code> in a <code>display: table;</code>
</a>
</div> <hr><b>ruby-base: </b>
<div style="text-decoration:line-through;display:table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base;">
<code>display: ruby-base</code> in a <code>display: table;</code>
</a>
</div> <hr><b>ruby-base-container: </b>
<div style="text-decoration:line-through;display:table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base-container;">
<code>display: ruby-base-container</code> in a <code>display: table;</code>
</a>
</div> <hr><b>ruby-text: </b>
<div style="text-decoration:line-through;display:table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text;">
<code>display: ruby-text</code> in a <code>display: table;</code>
</a>
</div> <hr><b>ruby-text-container: </b>
<div style="text-decoration:line-through;display:table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text-container;">
<code>display: ruby-text-container</code> in a <code>display: table;</code>
</a>
</div> <hr><b>table-caption: </b>
<div style="text-decoration:line-through;display:table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-caption;">
<code>display: table-caption</code> in a <code>display: table;</code>
</a>
</div> <hr><b>table-cell: </b>
<div style="text-decoration:line-through;display:table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-cell;">
<code>display: table-cell</code> in a <code>display: table;</code>
</a>
</div> <hr><b>table-column: </b>
<div style="text-decoration:line-through;display:table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column;">
<code>display: table-column</code> in a <code>display: table;</code>
</a>
</div> <hr><b>table-column-group: </b>
<div style="text-decoration:line-through;display:table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column-group;">
<code>display: table-column-group</code> in a <code>display: table;</code>
</a>
</div> <hr><b>table-footer-group: </b>
<div style="text-decoration:line-through;display:table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-footer-group;">
<code>display: table-footer-group</code> in a <code>display: table;</code>
</a>
</div> <hr><b>table-header-group: </b>
<div style="text-decoration:line-through;display:table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-header-group;">
<code>display: table-header-group</code> in a <code>display: table;</code>
</a>
</div> <hr><b>table-row: </b>
<div style="text-decoration:line-through;display:table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row;">
<code>display: table-row</code> in a <code>display: table;</code>
</a>
</div> <hr><b>table-row-group: </b>
<div style="text-decoration:line-through;display:table;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row-group;">
<code>display: table-row-group</code> in a <code>display: table;</code>
</a>
</div><h2><code>display:table-caption</code></h2>
<span style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-caption;"><code>display: table-caption</code> in a span</a>
</span>
<hr>
<div style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-caption;"><code>display: table-caption</code> in a div</a>
</div> <hr><b>contents: </b>
<div style="text-decoration:line-through;display:table-caption;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: contents;">
<code>display: contents</code> in a <code>display: table-caption;</code>
</a>
</div> <hr><b>flex: </b>
<div style="text-decoration:line-through;display:table-caption;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flex;">
<code>display: flex</code> in a <code>display: table-caption;</code>
</a>
</div> <hr><b>flow: </b>
<div style="text-decoration:line-through;display:table-caption;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow;">
<code>display: flow</code> in a <code>display: table-caption;</code>
</a>
</div> <hr><b>flow-root: </b>
<div style="text-decoration:line-through;display:table-caption;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow-root;">
<code>display: flow-root</code> in a <code>display: table-caption;</code>
</a>
</div> <hr><b>grid: </b>
<div style="text-decoration:line-through;display:table-caption;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: grid;">
<code>display: grid</code> in a <code>display: table-caption;</code>
</a>
</div> <hr><b>inline-block: </b>
<div style="text-decoration:line-through;display:table-caption;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-block;">
<code>display: inline-block</code> in a <code>display: table-caption;</code>
</a>
</div> <hr><b>inline-flex: </b>
<div style="text-decoration:line-through;display:table-caption;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-flex;">
<code>display: inline-flex</code> in a <code>display: table-caption;</code>
</a>
</div> <hr><b>inline-grid: </b>
<div style="text-decoration:line-through;display:table-caption;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-grid;">
<code>display: inline-grid</code> in a <code>display: table-caption;</code>
</a>
</div> <hr><b>inline-table: </b>
<div style="text-decoration:line-through;display:table-caption;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-table;">
<code>display: inline-table</code> in a <code>display: table-caption;</code>
</a>
</div> <hr><b>ruby: </b>
<div style="text-decoration:line-through;display:table-caption;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby;">
<code>display: ruby</code> in a <code>display: table-caption;</code>
</a>
</div> <hr><b>ruby-base: </b>
<div style="text-decoration:line-through;display:table-caption;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base;">
<code>display: ruby-base</code> in a <code>display: table-caption;</code>
</a>
</div> <hr><b>ruby-base-container: </b>
<div style="text-decoration:line-through;display:table-caption;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base-container;">
<code>display: ruby-base-container</code> in a <code>display: table-caption;</code>
</a>
</div> <hr><b>ruby-text: </b>
<div style="text-decoration:line-through;display:table-caption;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text;">
<code>display: ruby-text</code> in a <code>display: table-caption;</code>
</a>
</div> <hr><b>ruby-text-container: </b>
<div style="text-decoration:line-through;display:table-caption;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text-container;">
<code>display: ruby-text-container</code> in a <code>display: table-caption;</code>
</a>
</div> <hr><b>table: </b>
<div style="text-decoration:line-through;display:table-caption;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table;">
<code>display: table</code> in a <code>display: table-caption;</code>
</a>
</div> <hr><b>table-cell: </b>
<div style="text-decoration:line-through;display:table-caption;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-cell;">
<code>display: table-cell</code> in a <code>display: table-caption;</code>
</a>
</div> <hr><b>table-column: </b>
<div style="text-decoration:line-through;display:table-caption;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column;">
<code>display: table-column</code> in a <code>display: table-caption;</code>
</a>
</div> <hr><b>table-column-group: </b>
<div style="text-decoration:line-through;display:table-caption;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column-group;">
<code>display: table-column-group</code> in a <code>display: table-caption;</code>
</a>
</div> <hr><b>table-footer-group: </b>
<div style="text-decoration:line-through;display:table-caption;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-footer-group;">
<code>display: table-footer-group</code> in a <code>display: table-caption;</code>
</a>
</div> <hr><b>table-header-group: </b>
<div style="text-decoration:line-through;display:table-caption;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-header-group;">
<code>display: table-header-group</code> in a <code>display: table-caption;</code>
</a>
</div> <hr><b>table-row: </b>
<div style="text-decoration:line-through;display:table-caption;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row;">
<code>display: table-row</code> in a <code>display: table-caption;</code>
</a>
</div> <hr><b>table-row-group: </b>
<div style="text-decoration:line-through;display:table-caption;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row-group;">
<code>display: table-row-group</code> in a <code>display: table-caption;</code>
</a>
</div><h2><code>display:table-cell</code></h2>
<span style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-cell;"><code>display: table-cell</code> in a span</a>
</span>
<hr>
<div style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-cell;"><code>display: table-cell</code> in a div</a>
</div> <hr><b>contents: </b>
<div style="text-decoration:line-through;display:table-cell;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: contents;">
<code>display: contents</code> in a <code>display: table-cell;</code>
</a>
</div> <hr><b>flex: </b>
<div style="text-decoration:line-through;display:table-cell;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flex;">
<code>display: flex</code> in a <code>display: table-cell;</code>
</a>
</div> <hr><b>flow: </b>
<div style="text-decoration:line-through;display:table-cell;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow;">
<code>display: flow</code> in a <code>display: table-cell;</code>
</a>
</div> <hr><b>flow-root: </b>
<div style="text-decoration:line-through;display:table-cell;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow-root;">
<code>display: flow-root</code> in a <code>display: table-cell;</code>
</a>
</div> <hr><b>grid: </b>
<div style="text-decoration:line-through;display:table-cell;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: grid;">
<code>display: grid</code> in a <code>display: table-cell;</code>
</a>
</div> <hr><b>inline-block: </b>
<div style="text-decoration:line-through;display:table-cell;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-block;">
<code>display: inline-block</code> in a <code>display: table-cell;</code>
</a>
</div> <hr><b>inline-flex: </b>
<div style="text-decoration:line-through;display:table-cell;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-flex;">
<code>display: inline-flex</code> in a <code>display: table-cell;</code>
</a>
</div> <hr><b>inline-grid: </b>
<div style="text-decoration:line-through;display:table-cell;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-grid;">
<code>display: inline-grid</code> in a <code>display: table-cell;</code>
</a>
</div> <hr><b>inline-table: </b>
<div style="text-decoration:line-through;display:table-cell;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-table;">
<code>display: inline-table</code> in a <code>display: table-cell;</code>
</a>
</div> <hr><b>ruby: </b>
<div style="text-decoration:line-through;display:table-cell;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby;">
<code>display: ruby</code> in a <code>display: table-cell;</code>
</a>
</div> <hr><b>ruby-base: </b>
<div style="text-decoration:line-through;display:table-cell;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base;">
<code>display: ruby-base</code> in a <code>display: table-cell;</code>
</a>
</div> <hr><b>ruby-base-container: </b>
<div style="text-decoration:line-through;display:table-cell;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base-container;">
<code>display: ruby-base-container</code> in a <code>display: table-cell;</code>
</a>
</div> <hr><b>ruby-text: </b>
<div style="text-decoration:line-through;display:table-cell;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text;">
<code>display: ruby-text</code> in a <code>display: table-cell;</code>
</a>
</div> <hr><b>ruby-text-container: </b>
<div style="text-decoration:line-through;display:table-cell;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text-container;">
<code>display: ruby-text-container</code> in a <code>display: table-cell;</code>
</a>
</div> <hr><b>table: </b>
<div style="text-decoration:line-through;display:table-cell;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table;">
<code>display: table</code> in a <code>display: table-cell;</code>
</a>
</div> <hr><b>table-caption: </b>
<div style="text-decoration:line-through;display:table-cell;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-caption;">
<code>display: table-caption</code> in a <code>display: table-cell;</code>
</a>
</div> <hr><b>table-column: </b>
<div style="text-decoration:line-through;display:table-cell;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column;">
<code>display: table-column</code> in a <code>display: table-cell;</code>
</a>
</div> <hr><b>table-column-group: </b>
<div style="text-decoration:line-through;display:table-cell;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column-group;">
<code>display: table-column-group</code> in a <code>display: table-cell;</code>
</a>
</div> <hr><b>table-footer-group: </b>
<div style="text-decoration:line-through;display:table-cell;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-footer-group;">
<code>display: table-footer-group</code> in a <code>display: table-cell;</code>
</a>
</div> <hr><b>table-header-group: </b>
<div style="text-decoration:line-through;display:table-cell;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-header-group;">
<code>display: table-header-group</code> in a <code>display: table-cell;</code>
</a>
</div> <hr><b>table-row: </b>
<div style="text-decoration:line-through;display:table-cell;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row;">
<code>display: table-row</code> in a <code>display: table-cell;</code>
</a>
</div> <hr><b>table-row-group: </b>
<div style="text-decoration:line-through;display:table-cell;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row-group;">
<code>display: table-row-group</code> in a <code>display: table-cell;</code>
</a>
</div><h2><code>display:table-column</code></h2>
<span style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column;"><code>display: table-column</code> in a span</a>
</span>
<hr>
<div style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column;"><code>display: table-column</code> in a div</a>
</div> <hr><b>contents: </b>
<div style="text-decoration:line-through;display:table-column;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: contents;">
<code>display: contents</code> in a <code>display: table-column;</code>
</a>
</div> <hr><b>flex: </b>
<div style="text-decoration:line-through;display:table-column;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flex;">
<code>display: flex</code> in a <code>display: table-column;</code>
</a>
</div> <hr><b>flow: </b>
<div style="text-decoration:line-through;display:table-column;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow;">
<code>display: flow</code> in a <code>display: table-column;</code>
</a>
</div> <hr><b>flow-root: </b>
<div style="text-decoration:line-through;display:table-column;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow-root;">
<code>display: flow-root</code> in a <code>display: table-column;</code>
</a>
</div> <hr><b>grid: </b>
<div style="text-decoration:line-through;display:table-column;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: grid;">
<code>display: grid</code> in a <code>display: table-column;</code>
</a>
</div> <hr><b>inline-block: </b>
<div style="text-decoration:line-through;display:table-column;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-block;">
<code>display: inline-block</code> in a <code>display: table-column;</code>
</a>
</div> <hr><b>inline-flex: </b>
<div style="text-decoration:line-through;display:table-column;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-flex;">
<code>display: inline-flex</code> in a <code>display: table-column;</code>
</a>
</div> <hr><b>inline-grid: </b>
<div style="text-decoration:line-through;display:table-column;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-grid;">
<code>display: inline-grid</code> in a <code>display: table-column;</code>
</a>
</div> <hr><b>inline-table: </b>
<div style="text-decoration:line-through;display:table-column;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-table;">
<code>display: inline-table</code> in a <code>display: table-column;</code>
</a>
</div> <hr><b>ruby: </b>
<div style="text-decoration:line-through;display:table-column;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby;">
<code>display: ruby</code> in a <code>display: table-column;</code>
</a>
</div> <hr><b>ruby-base: </b>
<div style="text-decoration:line-through;display:table-column;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base;">
<code>display: ruby-base</code> in a <code>display: table-column;</code>
</a>
</div> <hr><b>ruby-base-container: </b>
<div style="text-decoration:line-through;display:table-column;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base-container;">
<code>display: ruby-base-container</code> in a <code>display: table-column;</code>
</a>
</div> <hr><b>ruby-text: </b>
<div style="text-decoration:line-through;display:table-column;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text;">
<code>display: ruby-text</code> in a <code>display: table-column;</code>
</a>
</div> <hr><b>ruby-text-container: </b>
<div style="text-decoration:line-through;display:table-column;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text-container;">
<code>display: ruby-text-container</code> in a <code>display: table-column;</code>
</a>
</div> <hr><b>table: </b>
<div style="text-decoration:line-through;display:table-column;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table;">
<code>display: table</code> in a <code>display: table-column;</code>
</a>
</div> <hr><b>table-caption: </b>
<div style="text-decoration:line-through;display:table-column;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-caption;">
<code>display: table-caption</code> in a <code>display: table-column;</code>
</a>
</div> <hr><b>table-cell: </b>
<div style="text-decoration:line-through;display:table-column;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-cell;">
<code>display: table-cell</code> in a <code>display: table-column;</code>
</a>
</div> <hr><b>table-column-group: </b>
<div style="text-decoration:line-through;display:table-column;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column-group;">
<code>display: table-column-group</code> in a <code>display: table-column;</code>
</a>
</div> <hr><b>table-footer-group: </b>
<div style="text-decoration:line-through;display:table-column;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-footer-group;">
<code>display: table-footer-group</code> in a <code>display: table-column;</code>
</a>
</div> <hr><b>table-header-group: </b>
<div style="text-decoration:line-through;display:table-column;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-header-group;">
<code>display: table-header-group</code> in a <code>display: table-column;</code>
</a>
</div> <hr><b>table-row: </b>
<div style="text-decoration:line-through;display:table-column;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row;">
<code>display: table-row</code> in a <code>display: table-column;</code>
</a>
</div> <hr><b>table-row-group: </b>
<div style="text-decoration:line-through;display:table-column;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row-group;">
<code>display: table-row-group</code> in a <code>display: table-column;</code>
</a>
</div><h2><code>display:table-column-group</code></h2>
<span style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column-group;"><code>display: table-column-group</code> in a span</a>
</span>
<hr>
<div style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column-group;"><code>display: table-column-group</code> in a div</a>
</div> <hr><b>contents: </b>
<div style="text-decoration:line-through;display:table-column-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: contents;">
<code>display: contents</code> in a <code>display: table-column-group;</code>
</a>
</div> <hr><b>flex: </b>
<div style="text-decoration:line-through;display:table-column-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flex;">
<code>display: flex</code> in a <code>display: table-column-group;</code>
</a>
</div> <hr><b>flow: </b>
<div style="text-decoration:line-through;display:table-column-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow;">
<code>display: flow</code> in a <code>display: table-column-group;</code>
</a>
</div> <hr><b>flow-root: </b>
<div style="text-decoration:line-through;display:table-column-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow-root;">
<code>display: flow-root</code> in a <code>display: table-column-group;</code>
</a>
</div> <hr><b>grid: </b>
<div style="text-decoration:line-through;display:table-column-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: grid;">
<code>display: grid</code> in a <code>display: table-column-group;</code>
</a>
</div> <hr><b>inline-block: </b>
<div style="text-decoration:line-through;display:table-column-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-block;">
<code>display: inline-block</code> in a <code>display: table-column-group;</code>
</a>
</div> <hr><b>inline-flex: </b>
<div style="text-decoration:line-through;display:table-column-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-flex;">
<code>display: inline-flex</code> in a <code>display: table-column-group;</code>
</a>
</div> <hr><b>inline-grid: </b>
<div style="text-decoration:line-through;display:table-column-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-grid;">
<code>display: inline-grid</code> in a <code>display: table-column-group;</code>
</a>
</div> <hr><b>inline-table: </b>
<div style="text-decoration:line-through;display:table-column-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-table;">
<code>display: inline-table</code> in a <code>display: table-column-group;</code>
</a>
</div> <hr><b>ruby: </b>
<div style="text-decoration:line-through;display:table-column-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby;">
<code>display: ruby</code> in a <code>display: table-column-group;</code>
</a>
</div> <hr><b>ruby-base: </b>
<div style="text-decoration:line-through;display:table-column-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base;">
<code>display: ruby-base</code> in a <code>display: table-column-group;</code>
</a>
</div> <hr><b>ruby-base-container: </b>
<div style="text-decoration:line-through;display:table-column-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base-container;">
<code>display: ruby-base-container</code> in a <code>display: table-column-group;</code>
</a>
</div> <hr><b>ruby-text: </b>
<div style="text-decoration:line-through;display:table-column-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text;">
<code>display: ruby-text</code> in a <code>display: table-column-group;</code>
</a>
</div> <hr><b>ruby-text-container: </b>
<div style="text-decoration:line-through;display:table-column-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text-container;">
<code>display: ruby-text-container</code> in a <code>display: table-column-group;</code>
</a>
</div> <hr><b>table: </b>
<div style="text-decoration:line-through;display:table-column-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table;">
<code>display: table</code> in a <code>display: table-column-group;</code>
</a>
</div> <hr><b>table-caption: </b>
<div style="text-decoration:line-through;display:table-column-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-caption;">
<code>display: table-caption</code> in a <code>display: table-column-group;</code>
</a>
</div> <hr><b>table-cell: </b>
<div style="text-decoration:line-through;display:table-column-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-cell;">
<code>display: table-cell</code> in a <code>display: table-column-group;</code>
</a>
</div> <hr><b>table-column: </b>
<div style="text-decoration:line-through;display:table-column-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column;">
<code>display: table-column</code> in a <code>display: table-column-group;</code>
</a>
</div> <hr><b>table-footer-group: </b>
<div style="text-decoration:line-through;display:table-column-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-footer-group;">
<code>display: table-footer-group</code> in a <code>display: table-column-group;</code>
</a>
</div> <hr><b>table-header-group: </b>
<div style="text-decoration:line-through;display:table-column-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-header-group;">
<code>display: table-header-group</code> in a <code>display: table-column-group;</code>
</a>
</div> <hr><b>table-row: </b>
<div style="text-decoration:line-through;display:table-column-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row;">
<code>display: table-row</code> in a <code>display: table-column-group;</code>
</a>
</div> <hr><b>table-row-group: </b>
<div style="text-decoration:line-through;display:table-column-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row-group;">
<code>display: table-row-group</code> in a <code>display: table-column-group;</code>
</a>
</div><h2><code>display:table-footer-group</code></h2>
<span style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-footer-group;"><code>display: table-footer-group</code> in a span</a>
</span>
<hr>
<div style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-footer-group;"><code>display: table-footer-group</code> in a div</a>
</div> <hr><b>contents: </b>
<div style="text-decoration:line-through;display:table-footer-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: contents;">
<code>display: contents</code> in a <code>display: table-footer-group;</code>
</a>
</div> <hr><b>flex: </b>
<div style="text-decoration:line-through;display:table-footer-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flex;">
<code>display: flex</code> in a <code>display: table-footer-group;</code>
</a>
</div> <hr><b>flow: </b>
<div style="text-decoration:line-through;display:table-footer-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow;">
<code>display: flow</code> in a <code>display: table-footer-group;</code>
</a>
</div> <hr><b>flow-root: </b>
<div style="text-decoration:line-through;display:table-footer-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow-root;">
<code>display: flow-root</code> in a <code>display: table-footer-group;</code>
</a>
</div> <hr><b>grid: </b>
<div style="text-decoration:line-through;display:table-footer-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: grid;">
<code>display: grid</code> in a <code>display: table-footer-group;</code>
</a>
</div> <hr><b>inline-block: </b>
<div style="text-decoration:line-through;display:table-footer-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-block;">
<code>display: inline-block</code> in a <code>display: table-footer-group;</code>
</a>
</div> <hr><b>inline-flex: </b>
<div style="text-decoration:line-through;display:table-footer-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-flex;">
<code>display: inline-flex</code> in a <code>display: table-footer-group;</code>
</a>
</div> <hr><b>inline-grid: </b>
<div style="text-decoration:line-through;display:table-footer-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-grid;">
<code>display: inline-grid</code> in a <code>display: table-footer-group;</code>
</a>
</div> <hr><b>inline-table: </b>
<div style="text-decoration:line-through;display:table-footer-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-table;">
<code>display: inline-table</code> in a <code>display: table-footer-group;</code>
</a>
</div> <hr><b>ruby: </b>
<div style="text-decoration:line-through;display:table-footer-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby;">
<code>display: ruby</code> in a <code>display: table-footer-group;</code>
</a>
</div> <hr><b>ruby-base: </b>
<div style="text-decoration:line-through;display:table-footer-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base;">
<code>display: ruby-base</code> in a <code>display: table-footer-group;</code>
</a>
</div> <hr><b>ruby-base-container: </b>
<div style="text-decoration:line-through;display:table-footer-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base-container;">
<code>display: ruby-base-container</code> in a <code>display: table-footer-group;</code>
</a>
</div> <hr><b>ruby-text: </b>
<div style="text-decoration:line-through;display:table-footer-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text;">
<code>display: ruby-text</code> in a <code>display: table-footer-group;</code>
</a>
</div> <hr><b>ruby-text-container: </b>
<div style="text-decoration:line-through;display:table-footer-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text-container;">
<code>display: ruby-text-container</code> in a <code>display: table-footer-group;</code>
</a>
</div> <hr><b>table: </b>
<div style="text-decoration:line-through;display:table-footer-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table;">
<code>display: table</code> in a <code>display: table-footer-group;</code>
</a>
</div> <hr><b>table-caption: </b>
<div style="text-decoration:line-through;display:table-footer-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-caption;">
<code>display: table-caption</code> in a <code>display: table-footer-group;</code>
</a>
</div> <hr><b>table-cell: </b>
<div style="text-decoration:line-through;display:table-footer-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-cell;">
<code>display: table-cell</code> in a <code>display: table-footer-group;</code>
</a>
</div> <hr><b>table-column: </b>
<div style="text-decoration:line-through;display:table-footer-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column;">
<code>display: table-column</code> in a <code>display: table-footer-group;</code>
</a>
</div> <hr><b>table-column-group: </b>
<div style="text-decoration:line-through;display:table-footer-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column-group;">
<code>display: table-column-group</code> in a <code>display: table-footer-group;</code>
</a>
</div> <hr><b>table-header-group: </b>
<div style="text-decoration:line-through;display:table-footer-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-header-group;">
<code>display: table-header-group</code> in a <code>display: table-footer-group;</code>
</a>
</div> <hr><b>table-row: </b>
<div style="text-decoration:line-through;display:table-footer-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row;">
<code>display: table-row</code> in a <code>display: table-footer-group;</code>
</a>
</div> <hr><b>table-row-group: </b>
<div style="text-decoration:line-through;display:table-footer-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row-group;">
<code>display: table-row-group</code> in a <code>display: table-footer-group;</code>
</a>
</div><h2><code>display:table-header-group</code></h2>
<span style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-header-group;"><code>display: table-header-group</code> in a span</a>
</span>
<hr>
<div style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-header-group;"><code>display: table-header-group</code> in a div</a>
</div> <hr><b>contents: </b>
<div style="text-decoration:line-through;display:table-header-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: contents;">
<code>display: contents</code> in a <code>display: table-header-group;</code>
</a>
</div> <hr><b>flex: </b>
<div style="text-decoration:line-through;display:table-header-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flex;">
<code>display: flex</code> in a <code>display: table-header-group;</code>
</a>
</div> <hr><b>flow: </b>
<div style="text-decoration:line-through;display:table-header-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow;">
<code>display: flow</code> in a <code>display: table-header-group;</code>
</a>
</div> <hr><b>flow-root: </b>
<div style="text-decoration:line-through;display:table-header-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow-root;">
<code>display: flow-root</code> in a <code>display: table-header-group;</code>
</a>
</div> <hr><b>grid: </b>
<div style="text-decoration:line-through;display:table-header-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: grid;">
<code>display: grid</code> in a <code>display: table-header-group;</code>
</a>
</div> <hr><b>inline-block: </b>
<div style="text-decoration:line-through;display:table-header-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-block;">
<code>display: inline-block</code> in a <code>display: table-header-group;</code>
</a>
</div> <hr><b>inline-flex: </b>
<div style="text-decoration:line-through;display:table-header-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-flex;">
<code>display: inline-flex</code> in a <code>display: table-header-group;</code>
</a>
</div> <hr><b>inline-grid: </b>
<div style="text-decoration:line-through;display:table-header-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-grid;">
<code>display: inline-grid</code> in a <code>display: table-header-group;</code>
</a>
</div> <hr><b>inline-table: </b>
<div style="text-decoration:line-through;display:table-header-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-table;">
<code>display: inline-table</code> in a <code>display: table-header-group;</code>
</a>
</div> <hr><b>ruby: </b>
<div style="text-decoration:line-through;display:table-header-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby;">
<code>display: ruby</code> in a <code>display: table-header-group;</code>
</a>
</div> <hr><b>ruby-base: </b>
<div style="text-decoration:line-through;display:table-header-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base;">
<code>display: ruby-base</code> in a <code>display: table-header-group;</code>
</a>
</div> <hr><b>ruby-base-container: </b>
<div style="text-decoration:line-through;display:table-header-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base-container;">
<code>display: ruby-base-container</code> in a <code>display: table-header-group;</code>
</a>
</div> <hr><b>ruby-text: </b>
<div style="text-decoration:line-through;display:table-header-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text;">
<code>display: ruby-text</code> in a <code>display: table-header-group;</code>
</a>
</div> <hr><b>ruby-text-container: </b>
<div style="text-decoration:line-through;display:table-header-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text-container;">
<code>display: ruby-text-container</code> in a <code>display: table-header-group;</code>
</a>
</div> <hr><b>table: </b>
<div style="text-decoration:line-through;display:table-header-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table;">
<code>display: table</code> in a <code>display: table-header-group;</code>
</a>
</div> <hr><b>table-caption: </b>
<div style="text-decoration:line-through;display:table-header-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-caption;">
<code>display: table-caption</code> in a <code>display: table-header-group;</code>
</a>
</div> <hr><b>table-cell: </b>
<div style="text-decoration:line-through;display:table-header-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-cell;">
<code>display: table-cell</code> in a <code>display: table-header-group;</code>
</a>
</div> <hr><b>table-column: </b>
<div style="text-decoration:line-through;display:table-header-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column;">
<code>display: table-column</code> in a <code>display: table-header-group;</code>
</a>
</div> <hr><b>table-column-group: </b>
<div style="text-decoration:line-through;display:table-header-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column-group;">
<code>display: table-column-group</code> in a <code>display: table-header-group;</code>
</a>
</div> <hr><b>table-footer-group: </b>
<div style="text-decoration:line-through;display:table-header-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-footer-group;">
<code>display: table-footer-group</code> in a <code>display: table-header-group;</code>
</a>
</div> <hr><b>table-row: </b>
<div style="text-decoration:line-through;display:table-header-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row;">
<code>display: table-row</code> in a <code>display: table-header-group;</code>
</a>
</div> <hr><b>table-row-group: </b>
<div style="text-decoration:line-through;display:table-header-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row-group;">
<code>display: table-row-group</code> in a <code>display: table-header-group;</code>
</a>
</div><h2><code>display:table-row</code></h2>
<span style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row;"><code>display: table-row</code> in a span</a>
</span>
<hr>
<div style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row;"><code>display: table-row</code> in a div</a>
</div> <hr><b>contents: </b>
<div style="text-decoration:line-through;display:table-row;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: contents;">
<code>display: contents</code> in a <code>display: table-row;</code>
</a>
</div> <hr><b>flex: </b>
<div style="text-decoration:line-through;display:table-row;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flex;">
<code>display: flex</code> in a <code>display: table-row;</code>
</a>
</div> <hr><b>flow: </b>
<div style="text-decoration:line-through;display:table-row;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow;">
<code>display: flow</code> in a <code>display: table-row;</code>
</a>
</div> <hr><b>flow-root: </b>
<div style="text-decoration:line-through;display:table-row;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow-root;">
<code>display: flow-root</code> in a <code>display: table-row;</code>
</a>
</div> <hr><b>grid: </b>
<div style="text-decoration:line-through;display:table-row;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: grid;">
<code>display: grid</code> in a <code>display: table-row;</code>
</a>
</div> <hr><b>inline-block: </b>
<div style="text-decoration:line-through;display:table-row;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-block;">
<code>display: inline-block</code> in a <code>display: table-row;</code>
</a>
</div> <hr><b>inline-flex: </b>
<div style="text-decoration:line-through;display:table-row;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-flex;">
<code>display: inline-flex</code> in a <code>display: table-row;</code>
</a>
</div> <hr><b>inline-grid: </b>
<div style="text-decoration:line-through;display:table-row;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-grid;">
<code>display: inline-grid</code> in a <code>display: table-row;</code>
</a>
</div> <hr><b>inline-table: </b>
<div style="text-decoration:line-through;display:table-row;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-table;">
<code>display: inline-table</code> in a <code>display: table-row;</code>
</a>
</div> <hr><b>ruby: </b>
<div style="text-decoration:line-through;display:table-row;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby;">
<code>display: ruby</code> in a <code>display: table-row;</code>
</a>
</div> <hr><b>ruby-base: </b>
<div style="text-decoration:line-through;display:table-row;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base;">
<code>display: ruby-base</code> in a <code>display: table-row;</code>
</a>
</div> <hr><b>ruby-base-container: </b>
<div style="text-decoration:line-through;display:table-row;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base-container;">
<code>display: ruby-base-container</code> in a <code>display: table-row;</code>
</a>
</div> <hr><b>ruby-text: </b>
<div style="text-decoration:line-through;display:table-row;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text;">
<code>display: ruby-text</code> in a <code>display: table-row;</code>
</a>
</div> <hr><b>ruby-text-container: </b>
<div style="text-decoration:line-through;display:table-row;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text-container;">
<code>display: ruby-text-container</code> in a <code>display: table-row;</code>
</a>
</div> <hr><b>table: </b>
<div style="text-decoration:line-through;display:table-row;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table;">
<code>display: table</code> in a <code>display: table-row;</code>
</a>
</div> <hr><b>table-caption: </b>
<div style="text-decoration:line-through;display:table-row;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-caption;">
<code>display: table-caption</code> in a <code>display: table-row;</code>
</a>
</div> <hr><b>table-cell: </b>
<div style="text-decoration:line-through;display:table-row;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-cell;">
<code>display: table-cell</code> in a <code>display: table-row;</code>
</a>
</div> <hr><b>table-column: </b>
<div style="text-decoration:line-through;display:table-row;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column;">
<code>display: table-column</code> in a <code>display: table-row;</code>
</a>
</div> <hr><b>table-column-group: </b>
<div style="text-decoration:line-through;display:table-row;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column-group;">
<code>display: table-column-group</code> in a <code>display: table-row;</code>
</a>
</div> <hr><b>table-footer-group: </b>
<div style="text-decoration:line-through;display:table-row;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-footer-group;">
<code>display: table-footer-group</code> in a <code>display: table-row;</code>
</a>
</div> <hr><b>table-header-group: </b>
<div style="text-decoration:line-through;display:table-row;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-header-group;">
<code>display: table-header-group</code> in a <code>display: table-row;</code>
</a>
</div> <hr><b>table-row-group: </b>
<div style="text-decoration:line-through;display:table-row;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row-group;">
<code>display: table-row-group</code> in a <code>display: table-row;</code>
</a>
</div><h2><code>display:table-row-group</code></h2>
<span style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row-group;"><code>display: table-row-group</code> in a span</a>
</span>
<hr>
<div style="text-decoration:line-through;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row-group;"><code>display: table-row-group</code> in a div</a>
</div> <hr><b>contents: </b>
<div style="text-decoration:line-through;display:table-row-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: contents;">
<code>display: contents</code> in a <code>display: table-row-group;</code>
</a>
</div> <hr><b>flex: </b>
<div style="text-decoration:line-through;display:table-row-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flex;">
<code>display: flex</code> in a <code>display: table-row-group;</code>
</a>
</div> <hr><b>flow: </b>
<div style="text-decoration:line-through;display:table-row-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow;">
<code>display: flow</code> in a <code>display: table-row-group;</code>
</a>
</div> <hr><b>flow-root: </b>
<div style="text-decoration:line-through;display:table-row-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: flow-root;">
<code>display: flow-root</code> in a <code>display: table-row-group;</code>
</a>
</div> <hr><b>grid: </b>
<div style="text-decoration:line-through;display:table-row-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: grid;">
<code>display: grid</code> in a <code>display: table-row-group;</code>
</a>
</div> <hr><b>inline-block: </b>
<div style="text-decoration:line-through;display:table-row-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-block;">
<code>display: inline-block</code> in a <code>display: table-row-group;</code>
</a>
</div> <hr><b>inline-flex: </b>
<div style="text-decoration:line-through;display:table-row-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-flex;">
<code>display: inline-flex</code> in a <code>display: table-row-group;</code>
</a>
</div> <hr><b>inline-grid: </b>
<div style="text-decoration:line-through;display:table-row-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-grid;">
<code>display: inline-grid</code> in a <code>display: table-row-group;</code>
</a>
</div> <hr><b>inline-table: </b>
<div style="text-decoration:line-through;display:table-row-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: inline-table;">
<code>display: inline-table</code> in a <code>display: table-row-group;</code>
</a>
</div> <hr><b>ruby: </b>
<div style="text-decoration:line-through;display:table-row-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby;">
<code>display: ruby</code> in a <code>display: table-row-group;</code>
</a>
</div> <hr><b>ruby-base: </b>
<div style="text-decoration:line-through;display:table-row-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base;">
<code>display: ruby-base</code> in a <code>display: table-row-group;</code>
</a>
</div> <hr><b>ruby-base-container: </b>
<div style="text-decoration:line-through;display:table-row-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-base-container;">
<code>display: ruby-base-container</code> in a <code>display: table-row-group;</code>
</a>
</div> <hr><b>ruby-text: </b>
<div style="text-decoration:line-through;display:table-row-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text;">
<code>display: ruby-text</code> in a <code>display: table-row-group;</code>
</a>
</div> <hr><b>ruby-text-container: </b>
<div style="text-decoration:line-through;display:table-row-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: ruby-text-container;">
<code>display: ruby-text-container</code> in a <code>display: table-row-group;</code>
</a>
</div> <hr><b>table: </b>
<div style="text-decoration:line-through;display:table-row-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table;">
<code>display: table</code> in a <code>display: table-row-group;</code>
</a>
</div> <hr><b>table-caption: </b>
<div style="text-decoration:line-through;display:table-row-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-caption;">
<code>display: table-caption</code> in a <code>display: table-row-group;</code>
</a>
</div> <hr><b>table-cell: </b>
<div style="text-decoration:line-through;display:table-row-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-cell;">
<code>display: table-cell</code> in a <code>display: table-row-group;</code>
</a>
</div> <hr><b>table-column: </b>
<div style="text-decoration:line-through;display:table-row-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column;">
<code>display: table-column</code> in a <code>display: table-row-group;</code>
</a>
</div> <hr><b>table-column-group: </b>
<div style="text-decoration:line-through;display:table-row-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-column-group;">
<code>display: table-column-group</code> in a <code>display: table-row-group;</code>
</a>
</div> <hr><b>table-footer-group: </b>
<div style="text-decoration:line-through;display:table-row-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-footer-group;">
<code>display: table-footer-group</code> in a <code>display: table-row-group;</code>
</a>
</div> <hr><b>table-header-group: </b>
<div style="text-decoration:line-through;display:table-row-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-header-group;">
<code>display: table-header-group</code> in a <code>display: table-row-group;</code>
</a>
</div> <hr><b>table-row: </b>
<div style="text-decoration:line-through;display:table-row-group;">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: table-row;">
<code>display: table-row</code> in a <code>display: table-row-group;</code>
</a>
</div></section>
<!--
Google Chrome (before 80)
display: inline-block child in parent display: flow-root | flow | inline-table | ruby-base-container | ruby-base | ruby-text | ruby | table-caption | table-cell | table-footer-group | table-row | table;
display: inline-table child in parent display: flow-root | flow | ruby-base | ruby-text-container | ruby-text | ruby | table-cell | table-footer-group | table-header-group | table-row-group | table-row | table
Dead Text display: inline-block in a span or a div
Dead Text display: inline-table in a span or a div
Google Chrome (after 80)
display: inline-block child in parent display: contents | flow-root | flow | inline-table | ruby-base | ruby-text | ruby | table-caption | table-cell | table-footer-group | table-header-group | table-row-group | table-row | table
display: inline-table child in parent display: contents | flow-root | flow | inline-block | ruby-base | ruby-text-container | ruby-text | ruby | table-caption | table-cell | table-footer-group | table-header-group | table-row-group | table-row | table
Dead Text display: inline-block in a span or a div
Dead Text display: inline-table in a span or a div
Firefox 73
flex: Dead Text display: flex in a display: contents;
flow: Dead Text display: flow in a display: contents;
flow-root: Dead Text display: flow-root in a display: contents;
grid: Dead Text display: grid in a display: contents;
inline-block: Dead Text display: inline-block in a display: contents;
inline-flex: Dead Text display: inline-flex in a display: contents;
inline-grid: Dead Text display: inline-grid in a display: contents;
inline-table: Dead Text display: inline-table in a display: contents;
ruby: Dead Text display: ruby in a display: contents;
ruby-base: Dead Text display: ruby-base in a display: contents;
ruby-base-container: Dead Text display: ruby-base-container in a display: contents;
ruby-text: Dead Text display: ruby-text in a display: contents;
ruby-text-container: Dead Text display: ruby-text-container in a display: contents;
table: Dead Text display: table in a display: contents;
table-caption: Dead Text display: table-caption in a display: contents;
table-cell: Dead Text display: table-cell in a display: contents;
table-column: Dead Text in a
table-column-group: Dead Text in a
table-footer-group: Dead Text display: table-footer-group in a display: contents;
table-header-group: Dead Text display: table-header-group in a display: contents;
table-row: Dead Text display: table-row in a display: contents;
table-row-group: Dead Text display: table-row-group in a display: contents;
inline-block:
Dead Text display: inline-block in a display: flow;
inline-flex: Dead Text display: inline-flex in a display: flow;
inline-grid: Dead Text display: inline-grid in a display: flow;
inline-table: Dead Text display: inline-table in a display: flow;
ruby-text: Dead Text display: ruby-text in a display: flow;
ruby-text-container: Dead Text display: ruby-text-container in a display: flow;
inline-block: Dead Text display: inline-block in a display: flow-root;
inline-flex: Dead Text display: inline-flex in a display: flow-root;
inline-grid: Dead Text display: inline-grid in a display: flow-root;
inline-table: Dead Text display: inline-table in a display: flow-root;
ruby-text: Dead Text display: ruby-text in a display: flow-root;
ruby-text-container: Dead Text display: ruby-text-container in a display: flow-root;
Dead Text display: inline-block in a span
Dead Text display: inline-block in a div
inline-flex: Dead Text display: inline-flex in a display: inline-block;
inline-grid: Dead Text display: inline-grid in a display: inline-block;
inline-table: Dead Text display: inline-table in a display: inline-block;
ruby-text: Dead Text display: ruby-text in a display: inline-block;
ruby-text-container: Dead Text display: ruby-text-container in a display: inline-block;
Dead Text display: inline-flex in a span
Dead Text display: inline-flex in a div
-->
<?php
$subjects = [
'contents',
'block',
'flex',
'flow',
'flow-root',
'grid',
'inline',
'inline-block',
'inline-flex',
'inline-grid',
'inline-table',
'ruby',
'ruby-base',
'ruby-base-container',
'ruby-text',
'ruby-text-container',
'table',
'table-caption',
'table-cell',
'table-column',
'table-column-group',
'table-footer-group',
'table-header-group',
'table-row',
'table-row-group',
];
array_walk($subjects, function ($parentSubject) use ($subjects) {
echo <<<HTML
<h2><code>display:{$parentSubject}</code></h2>
HTML;
// Also try all parents with children styles
array_walk($subjects, function ($childSubject) use ($parentSubject) {
if ($childSubject !== $parentSubject) {
echo <<<HTML
<hr><b>{$childSubject}: </b>
<div style="text-decoration:line-through;display:{$parentSubject};">
Dead Text
<a href="#" style="text-decoration:underline;color:Red; display: {$childSubject};">
<code>display: {$childSubject}</code> in a <code>display: {$parentSubject};</code>
</a>
</div>
HTML;
}
});
});
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment