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

[dom] Normalize setting a node value to null #1611

Merged
merged 1 commit into from
Feb 12, 2014
Merged

Commits on Feb 5, 2014

  1. [dom] Normalize setting a node value to null

    When set a node value to `null`, then a node value returns `"null"` as string
    on the legacy IE (IE <= 9). A node value returns an empty string on the modern
    browsers (Chrome, Firefox, IE >= 10). This change is to normalize the results
    of setting a node value to `null` on any browsers. Fix yui#1603.
    okuryu committed Feb 5, 2014
    Configuration menu
    Copy the full SHA
    408cb79 View commit details
    Browse the repository at this point in the history