Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed Oct 28, 2024
1 parent c844710 commit 3c9558e
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-check_cspell_lists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ jobs:
- name: Check if cSpell word lists are in correct order
run: |
node scripts/sort_and_unique_file_lines.js --check .vscode/dictionaries/*.txt
# Let the shell expand the glob pattern for us
shell: bash
9 changes: 9 additions & 0 deletions .vscode/dictionaries/code-entities.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ apachectl
appcache
APPCOMMAND_MEDIA_PREVIOUSTRACK
appinstalled
appium_logs_url
appshell
appversion
appworld
Expand Down Expand Up @@ -128,6 +129,7 @@ color-colrv0
color-colrv1
color-sbix
colorMaskiOES
commandfor
compositionend
compositionstart
compositionupdate
Expand Down Expand Up @@ -183,6 +185,7 @@ dischargingtimechange
docbook
documentboundary
dom.abortablepromise
dom.closewatcher
dom.element.customstateset
dom.input.dirpicker
dom.keyboardevent
Expand Down Expand Up @@ -345,6 +348,7 @@ KEYCODE_HEADSETHOOK
KEYCODE_SYSRQ
keyids
keyint_min
keyschange
keywordsearch
khmr
KIND_NONHEAP
Expand Down Expand Up @@ -509,6 +513,8 @@ onpointerrawupdate
onrtctransform
onscreenschange
onscrollend
onscrollsnapchange
onscrollsnapchanging
onsinkchange
ontextformatupdate
ontextupdate
Expand Down Expand Up @@ -617,6 +623,8 @@ scalethumbstart
scalethumbtick
screenschange
scrollend
scrollsnapchange
scrollsnapchanging
scts
sdcard
sdch
Expand Down Expand Up @@ -704,6 +712,7 @@ transferringdata
treecol
TYPE_IMAGESET
UBORed
ufloat
uidb64
ulaw
ulpfec
Expand Down
1 change: 1 addition & 0 deletions .vscode/dictionaries/proper-names.txt
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,7 @@ Wirfs
wisedog
Wolenetz
Wrox
XAMPP
Xiluodu
Xiowan
XITS
Expand Down
10 changes: 7 additions & 3 deletions .vscode/dictionaries/terms-abbreviations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ antialiasing
antitracking
APNG
appcontent
arccosh
arcosh
arcseconds
arcsinh
arctanh
arsinh
artanh
ASCAP
ascendingly
ASCIIID
Expand Down Expand Up @@ -70,6 +70,7 @@ bitstream
bitstreams
blackbox
blackboxing
blendable
blitting
blockable
blockified
Expand Down Expand Up @@ -460,6 +461,7 @@ phishable
phonebook
phonorecord
phonorecords
pillarboxed
pingback
pingbacks
pingpong
Expand Down Expand Up @@ -582,6 +584,7 @@ scopable
screencast
screenful
scriptable
scrollers
scrollport
SECAM
secp256r1
Expand Down Expand Up @@ -712,6 +715,7 @@ syncbase
tablists
tabstrip
tada
Tanuki
targetable
taskbars
taskboard
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ The available features vary depending on what browser is loaded, and can include
- Accessing browser DevTools
- Changing reported location
- Throttling the network
- Accessing screenreaders
- Accessing screen readers

#### Advanced: The BrowserStack API

Expand Down

0 comments on commit 3c9558e

Please sign in to comment.