Only 159 days until the European Accessiblity Act comes into force. Are you and your organisation ready? Schedule a free introductory call to find out more.

Ensure A Table Fills Its Containing Element

table {
  table-layout: fixed; // Default is auto
}

I was wondering what the correct CSS property was to control this requirement. Setting a width on the table element was doing precisely zip. That is until we set the above.