Email or username:

Password:

Forgot your password?
Top-level
Ollie Boermans

@AmeliaBR @jaffathecake doesn’t count as content – closest I can think of is tbody

```
<style>
tbody {
outline: solid tomato;
}
</style>
<table>
<tr><td>World</td></tr>
</table>
```

2 comments
Jake Archibald

@ollicle @AmeliaBR yeahhhh, I think parser changes are different to interaction changes

Ollie Boermans

I can hear the nahhh balancing that yeahhh :emoji_squint:

Understood.

Go Up