List<String> get classes => (attributes["class"] ?? "").split(RegExp(r"\s+")).where((String value) => value.isNotEmpty).toList();