Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(621)

Unified Diff: sky/framework/sky-element/element-registry.sky

Issue 899133002: Adds src to the list of attributes known for iframes (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/framework/sky-element/element-registry.sky
diff --git a/sky/framework/sky-element/element-registry.sky b/sky/framework/sky-element/element-registry.sky
index 4aacabaa0f714dd785b078b287fd180c722b17c0..ba317a808c18719a32f1f5515400d7b01540083f 100644
--- a/sky/framework/sky-element/element-registry.sky
+++ b/sky/framework/sky-element/element-registry.sky
@@ -165,6 +165,10 @@ registerElement('template', {
'repeat': 'string',
});
+registerElement('iframe', {
+ 'src': 'string',
+});
+
module.exports = {
registerElement: registerElement,
getRegistration: getRegistration,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698