Skip to content

Commit 2b65023

Browse files
Added visibility members
1 parent f366d54 commit 2b65023

File tree

562 files changed

+1176
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

562 files changed

+1176
-0
lines changed

english/net/aspose.html.accessibility.results/rulevalidationresult/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Class - result of rule check, contains a list of [`ITechniqueResult`](../../aspo
1414
public class RuleValidationResult
1515
```
1616

17+
## Public Members
1718
## Properties
1819

1920
| Name | Description |

english/net/aspose.html.accessibility.results/validationresult/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ The main result class, that contains Results for all Criterion from Accessibilit
1414
public class ValidationResult
1515
```
1616

17+
## Public Members
1718
## Properties
1819

1920
| Name | Description |
2021
| --- | --- |
2122
| [Details](../../aspose.html.accessibility.results/validationresult/details/) { get; } | Validation result details |
2223
| [Success](../../aspose.html.accessibility.results/validationresult/success/) { get; } | The result of validation. |
2324

25+
## Public Members
2426
## Methods
2527

2628
| Name | Description |

english/net/aspose.html.accessibility/accessibilityrules/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Quick reference to Web Content Accessibility Guidelines (WCAG) 2 requirements (s
1414
public class AccessibilityRules
1515
```
1616

17+
## Public Members
1718
## Methods
1819

1920
| Name | Description |

english/net/aspose.html.accessibility/accessibilityvalidator/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ The validator class handles quick reference rules. Contains a Validate method to
1414
public class AccessibilityValidator
1515
```
1616

17+
## Public Members
1718
## Methods
1819

1920
| Name | Description |

english/net/aspose.html.accessibility/criterion/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Verifiable success criteria are provided for each recommendation, so WCAG 2.0 ca
1414
public class Criterion : Rule
1515
```
1616

17+
## Public Members
1718
## Properties
1819

1920
| Name | Description |

english/net/aspose.html.accessibility/guideline/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ Guidelines - the next level after principles. There are not testable, but outlin
1414
public class Guideline : Rule
1515
```
1616

17+
## Public Members
1718
## Properties
1819

1920
| Name | Description |
2021
| --- | --- |
2122
| [Code](../../aspose.html.accessibility/rule/code/) { get; } | Rule code from the quick reference WCAG https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0 |
2223
| [Description](../../aspose.html.accessibility/rule/description/) { get; } | Description of Rule from the quick reference WCAG. https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0 |
2324
25+
## Public Members
2426
## Methods
2527

2628
| Name | Description |

english/net/aspose.html.accessibility/ierror/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ The interface describes the error of the validation
1414
public interface IError
1515
```
1616

17+
## Members
1718
## Properties
1819

1920
| Name | Description |

english/net/aspose.html.accessibility/irule/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Interface describing the main properties of the rules.
1414
public interface IRule
1515
```
1616

17+
## Members
1718
## Properties
1819

1920
| Name | Description |

english/net/aspose.html.accessibility/itechniqueresult/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Describes the result of the technique validation.
1414
public interface ITechniqueResult
1515
```
1616

17+
## Members
1718
## Properties
1819

1920
| Name | Description |

english/net/aspose.html.accessibility/principle/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ Accessibility Principle - The highest levels that provide the foundation of web
1414
public class Principle : Rule
1515
```
1616

17+
## Public Members
1718
## Properties
1819

1920
| Name | Description |
2021
| --- | --- |
2122
| [Code](../../aspose.html.accessibility/rule/code/) { get; } | Rule code from the quick reference WCAG https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0 |
2223
| [Description](../../aspose.html.accessibility/rule/description/) { get; } | Description of Rule from the quick reference WCAG. https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0 |
2324
25+
## Public Members
2426
## Methods
2527

2628
| Name | Description |

0 commit comments

Comments
 (0)