Skip to content

Commit 7cdf8c3

Browse files
fixing failing tests in __tests__/spelling.js
1 parent 2cfe5f8 commit 7cdf8c3

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

__tests__/spelling-ignore.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
- ozplayer
133133
- GitHub
134134

135-
# Test case anamolies
135+
# Test case anomolies
136136
- brewitt-taylor
137137
- level2-frame1
138138
- level1-frame2
@@ -142,6 +142,9 @@
142142
- Sumei
143143
- Tuttle
144144
- lnik # intentional misspelling
145+
- ngizmo
146+
- nspecification
147+
- thelabel
145148

146149
# Attributes (repeated words with casing as retext-spell has no config to ignore casing)
147150
- href
@@ -233,6 +236,9 @@
233236
- focusability
234237
- unitless
235238
- luminance
239+
- substring
240+
- initialisms
241+
- sublist
236242

237243
# Parts of Unicode
238244
- 000A

_rules/visible-label-in-accessible-name-2ee8b8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Similar to the previous example.
141141

142142
#### Passed Example 9
143143

144-
The [visible inner text][] of this link is "ACT" (with no spaces) because of the explicit styles of "display: inline" on the <p> elements and the absence of whitespace between the <p> elements. The cases of "display: inline" and "display: block" are handled by the definition of [visible inner text of an element][]. This example shows that the definition agrees with the visual rendering done by the browser.
144+
The [visible inner text][] of this link is "ACT" (with no spaces) because of the explicit styles of "display: inline" on the `p` elements and the absence of whitespace between the `p` elements. The cases of "display: inline" and "display: block" are handled by the definition of [visible inner text of an element][]. This example shows that the definition agrees with the visual rendering done by the browser.
145145

146146
```html
147147
<a href="#" aria-label="ACT">

0 commit comments

Comments
 (0)