text-emphasis-visited-inheritance.html (516B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <link rel="author" title="Divyansh Mangal" href="mailto:dmangal@microsoft.com"> 4 <link rel="match" href="text-emphasis-visited-inheritance-ref.html"> 5 <link rel="help" href="https://developer.mozilla.org/en-US/docs/Web/CSS/Privacy_and_the_:visited_selector"> 6 <style> 7 :root { 8 font-size: 50px; 9 text-emphasis-color: green; 10 } 11 em { 12 text-emphasis-style: "!"; /* (Should appear green). */ 13 } 14 </style> 15 <main> 16 <a href=""> 17 Simply <em>UNACCEPTABLE</em>. 18 </a> 19 </main>