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

Implement the form owner concept #15283

Closed
wants to merge 10 commits into from
Closed

Implement the form owner concept #15283

wants to merge 10 commits into from

Commits on Feb 24, 2017

  1. Implement the form owner concept

    mukilan authored and canova committed Feb 24, 2017
  2. Update web-platform-tests expected data

    mukilan authored and canova committed Feb 24, 2017
  3. Add tests for form owner concept

    mukilan authored and canova committed Feb 24, 2017
  4. Fix failing tests

    canova committed Feb 24, 2017
  5. Fix test by not calling reset_form_owner() in unbind_form_control_fro…

    …m_tree when it shouldn't
    canova committed Feb 24, 2017
  6. Exclude label element from form_attribute.html

    Because label has a different form owner concept. It should reflect its control's form owner. When it doesn't have a control it should print null.
    canova committed Feb 24, 2017
  7. Update test expectations

    canova committed Feb 24, 2017
  8. Address review comments

    canova committed Feb 24, 2017
You can’t perform that action at this time.