dillon1000/react

Commit

Remove allow transparency (#10823)

* 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.

* Use correct attribute script location

* Use new UMD bundles in attribute fixtures

* Update attribute snapshot

* Blank for CI
Browse files
Changed paths6 files
First-parent comparison
M fixtures/attribute-behavior/AttributeTableSnapshot.md ModifiedM fixtures/attribute-behavior/README.md ModifiedM fixtures/attribute-behavior/src/App.js ModifiedM fixtures/attribute-behavior/src/attributes.js ModifiedM src/renderers/dom/shared/HTMLDOMPropertyConfig.js ModifiedM src/renderers/dom/shared/hooks/possibleStandardNames.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…