[spec](https://quirks.spec.whatwg.org/#the-tables-inherit-color-from-body-quirk) reproduction ```html <body style="color: blue;"> <div style="color: red;"> <table> <tr> <th>this text should be blue ``` Currently in ladybird, table inherits from the parent not the body