basic-opacity-zero.html (521B)
1 <!doctype html> 2 <title>Text with decoration and a text-shadow with a color with alpha=0</title> 3 <link rel="help" href="https://drafts.csswg.org/css-text-decor/#text-shadow-property"> 4 <link rel="help" href="https://drafts.csswg.org/css-text-decor/#text-decoration-property"> 5 <link rel="match" href="basic-opacity-zero-ref.html"> 6 <style> 7 #target { 8 font-size: 100px; 9 color: rgba(0 255 0 / 0.5); 10 text-shadow: 0 2px 0 rgba(255 128 0 / 0); 11 text-decoration: line-through; 12 } 13 </style> 14 <div id="target">X</div>