Skip to content

Commit

Permalink
Merge pull request #261 from ma10/revise-checks-20240819
Browse files Browse the repository at this point in the history
チェックリストのバージョンを5.0.2に更新
  • Loading branch information
ma10 authored Aug 19, 2024
2 parents bc6a154 + ba24277 commit ce6316c
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 12 deletions.
8 changes: 8 additions & 0 deletions data/yaml/checks/product/0411.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ conditions:
axe DevToolsで「 :ref:`axe-rule-button-name` 」という問題が出ないことを確認する。
en: |-
Confirm that the issue :ref:`axe-rule-button-name` is not reported by axe DevTools.
- type: simple
tool: misc
id: "0411-content-01"
procedure:
ja: |-
スクリーン・リーダーによって読み上げられる内容がアイコンの役割や状態を適切に表していることを確認する。
en: |-
Confirm that what is announced by the screen reader properly convey the role and the state of the icon.
- type: or
conditions:
- type: simple
Expand Down
16 changes: 8 additions & 8 deletions data/yaml/checks/product/0441.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ conditions:
Confirm that the issue :ref:`axe-rule-image-alt` is not reported by axe DevTools.
Note that this issue is not reported if any alternative text is specified for the image, and it is not possible to detect if the alternative text is inappropriate.
- type: simple
tool: misc
id: "0441-content-01"
procedure:
ja: |-
スクリーン・リーダーによって読み上げられる簡潔な説明および詳細な説明が画像の内容を適切に表していることを確認する。
en: |-
Confirm that brief and detailed descriptions announced by the screen reader properly convey the content of the image.
- type: or
conditions:
- type: simple
Expand Down Expand Up @@ -83,14 +91,6 @@ conditions:
- Detailed description is placed immediately before or after the image, and it is announced when using the :kbd:`VO` key and the left/right arrow keys to operate the VoiceOver cursor.
- Detailed description is announced when reading the image using the :kbd:`VO` key and the left/right arrow keys to operate the VoiceOver cursor.
- type: simple
tool: misc
id: "0441-content-01"
procedure:
ja: |-
スクリーン・リーダーによって読み上げられる簡潔な説明および詳細な説明が画像の内容を適切に表していることを確認する。
en: |-
Confirm that brief and detailed descriptions announced by the screen reader properly convey the content of the image.
- platform: ios
type: simple
tool: ios-vo
Expand Down
5 changes: 5 additions & 0 deletions en/source/checks/checksheet.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ Accessibility Check List Update History
Here, we list updates related to the English translation since the introduction of V4.3.7, when we began providing translations for all sheets.
For the changes to the original Japanese version, please refer to the `Japanese version of this page </checks/checksheet.html>`__.

V5.0.2 (August 19, 2024)
========================

* :ref:`check-0411` のチェック方法の例に、読み上げられる内容の適切さの確認を明示

V5.0.1 (August 16, 2024)
========================

Expand Down
2 changes: 1 addition & 1 deletion en/source/intro/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ For the changes to the original Japanese version, please refer to the `Japanese

* Updated :ref:`info-axe-rules` to be based on axe-core source as of May 16, 2024
* Updated :ref:`intro-contributing` to reflect the current state
* Updated the Accessibility Check List to V5.0.1
* Updated the Accessibility Check List to V5.0.2

`Ver. 202405.0 (May 14, 2024) <https://github.com/freee/a11y-guidelines/releases/202405.0>`__
=============================================================================================
Expand Down
5 changes: 5 additions & 0 deletions ja/source/checks/checksheet.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ V3.0.0以降、バージョン番号は、メジャー・バージョン番号
アクセシビリティー・チェック・リスト更新履歴
********************************************

V5.0.2 (2024年8月19日)
======================

* :ref:`check-0411` のチェック方法の例に、読み上げられる内容の適切さの確認を明示

V5.0.1 (2024年8月16日)
======================

Expand Down
2 changes: 1 addition & 1 deletion ja/source/intro/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Ver. 202205.0以降、チェック内容に関連する更新情報は :ref:`che

* :ref:`info-axe-rules` を2024年5月16日時点のaxe-coreのソースに基づいた内容に更新
* :ref:`intro-contributing` を現状に合わせて更新
* アクセシビリティー・チェック・リストをV5.0.1に更新
* アクセシビリティー・チェック・リストをV5.0.2に更新

.. include:: ChangeLog/2024/202405.0.rst
.. include:: ChangeLog/2024/202404.0.rst
Expand Down
4 changes: 2 additions & 2 deletions version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
guidelines_version = 'Ver. 202405.0'
checksheet_version = '5.0.1'
checksheet_date = '2024-08-16'
checksheet_version = '5.0.2'
checksheet_date = '2024-08-19'
publishedDate = '2024-05-14'

0 comments on commit ce6316c

Please sign in to comment.