EngineHub / EngineHub/CommandHelper

MethodScript.com Accessibility - Labels are not attached to search form fields

オープン
#1,270 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
accessibility documentation
主要言語
Java
スター
128
フォーク
70
PR マージ指標
30日以内にマージされた PR はありません

説明

The search form does not include accessible labels that can be interpreted by a screen reader.

2 violations detected:

```html

Default Theme
Dark
Nilleke Dark

```

```html

```

Why is this important?

> When on-screen labels are present, they must be programmatically associated with form fields. When on-screen labels are not present, form fields must be given an accessible label.
>
> When form fields do not have a programmatic (accessible) label, assistive technologies may incorrectly render the label or provide no label at all to users. When labels are not present or are incorrect, users of assistive technologies may not be able to complete a form.
>
> The HTML5 specification has a new form field attribute called `placeholder`. This represents a label or hint, such as a word or short phrase, that is assigned to a form field such as an input field. The label or hint appears within the form field and goes away when users start typing. When the `placeholder` attribute is used, the label or hint may not be detected by assistive technologies. Therefore, developers should provide off-screen text in the `label` element of the form field or provide a `title`

https://www.webaccessibility.com/results/?url=https%3A%2F%2Fmethodscript.com%2Fdocs%2F3.3.4%2Findex.html

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。