mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 09:43:10 +00:00
* Add input title to improve a11y Resolves pa11y error: ``` • Error: This form field should be labelled in some way. Use the label element (either with a "for" attribute or wrapped around the form field), or "title", "aria-label" or "aria-labelledby" attributes as appropriate. ├── WCAG2AA.Principle1.Guideline1_3.1_3_1.F68 ├── #search_input_react └── <input type="text" id="search_input_react" placeholder="Search" aria-label="Search" class="aa-input" autocomplete="off" spellcheck="false" role="combobox" aria-autocomplete="list" aria-expanded="false" aria-labelledby="search_input_react" aria-owns="... ``` * Fix Prettier failure on Circle CI |
||
|---|---|---|
| .. | ||
| nav | ||
| BlogPageLayout.js | ||
| BlogPost.js | ||
| BlogPostLayout.js | ||
| BlogSidebar.js | ||
| CompLibrary.js | ||
| Container.js | ||
| Doc.js | ||
| DocsLayout.js | ||
| DocsSidebar.js | ||
| GridBlock.js | ||
| Head.js | ||
| Header.js | ||
| MarkdownBlock.js | ||
| Redirect.js | ||
| Remarkable.js | ||
| Site.js | ||
| getTOC.js | ||
| renderMarkdown.js | ||
| toSlug.js | ||
| unindent.js | ||