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

Adding Test from TtWF #76

Closed
wants to merge 5 commits into from
Closed

Adding Test from TtWF #76

wants to merge 5 commits into from

Commits on Apr 13, 2013

  1. TTWF Select Option Collection - ver 1

    Testing first paragraph of musts in 2.8.2.3
    Greg Bulmash committed Apr 13, 2013
    Configuration menu
    Copy the full SHA
    b49f9c3 View commit details
    Browse the repository at this point in the history
  2. Fixing Test 7 on HTMLOptionsCollection

    Changed value to null from undefined.
    Greg Bulmash committed Apr 13, 2013
    Configuration menu
    Copy the full SHA
    3ec2558 View commit details
    Browse the repository at this point in the history
  3. Updates per Ms2ger comments

    Removed mutation events (split out into other file with async on
    mutation observers?) and made all other indicated fixes.
    Greg Bulmash committed Apr 13, 2013
    Configuration menu
    Copy the full SHA
    3132f9d View commit details
    Browse the repository at this point in the history
  4. commit OptionsCollection.namedItem() tests

    Tests the namedItem() method on an HTMLOptionsCollection for correct
    return type/value on single match, no match, and multiple match cases.
    Greg Bulmash committed Apr 13, 2013
    Configuration menu
    Copy the full SHA
    a57f1ff View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2013

  1. Moving to appropriate directory

    Moved from common/ to semantics/forms/the-select-element/ per feedback
    from tobie. Tests should now satisfy ms2ger's code quality suggestions
    and tobie's placement suggestions.
    Greg Bulmash committed Apr 24, 2013
    Configuration menu
    Copy the full SHA
    67c3f68 View commit details
    Browse the repository at this point in the history