Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Side by Side Diff: chrome/browser/resources/options/search_box.html

Issue 668983004: Add <a is="action-link">, a web component extension of <a> for in-page actions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <div id="searchBox" class="page"> 1 <div id="searchBox" class="page">
2 <header > 2 <header >
3 <span id="browser-options-search-field-container" 3 <span id="browser-options-search-field-container"
4 class="search-field-container"> 4 class="search-field-container">
5 <button id="about-button" class="link-button" hidden 5 <a is="action-link" id="about-button" i18n-content="aboutButton"
6 i18n-content="aboutButton"> 6 hidden></a>
7 </button>
8 <input id="search-field" type="search" 7 <input id="search-field" type="search"
9 i18n-values="placeholder:searchPlaceholder; 8 i18n-values="placeholder:searchPlaceholder;
10 aria-label:searchPlaceholder" incremental> 9 aria-label:searchPlaceholder" incremental>
11 </span> 10 </span>
12 </header> 11 </header>
13 </div> 12 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/options_page.css ('k') | chrome/browser/resources/options/startup_section.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698