factory NestedStyleAttribute.fromList(List<Attribute> attributes) { return NestedStyleAttribute(Style.create(attributes)); }