table-row {
  display: table-row;
}
table-row[selected] {
  background-color: rgba(255, 255, 0, .3);
}
td {
  border: 1px solid currentColor;
}