Enum ElementAccessibilityIssueReason
ElementAccessibilityIssueReason
[JsonConverter(typeof(JsonEnumMemberConverter<ElementAccessibilityIssueReason>))]
public enum ElementAccessibilityIssueReason
Fields
[EnumMember(Value = "DisallowedOptGroupChild")] DisallowedOptGroupChild = 1Enumerated member for the DisallowedOptGroupChild value.
[EnumMember(Value = "DisallowedSelectChild")] DisallowedSelectChild = 0Enumerated member for the DisallowedSelectChild value.
[EnumMember(Value = "InteractiveContentLegendChild")] InteractiveContentLegendChild = 4Enumerated member for the InteractiveContentLegendChild value.
[EnumMember(Value = "InteractiveContentOptionChild")] InteractiveContentOptionChild = 3Enumerated member for the InteractiveContentOptionChild value.
[EnumMember(Value = "InteractiveContentSummaryDescendant")] InteractiveContentSummaryDescendant = 5Enumerated member for the InteractiveContentSummaryDescendant value.
[EnumMember(Value = "NonPhrasingContentOptionChild")] NonPhrasingContentOptionChild = 2Enumerated member for the NonPhrasingContentOptionChild value.