Typically, the following
|
| | Increment | Decrement | |
|
| ------- | ------- | ------- | |
|
| Postfix | `myVar++` | `myVar--` | |
|
| Prefix | `++myVar` | `--myVar` | |
should be rendered as a "two header table" to comply with
https://webaim.org/techniques/tables/data#th
as far as I understand.