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

Reinstate active flag for iterators #359

Merged
merged 1 commit into from
Aug 8, 2017
Merged

Commits on Apr 20, 2017

  1. Reinstate active flag for iterators

    This reverts ccf51e8, and fixes
    https://www.w3.org/Bugs/Public/show_bug.cgi?id=25412.  It brings the
    spec back in line with Firefox instead of other browsers.  Boris argues
    convincingly that the behavior without the active flag is much harder to
    spec and test properly, and nobody has a use-case for allowing recursion
    here, so it's easier all around to converge on Firefox behavior and just
    ban recursion.  He doesn't want Firefox to allow recursion unless
    someone writes good tests for it, which nobody wants to.  Other UAs were
    asked for comment on the bug and didn't support or oppose.
    ayg committed Apr 20, 2017
    Configuration menu
    Copy the full SHA
    2c0e1fe View commit details
    Browse the repository at this point in the history