Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Oct 21, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: github/accessibilityjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.1
Choose a base ref
...
head repository: github/accessibilityjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on May 8, 2018

  1. 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.
    mislav committed May 8, 2018
    1 Configuration menu
    Copy the full SHA
    bfd016b View commit details
    Browse the repository at this point in the history

Commits on May 11, 2018

  1. Merge pull request #22 from github/check-hasattribute

    Check for `el.hasAttribute` before invoking
    mislav authored May 11, 2018
    Configuration menu
    Copy the full SHA
    1b0731d View commit details
    Browse the repository at this point in the history
Loading