theKashey / focus-lock

Gotcha! A11y util for scoping a focus.
MIT License
172 stars 17 forks source link

Handle web component nodes when checking for visibility #28

Closed pearofducks closed 3 years ago

pearofducks commented 3 years ago

Closes #27

codecov[bot] commented 3 years ago

Codecov Report

Merging #28 (4eff9b4) into master (933c418) will increase coverage by 0.10%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #28      +/-   ##
==========================================
+ Coverage   82.86%   82.97%   +0.10%     
==========================================
  Files          20       20              
  Lines         321      323       +2     
  Branches       69       70       +1     
==========================================
+ Hits          266      268       +2     
  Misses         50       50              
  Partials        5        5              
Impacted Files Coverage Δ
src/utils/is.ts 91.30% <100.00%> (+0.82%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 933c418...4eff9b4. Read the comment docs.

theKashey commented 3 years ago

Thank you for the very valuable addition