Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add method getElementsByClassName for Element #100

Closed

Commits on Aug 13, 2020

  1. add function

    IbrahimMDIALLO committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    19a1e31 View commit details
    Browse the repository at this point in the history
  2. fix type

    IbrahimMDIALLO committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    62a1453 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2021

  1. Merge remote-tracking branch 'upstream/master' into add_get_elements_…

    …by_class_name_for_element
    karfau committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    f4261f2 View commit details
    Browse the repository at this point in the history
  2. revert: Move getElementById back to document

    since no standard defines it on the `Element` interface
    and it's always reachable as `element.ownerDocument.getElementById`
    
    xmldom#100 (comment)
    karfau committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    bf4c106 View commit details
    Browse the repository at this point in the history