attributesExtend constant

List<Attribute> const attributesExtend

Implementation

static const List<Attribute> attributesExtend = [
  Attributes.colspan,
  Attributes.headers,
  Attributes.scope,
  Attributes.rowspan,
];