each( html4settings.children, function( child, key ) {
                if ( ! html5settings.children[ key ] )
                    html5settings.children[ key ] = child;
            });