i was going through a search and found this button in search form.
<button type="submit" class="search-submit">
<span class="genericon-search"></span>
<span class="screen-reader-text"><?php echo esc_html_x( 'Search', 'submit button', ); ?></span>
I want to know what’s the use of the <span class="screen-reader-text"><?php echo esc_html_x( 'Search', 'submit button', ); ?>
in this search form, its also working when i remove this line.