Граф коммитов

101 Коммитов

Автор SHA1 Сообщение Дата
Mislav Marohnić 1b0731d5df
Merge pull request #22 from github/check-hasattribute
Check for `el.hasAttribute` before invoking
2018-05-11 14:19:58 +02:00
Mislav Marohnić bfd016bde1 Check for `el.hasAttribute` before invoking
This is called on nodes while traversing up the DOM, and there is no
guarantee that a node is an Element node and that it will implement the
`hasAttribute` function.
2018-05-08 16:10:28 +02:00
Mislav Marohnić 2395aab550 1.1.1 2018-03-09 17:02:00 +01:00
Mislav Marohnić 281a60292a Try `--no-sandbox` to see if it fixes CI
https://travis-ci.org/github/accessibilityjs/builds/351363298
2018-03-09 16:57:58 +01:00
Mislav Marohnić 53be80480d
Merge pull request #20 from github/iterating-classList
Avoid iterating over `classList` using `for..of`
2018-03-09 16:47:29 +01:00
Mislav Marohnić 56932a3d1a Add extra tests for `inspect()` functionality 2018-03-09 15:39:31 +01:00
Mislav Marohnić 6ab5db75f7 Avoid iterating over `classList` using `for..of`
This fails in browsers which do not support Iterable on DOMTokenList,
such as Googlebot.
2018-03-09 15:38:11 +01:00
Mu-An ✌️ Chiou 05956b2325 1.1.0 2017-11-14 16:37:47 +08:00
Mu-An ✌️ Chiou 6190e57107 Add build status badge 2017-11-14 16:35:33 +08:00
Mu-An ✌️ Chiou a3d2274766 Prettify 2017-11-14 16:31:53 +08:00
Mu-An ✌️ Chiou f0afd57c6a Merge branch 'easingthemes-feature/return-all-errors' 2017-11-14 16:30:41 +08:00
Dragan Filipovic 8b77d67c69 Lint fixes: change function style 2017-11-13 14:40:40 +01:00
Dragan Filipovic 652e3d69e8 Merge branch 'master' into feature/return-all-errors 2017-11-13 14:28:59 +01:00
Dragan Filipović 01ccfee2b4
Merge pull request #1 from github/master
Sync master
2017-11-13 14:28:31 +01:00
Mu-An ✌️ Chiou 49e9aac166
Merge pull request #16 from github/eslint
Use eslint-plugin-github
2017-11-08 15:34:30 +08:00
Mu-An ✌️ Chiou 32337b7558 Stop linting prettier.conf.js so we dont need node env 2017-11-08 15:29:36 +08:00
Mu-An ✌️ Chiou d0ea7817e4 Add back previous envs 2017-11-06 11:26:44 +08:00
Mu-An ✌️ Chiou 39d3ccae5b Merge branch 'master' into eslint 2017-11-06 11:17:47 +08:00
Mu-An ✌️ Chiou cc1100cbb4 Add travis.yml 2017-11-06 11:17:26 +08:00
Mu-An ✌️ Chiou 9116c4f0df
Merge pull request #12 from adin234/patch-1
update readme development
2017-11-06 04:05:28 +01:00
Mu-An ✌️ Chiou 7088156573 Use eslint-plugin-github 2017-11-06 11:02:59 +08:00
Dragan Filipovic ecfc50d482 Update `example` - log all errors 2017-10-28 00:17:17 +02:00
Dragan Filipovic 778919562c Return all errors grouped by name 2017-10-28 00:16:24 +02:00
aldrin bautista 20de9d83ef update readme development 2017-10-21 15:39:26 +08:00
Mu-An ✌️ Chiou 72421d1b59 Merge pull request #11 from javan/patch-1
Fix usage example
2017-10-20 01:56:37 -05:00
Javan Makhmali 77681d56ab Fix usage example
AFAIK, there is no `ready` event.
2017-10-19 09:21:10 -04:00
Mu-An ✌️ Chiou 078813cff0 1.0.1 2017-10-13 18:57:23 +08:00
Mu-An ✌️ Chiou d6aaa4aed9 Be explicit about input types
fix type=hidden
2017-10-13 18:53:02 +08:00
Mu-An ✌️ Chiou 449c5ca1cb Undo scoping module
Pipeline problems
2017-10-13 18:37:25 +08:00
Mu-An ✌️ Chiou ffb6a8af2a Add install instruction 2017-10-13 15:00:46 +08:00
Mu-An ✌️ Chiou a4ba6526c7 1.0.0 2017-10-13 14:34:21 +08:00
Mu-An ✌️ Chiou 12caa50977 Update package-lock 2017-10-13 14:34:09 +08:00
Mu-An ✌️ Chiou 8ddc0db5b7 Update package name for org scope
https://www.npmjs.com/docs/orgs/publishing-an-org-scoped-package.html
2017-10-13 14:32:15 +08:00
Mu-An ✌️ Chiou 466f38d378 Fix label error name and add InputMissingLabelError for better error message 2017-10-13 12:24:28 +08:00
Mu-An ✌️ Chiou 83584e549c Remove reference of onPageWarning and add run example script 2017-10-13 11:46:59 +08:00
Mu-An ✌️ Chiou 884501ffdd Fix wrong func name 2017-10-13 11:40:06 +08:00
Mu-An ✌️ Chiou 36413a1efe
Merge pull request #8 from github/test
Add automated tests
2017-10-12 22:38:59 -05:00
Mu-An ✌️ Chiou 46b9ca6171 Fix style 2017-10-13 11:37:50 +08:00
Mu-An ✌️ Chiou eee2ef2958 Fix bad merge 2017-10-13 11:36:32 +08:00
Mu-An ✌️ Chiou 5fe663b398
Merge pull request #9 from github/changes
Remove github.com specific parts
2017-10-12 22:21:49 -05:00
Mu-An ✌️ Chiou 13105d5e63 Not a default function 2017-10-12 23:37:41 +08:00
Mu-An ✌️ Chiou e6f482bb76 Merge branch 'test' into changes 2017-10-12 22:38:03 +08:00
Mu-An ✌️ Chiou 2e97d0cadc Merge branch 'master' into test 2017-10-12 22:35:12 +08:00
Mu-An ✌️ Chiou ad08c47b3f Add how we use this script in github as an example 2017-10-12 18:34:22 +08:00
Mu-An ✌️ Chiou 2649f4f56e Pass in pairs for tests 2017-10-12 18:22:11 +08:00
Mu-An ✌️ Chiou 1eb845bc2f Make ariaPairs an option to pass in 2017-10-12 18:19:49 +08:00
Mu-An ✌️ Chiou babedd005e Add list of errors 2017-10-12 17:27:32 +08:00
Mu-An ✌️ Chiou 3693801aac Remove onPageWarning 2017-10-12 17:26:27 +08:00
Mu-An ✌️ Chiou 0b43a182fc Describe tests better 2017-10-12 15:12:53 +08:00
Mu-An ✌️ Chiou 544fffe721 Test in headless firefox with Karma
ref: https://github.com/karma-runner/karma-firefox-launcher/issues/76
2017-10-12 14:59:07 +08:00