Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<meta charset=utf-8>
<link rel="match" href="inherited-css-ref.html">
<body>
<p>The install element below should not inherit text-emphasis, text-emphasis-position, or text-shadow from the parent div.</p>
<style>
div {
text-emphasis: &quot;x&quot;;
text-emphasis-position: over right;
text-shadow: 1px 1px 2px black;
}
</style>
<div>
<install></install>
</div>
</body>
</html>