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

Remove allow transparency #10823

Merged
merged 5 commits into from Sep 28, 2017
Merged

Commits on Sep 28, 2017

  1. Remove allowTransparency attribute

    `allowtransparency` is an Internet Explorer-only attribute that
    controls the background transparency of an iFrame. When set to true,
    it respects the background color of the iFrame. When set to false, it
    sets the background color to that of the document.
    
    This feature was removed in IE9 - falling out of React's support
    commitment.
    
    Developers that have somehow figured out how to get IE8 to work with
    React 16.x can still use `allowtransparency="true"`, since React now
    supports unrecognized attributes.
    nhunzaker committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    11ac900 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cb9542 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b6a31c View commit details
    Browse the repository at this point in the history
  4. Update attribute snapshot

    nhunzaker committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    f938640 View commit details
    Browse the repository at this point in the history
  5. Blank for CI

    nhunzaker committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    ef82f09 View commit details
    Browse the repository at this point in the history