Advertisement
smeacham

Rule-Id: link-name test case false positive (1)

Apr 5th, 2018
393
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.39 KB | None | 0 0
  1. <!doctype html>
  2.  
  3. <html lang="en">
  4. <head>
  5.   <meta charset="utf-8">
  6.   <title>Inclusive HTML</title>
  7.  
  8. <script>
  9. </script>
  10.  
  11. <style media="screen" type="text/css">
  12. </style>
  13.  
  14. </head>
  15. <body>
  16.  
  17. <a href="example.html">
  18.     <table role="presentation">
  19.         <tr>
  20.             <td>
  21.                 Descriptive Link Text
  22.             </td>
  23.         </tr>
  24.     </table>
  25. </a>
  26.  
  27. </body>
  28. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement