outline-offset-table-001.html (509B)
1 <!doctype html> 2 <title>outline-offset applies to tables</title> 3 <link rel="help" href="https://drafts.csswg.org/css-ui/#propdef-outline"> 4 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1603049"> 5 <link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez"> 6 <link rel="author" href="https://mozilla.org" title="Mozilla"> 7 <link rel="mismatch" href="outline-offset-table-001-notref.html"> 8 <style> 9 table { outline: 1px solid blue } 10 </style> 11 <table> 12 Some content 13 </table>