mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore: fix typos in aria docs (#35636)
This commit is contained in:
parent
cd0b053165
commit
e4a9684ffe
@ -284,7 +284,7 @@ By default, a template containing the subset of children will be matched:
|
|||||||
|
|
||||||
|
|
||||||
The `/children` property can be used to control how child elements are matched:
|
The `/children` property can be used to control how child elements are matched:
|
||||||
- `contain` (default): Matches if all specified children are present in any order
|
- `contain` (default): Matches if all specified children are present in order
|
||||||
- `equal`: Matches if the children exactly match the specified list in order
|
- `equal`: Matches if the children exactly match the specified list in order
|
||||||
- `deep-equal`: Matches if the children exactly match the specified list in order, including nested children
|
- `deep-equal`: Matches if the children exactly match the specified list in order, including nested children
|
||||||
|
|
||||||
@ -296,7 +296,7 @@ The `/children` property can be used to control how child elements are matched:
|
|||||||
</ul>
|
</ul>
|
||||||
```
|
```
|
||||||
|
|
||||||
*aria snapshot will fail due Feature C not being in the template*
|
*aria snapshot will fail due to Feature C not being in the template*
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- list
|
- list
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user