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

56 Коммитов

Автор SHA1 Сообщение Дата
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
Mu-An ✌️ Chiou 73703e3d53 Rename demo file 2017-10-12 14:45:45 +08:00
Mu-An ✌️ Chiou b020dab1ad Separate test and pre test 2017-10-12 14:40:15 +08:00
Mu-An ✌️ Chiou cff33d6c21 Typo 2017-10-10 23:21:02 +08:00
Mu-An ✌️ Chiou 271d723e9e Add tests with headless chrome/karma/mocha/chai 2017-10-06 22:52:49 +08:00
Mu-An ✌️ Chiou 0ea14ac77c Update package.json by npm i 2017-10-06 22:39:56 +08:00
Mu-An ✌️ Chiou f89ec396e0 Fix var 2017-10-06 19:17:46 +08:00
Mu-An ✌️ Chiou 3619d762ef Add ES6 back 2017-10-06 10:34:29 +08:00
Mu-An ✌️ Chiou 169a4fc1ec Add author 2017-10-06 10:25:13 +08:00
Mu-An ✌️ Chiou fecef74d5d Remove babel-register for now 2017-10-06 10:23:41 +08:00
Mu-An ✌️ Chiou 6caaf51fb1 Reset version 2017-10-06 10:20:03 +08:00
Mu-An ✌️ Chiou b1b6b61a05 Change window global 2017-10-06 10:11:27 +08:00
Mu-An ✌️ Chiou 0892b2cf9e Change package.json for prepublish command 2017-10-06 09:54:19 +08:00
Mu-An ✌️ Chiou f94a04f520 Fix eslint and point to the right main file 2017-10-06 09:51:34 +08:00
Mu-An ✌️ Chiou 29f28ac211 Add umd build script 2017-10-06 09:44:08 +08:00
Mu-An ✌️ Chiou 62d81c6c7e Add babel for es2015 2017-10-06 09:30:42 +08:00
Mu-An ✌️ Chiou 2e78680ad0 Update eslint and add package-lock 2017-10-06 09:15:43 +08:00
Mu-An ✌️ Chiou 15c493a296 Bump version to 1.0.1 2017-09-28 15:57:55 +08:00
Mu-An ✌️ Chiou 6440095ad2
Merge pull request #5 from github/ie11
Fix errors in Edge and IE11
2017-09-28 02:56:57 -05:00
Mu-An ✌️ Chiou 2a0c455a2e Update browser support 2017-09-28 15:56:08 +08:00
Mu-An ✌️ Chiou b0422c75f2 Move polyfill to test.html so people can use their own polyfillz 2017-09-28 15:28:40 +08:00
Mu-An ✌️ Chiou ca1e2485ac Add readme and need for closest polyfill 2017-09-28 15:28:16 +08:00
Mu-An ✌️ Chiou 5d6085997c Avoid redeclaration 2017-09-27 13:48:50 +08:00
Mu-An ✌️ Chiou f06684fdfb Merge branch 'master' into ie11 2017-09-27 13:48:03 +08:00
Mu-An ✌️ Chiou d68a4c59e4 Avoid redeclaration, fix eslint errors 2017-09-27 13:46:56 +08:00
Mu-An ✌️ Chiou f818091140
Merge pull request #3 from github/looser-display-none-check
Use [style*=] to match for display: none
2017-09-27 13:45:04 +08:00
Mu-An ✌️ Chiou 4fc3f43cf9 Add polyfill for closest and fix forEach not supported on classList in IE11 2017-09-26 17:54:48 +08:00
Mu-An ✌️ Chiou a704bb5b0a Find labels manually when input.labels isn't supported 2017-09-26 17:53:55 +08:00
Kevin Sawicki af5189f5c0 Check if style attribute contains display: none 2017-09-01 15:21:09 -07:00
Kevin Sawicki 4f5d18f0b9 Merge pull request #2 from github/check-for-hidden-attr-and-styles
Add more hidden element checks
2017-08-31 11:33:46 -07:00
Kevin Sawicki 4185c2497e Use comma separate selectors 2017-08-30 15:30:53 -07:00
Kevin Sawicki ba72122c00 Add more hidden element checks 2017-08-28 10:21:44 -07:00
Mu-An ✌️ Chiou 6f98141d0c Fix typo and move declaration 2017-08-25 15:18:06 +08:00
Mu-An ✌️ Chiou 73634e2b7f Add element with id 2017-08-22 22:37:21 +08:00
Mu-An ✌️ Chiou 71e04757a2 Stop when we hit an ID for shorter selectors path 2017-08-21 19:09:28 +08:00
Mu-An Chiou a0bb23a752
Pack inspect method & replace outerHTML with tag HTML 2017-07-31 22:25:41 +08:00
Mu-An Chiou 27ed5c6202
Add basic test page 2017-06-30 19:18:08 +08:00
Mu-An ✌️ Chiou 07360bf378 Merge pull request #1 from github/eslint
Check with eslint
2017-06-27 23:01:50 +08:00
Mislav Marohnić 210714ba64 Check with eslint 2017-06-27 16:39:50 +02:00
Mislav Marohnić 339a238be3 Remove extra semicolons 2017-06-27 16:39:23 +02:00
Mislav Marohnić d2d5e1a83e Fix iterating through SelectorARIAPairs 2017-06-27 16:13:22 +02:00
Mislav Marohnić 9d6fccea71 Avoid using string interpolation syntax 2017-06-27 16:13:05 +02:00
Mu-An Chiou eed59ae3d8
i was not defined in the scope 2017-06-27 22:05:04 +08:00
Mu-An Chiou 318a463eca
Fix vars 2017-06-27 21:59:20 +08:00