if ( isStatic( el ) && el.isVisible() ) {
                    // Collect all addresses yielded by lookups for that element.
                    for ( l in this.lookups ) {
                        if ( ( type = this.lookups[ l ]( el ) ) ) {
                            this.store( el, type );