Skip to content

Commit 43122d1

Browse files
Prepared the Aspose.HTML.Net 23.10 release
1 parent 1e5ba18 commit 43122d1

File tree

426 files changed

+1219
-1837
lines changed

Some content is hidden

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

426 files changed

+1219
-1837
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ The **Aspose.Html.Accessibility.Results** namespace contains classes that descri
1212

1313
| Class | Description |
1414
| --- | --- |
15-
| [CriterionResult](./criterionresult/) | Class - result of criteria check, contains a list of method Results, which are ways to satisfy the success criteria. |
15+
| [RuleValidationResult](./rulevalidationresult/) | Class - result of rule check, contains a list of [`ITechniqueResult`](../aspose.html.accessibility/itechniqueresult/), which are ways to satisfy the success criteria. |
1616
| [ValidationResult](./validationresult/) | The main result class, that contains Results for all Criterion from AccessibilityRules object. |

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

Lines changed: 0 additions & 30 deletions
This file was deleted.

english/net/aspose.html.accessibility.results/criterionresult/errors/_index.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

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

Lines changed: 0 additions & 22 deletions
This file was deleted.

english/net/aspose.html.accessibility.results/criterionresult/rule/_index.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

english/net/aspose.html.accessibility.results/criterionresult/success/_index.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

english/net/aspose.html.accessibility.results/criterionresult/warnings/_index.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ url: /net/aspose.html.accessibility.results/validationresult/details/
1111
Validation result details
1212

1313
```csharp
14-
public IList<CriterionResult> Details { get; }
14+
public IList<RuleValidationResult> Details { get; }
1515
```
1616

1717
### See Also
1818

19-
* class [CriterionResult](../../criterionresult/)
19+
* class [RuleValidationResult](../../rulevalidationresult/)
2020
* class [ValidationResult](../)
2121
* namespace [Aspose.Html.Accessibility.Results](../../../aspose.html.accessibility.results/)
2222
* assembly [Aspose.HTML](../../../)

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ The **Aspose.Html.Dom.Accessibility** namespace is for all Web Accessibility rel
1212

1313
| Class | Description |
1414
| --- | --- |
15-
| [AccessibilityRules](./accessibilityrules/) | Reference to Web Content Accessibility Guidelines (WCAG) 2 requirements (success criteria) and techniques. Contain a list of Principle. https://www.w3.org/WAI/WCAG21/quickref/ |
15+
| [AccessibilityRules](./accessibilityrules/) | Quick reference to Web Content Accessibility Guidelines (WCAG) 2 requirements (success criteria) and techniques. Contain a list of Principle. https://www.w3.org/WAI/WCAG21/quickref/ |
1616
| [AccessibilityValidator](./accessibilityvalidator/) | The validator class handles quick reference rules. Contains a Validate method to check accessibility. |
1717
| [Criterion](./criterion/) | Verifiable success criteria are provided for each recommendation, so WCAG 2.0 can be applied in areas where compliance testing is required. https://www.w3.org/WAI/WCAG21/Understanding/understanding-techniques |
1818
| [Guideline](./guideline/) | Guidelines - the next level after principles. There are not testable, but outline frameworks and general goals that help authors understand success criteria and better apply the techniques. Guidelines are a list of acceptance criteria with type RuleDirectory/. |
1919
| [Principle](./principle/) | Accessibility Principle - The highest levels that provide the foundation of web accessibility, contain a list of Guidelines with type RuleCollection/. The object is not allowed to be created outside the assembly. https://www.w3.org/WAI/fundamentals/accessibility-principles/ |
20-
| [Target](./target/) | Error object class contains item of tag |
20+
| [Target](./target/) | Class contains item of html or css element where the error was found. |
2121
| [ValidationBuilder](./validationbuilder/) | The ValidationBuilder class provides concrete implementations of the configuration steps. Defines methods and settings for a class ValidationSettings. |
2222
| [WebAccessibility](./webaccessibility/) | Object to Web Content Accessibility Guidelines (WCAG) 2 requirements (success criteria) and techniques. https://www.w3.org/WAI/WCAG21/quickref/ |
2323
## Interfaces
@@ -26,7 +26,7 @@ The **Aspose.Html.Dom.Accessibility** namespace is for all Web Accessibility rel
2626
| --- | --- |
2727
| [IError](./ierror/) | The interface describes the error of the validation |
2828
| [IRule](./irule/) | Interface describing the main properties of the rules. |
29-
| [IRuleResult](./iruleresult/) | The interface describes the result of the validation |
29+
| [ITechniqueResult](./itechniqueresult/) | Describes the result of the technique validation. |
3030
## Enumeration
3131

3232
| Enumeration | Description |

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: AccessibilityRules Class
33
second_title: Aspose.HTML for .NET API Reference
4-
description: Aspose.Html.Accessibility.AccessibilityRules class. Reference to Web Content Accessibility Guidelines WCAG 2 requirements success criteria and techniques. Contain a list of Principle. https//www.w3.org/WAI/WCAG21/quickref/
4+
description: Aspose.Html.Accessibility.AccessibilityRules class. Quick reference to Web Content Accessibility Guidelines WCAG 2 requirements success criteria and techniques. Contain a list of Principle. https//www.w3.org/WAI/WCAG21/quickref/
55
type: docs
66
weight: 10
77
url: /net/aspose.html.accessibility/accessibilityrules/
88
---
99
## AccessibilityRules class
1010

11-
Reference to Web Content Accessibility Guidelines (WCAG) 2 requirements (success criteria) and techniques. Contain a list of Principle. https://www.w3.org/WAI/WCAG21/quickref/
11+
Quick reference to Web Content Accessibility Guidelines (WCAG) 2 requirements (success criteria) and techniques. Contain a list of Principle. https://www.w3.org/WAI/WCAG21/quickref/
1212

1313
```csharp
1414
public class AccessibilityRules
@@ -20,6 +20,7 @@ public class AccessibilityRules
2020
| --- | --- |
2121
| [GetPrinciple](../../aspose.html.accessibility/accessibilityrules/getprinciple/)(string) | Get Principle by code from WCAG |
2222
| [GetPrinciples](../../aspose.html.accessibility/accessibilityrules/getprinciples/)() | Get list of all rules from quick reference |
23+
| [GetRule](../../aspose.html.accessibility/accessibilityrules/getrule/)(string) | Get rule by code from WCAG with type IRule |
2324

2425
### See Also
2526

0 commit comments

Comments
 (0)