提交 837fd3e3 编写于 作者: J Jason Park

Fix minor accessibility issues

上级 5fb12179
branding/screenshot.png

803.3 KB | W: | H:

branding/screenshot.png

260.0 KB | W: | H:

branding/screenshot.png
branding/screenshot.png
branding/screenshot.png
branding/screenshot.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -83,8 +83,8 @@ class Navigator extends React.Component {
<nav className={classes(styles.navigator, className)}>
<div className={styles.search_bar_container}>
<FontAwesomeIcon fixedWidth icon={faSearch} className={styles.search_icon} />
<input type="text" className={styles.search_bar} autoFocus placeholder="Search ..." value={query}
onChange={e => this.handleChangeQuery(e)} />
<input type="text" className={styles.search_bar} aria-label="Search" placeholder="Search ..." autoFocus
value={query} onChange={e => this.handleChangeQuery(e)} />
</div>
<div className={styles.algorithm_list}>
{
......
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-78128848-1"></script>
<script>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册