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

Fix a bug of <fieldset disabled> detection logic. #9709

Merged
merged 1 commit into from
Feb 28, 2018

Commits on Feb 28, 2018

  1. Fix a bug of <fieldset disabled> detection logic.

    HTMLFormControlElement::UpdateAncestorDisabledState() checked if the
    highest <legend> is the first <legend> child of the highest disabled
    <fieldset>. It should check <lengend> child of every disabled fieldset
    ancestors.
    
    Bug: 817181
    Change-Id: I8f7dedd8089757d9eae726de359b0efe47cf9f44
    Reviewed-on: https://chromium-review.googlesource.com/940644
    Reviewed-by: Yoshifumi Inoue <yosin@chromium.org>
    Commit-Queue: Kent Tamura <tkent@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#539776}
    tkent-google authored and chromium-wpt-export-bot committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    0c070b6 View commit details
    Browse the repository at this point in the history