What fresh hell is THIS now? - Patrick Lauke
@car
FYI, there's a bunch of other channels in Slack (only the general channel is piped to gitter)
Gitter is the proletariat channel ;-)
flex
styling on a <table> for more flexibility around controlling column width. Testing this out with 5 SR + browser combinations, JAWS + IE11 is the only one that recognizes the table as a table, the rest assume it must not be a table because of its non tabular CSS. If we want to keep the flex
approach, is adding ARIA roles to the table and each of its cells the only way to get SRs to treat the table like what it actually is?
flex
on a parent element? or does it not behave the same way inside the table?
flex
before so this is a new issue for me.
role="grid"
, not role="table"
role="grid" aria-readonly="true"
)
role="table"
not officially exist yet?)
table
role very well
flex
container and the table contents blocks all the layout goodness