Proper ARIA attribute for field/value pairs outside of a table?
问题 We need to layout a large amount of data. A simple table would work well, but we're making this entirely responsive so for simple field/value pairs, we're trying to avoid going too crazy with table markup to make things reflow a bit easier. In the past, I would have first gone with a definition list: <dl> <dt>Label</dt> <dd>Value</dd> </dl> but...they also had drawbacks...namely that the semantic value of this markup wasn't always recognized by screen readers and the like, so was often