text-decoration-tentative.html (399B)
1 <!DOCTYPE html> 2 <meta charset=utf-8> 3 <link rel="match" href="text-decoration-ref.html"> 4 <link rel="help" href="https://github.com/WICG/PEPC/blob/main/explainer.md#locking-the-pepc-style"> 5 <body> 6 <style> 7 permission { 8 text-decoration: underline; 9 } 10 div { 11 text-decoration: underline; 12 } 13 </style> 14 <div> 15 <permission type="camera"></permission> 16 </div> 17 </body> 18 </html>