Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion __tests__/spelling-ignore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- https
- wai-aria
- validator
- 8lzn42

# Tag(s)
- svg # `aria-query` dom tags does not list `svg`
Expand Down Expand Up @@ -88,6 +89,7 @@
- rfc
- webauthn
- customizable
- ua #lowercase needed in reference list

# spell checker checks against strict casing & hence some repeated words here
- Autocomplete
Expand Down Expand Up @@ -136,7 +138,7 @@
- ozplayer
- GitHub

# Test case anamolies
# Test case anomalies
- brewitt-taylor
- level2-frame1
- level1-frame2
Expand Down Expand Up @@ -210,6 +212,11 @@
- dom-meta-content
- showModal

# Javascript identifiers
- clientRects
- getBoundingClientRect
- getClientRects

# Unsure why the dictionary does not have these words
- programmatically
- personalization
Expand Down Expand Up @@ -238,6 +245,7 @@
- focusability
- unitless
- luminance
- checkboxes # this seems to be the correct plural
- disambiguated
- superclass
- grey
Expand Down Expand Up @@ -273,11 +281,21 @@
- 10px
- 15px
- 16px
- 17px
- 18px
- 20px
- 24px
- 25px
- 30px
- 32px
- 35px
- 40px
- 41px
- 44px
- 45px
- 48px
- 50px
- 54px

# Language codes
- da
Expand Down
Loading