c.$tbodies
                .off( ( 'focus focusout keydown '.split( ' ' ).join( namespace + ' ' ) ).replace( /\s+/g, ' ' ) )
                .on( 'focus' + namespace, '[contenteditable]', function( e ) {
                    clearTimeout( $( this ).data( 'timer' ) );
                    c.$table.data( 'contentFocused', e.target );