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

Separate the identification and removal of attributes #4911

Merged
merged 1 commit into from
Jun 8, 2020

Commits on May 26, 2020

  1. Separate the id and removal of attributes

    Because EdgeHTML does not actually remove the 'value' attribute from an
    HTMLInputElement, the prior iteration would generate an infinite loop.
    By making this two passes, we are a bit less memory efficient but avoid
    the nasty edge cases when DOM elements don't fully respect the API.
    aredridel committed May 26, 2020
    Configuration menu
    Copy the full SHA
    4085b2d View commit details
    Browse the repository at this point in the history