Add scrolling attribute for <iframe>#1325
Conversation
|
Based on that bug, this will likely not be fixed in blink for a couple years :/
|
|
Also, can you sign the CLA? https://code.facebook.com/cla |
|
Signed! |
|
Pulling in now. I confirmed that both |
Add scrolling attribute for <iframe>
|
Thanks! |
The
scrollingattribute was dropped from HTML5 in favor of just setting theoverflowproperty, but unfortunately Chrome doesn't supportoverflowon iframes yet. This addsscrollingto the list of supported DOM properties so that it can be used when rendering an iframe from React.I'm not really sure how
MUST_USE_PROPERTYorMUST_USE_ATTRIBUTEwork, will be happy to set this to one or the other if needed.