You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The spec for table layout enforces that the 'overflow' property should have a value of 'hidden' or 'visible' here:
"The 'overflow' property on the table-root and table-wrapper box, when its value is not either visible or hidden, is ignored and treated as if its value was visible."
The spec for table layout enforces that the 'overflow' property should have a value of 'hidden' or 'visible' here:
"The 'overflow' property on the table-root and table-wrapper box, when its value is not either visible or hidden, is ignored and treated as if its value was visible."
'clip' should also be permitted in this mode.
@dbaron
The text was updated successfully, but these errors were encountered: