Bug 1603049 - Inherit outline-offset from the table. r=dbaron
outline-offset isn't included in the outline shorthand.
Differential Revision:
https://phabricator.services.mozilla.com/D57347
<!doctype html>
<title>CSS Rest Reference</title>
<style>
table {
outline: 1px solid blue;
outline-offset: 10px;
}
</style>
<table>
Some content
</table>