This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div role="search"> | |
<form class="t1-form form-search js-search-form" action="/search" id="global-nav-search"> | |
<label class="visuallyhidden" for="search-query">Search query</label> | |
<input class="search-input" type="text" id="search-query" placeholder="Search Twitter" | |
name="q" autocomplete="off" spellcheck="false" aria-autocomplete="list" | |
aria-expanded="false" aria-owns="typeahead-dropdown-7" dir="ltr"> | |
<span class="search-icon js-search-action"> | |
<button type="submit" class="Icon Icon--search nav-search" tabindex="-1"> | |
<span class="visuallyhidden">Search Twitter</span> | |
</button> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form action="/w/index.php" id="searchform" role="search"> | |
<div id="simpleSearch"> | |
<label for="searchInput" class="h-hide-visually">Search Wikipedia (shortcut key | |
combination: ctrl-option-f)</label> | |
<input type="search" name="search" placeholder="Search" accesskey="f" id="searchInput" | |
tabindex="1" autocomplete="off"> | |
<input type="hidden" value="Special:Search" name="title"> | |
<input type="submit" name="go" value="Submit search" id="searchButton" | |
class="searchButton"> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form action="/w/index.php" id="searchform"> | |
<div id="simpleSearch"> | |
<input type="search" name="search" placeholder="Search" | |
title="Search Wikipedia [ctrl-option-f]" accesskey="f" id="searchInput" tabindex="1" | |
autocomplete="off"> | |
<input type="hidden" value="Special:Search" name="title"> | |
<input type="submit" name="go" value="Go" | |
title="Go to a page with this exact name if it exists" id="searchButton" | |
class="searchButton"> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.h-hide-visually { | |
border: 0; | |
clip: rect(0 0 0 0); | |
height: 1px; | |
margin: -1px ; | |
overflow: hidden; | |
padding: 0; | |
position: absolute; | |
width: 1px; | |
} |