現在地の明示のチェック (0841, 0861, 0862) を、ナビゲーションを担うコンポーネント全般を対象に見直し - #433
Open
ymrl wants to merge 1 commit into
Open
Conversation
- 現在地の表示・読み上げをチェックする対象を「グローバル・ナビゲー ションやパンくずリスト」に限定せず、「サイトやアプリケーション内 でのナビゲーションを担うコンポーネント」全般とするよう文言を変更 し、パンくずリストが無いことを理由にグローバル・ナビゲーションで の現在地表示が見逃されないようにした - チェックが不要な例外画面として、モーダル・ダイアログに加え、ウィ ザードなど特定の手順でのみ表示される画面、エラーページなど例外的 な場合にのみ表示される画面を明示 - 0861 は読み上げ確認の性質上、ナビゲーション用コンポーネントが存 在しない場合もチェック不要として残し、0841/0862 では存在確認自体 もチェック対象になるようその条件は含めない
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
「現在地の明示」ガイドライン (gl-page-location) 配下のチェック 0841, 0861, 0862 を見直し、以下の 2 点に対応しました。
変更内容
対象を「ナビゲーションを担うコンポーネント」全般に
各チェック本文と手順の文言を、「グローバル・ナビゲーションやパンくずリスト」に限定した表現から、「サイトやアプリケーション内でのナビゲーションを担うコンポーネント(グローバル・ナビゲーションやパンくずリストなど)」に変更しました。パンくずリストの有無だけで判断せず、グローバル・ナビゲーション等での現在地表示も評価対象になるようにしています。
除外条件を拡張
現在地の表示が不要な例外画面として、以下の 3 パターンをそれぞれの
content-00に明記しました。なお、「ナビゲーションを担うコンポーネントが存在しない」ケースの扱いは、チェックの性質に合わせて分けています。
0861-content-00に「コンポーネントが存在しない」を含めたままにする0851 は変更なし
check-0851 (コード) は
aria-current属性の付与を求めるチェックで、上記の見直しの影響を受けないためそのまま。動作確認
ajv validateで 3 ファイルすべてスキーマ検証済み