diff --git a/en/source/checks/checksheet.rst b/en/source/checks/checksheet.rst index 686d0de..85855d6 100644 --- a/en/source/checks/checksheet.rst +++ b/en/source/checks/checksheet.rst @@ -19,7 +19,7 @@ About the Version Number of the Accessibility Check List ******************************************************** For convenience, version numbers are provided for the accessibility check list. -As of the time of writing this document, the version is noted in cell A10 of the first sheet. +As of the time of writing this document, the version is noted in cell A24 of the first sheet. Starting from V3.0.0, version numbers consist of three digits separated by periods (.): major version number, minor version number, and revision number. For example, if the version number is 3.0.1, the major version number is 3, the minor version number is 0, and the revision number is 1. @@ -42,6 +42,15 @@ 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 `__. +V5.0.0 (August 2, 2024) +======================= + +* Reviewed the checklist items whose applicable stage is "Product" + + - For some items indicating check procedures, divided the description of check methods into multiple examples + - Added a mechanism to the Accessibility Check List to determine the check results by reflecting the state of the check results for each check method when multiple examples of check methods are provided + - Changed the posting order of checklist items in the Accessibility Check List to match how the checks are performed within freee K.K. + V4.3.7 (February 15, 2024) ========================== diff --git a/en/source/intro/history.rst b/en/source/intro/history.rst index b447cf4..ea71483 100644 --- a/en/source/intro/history.rst +++ b/en/source/intro/history.rst @@ -13,6 +13,8 @@ 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 + * Updating :ref:`intro-contributing` to reflect the current state + * Updated the Accessibility Check List to V5.0.0 `Ver. 202405.0 (May 14, 2024) `__ ============================================================================================= diff --git a/ja/source/checks/checksheet.rst b/ja/source/checks/checksheet.rst index fe59042..c411848 100644 --- a/ja/source/checks/checksheet.rst +++ b/ja/source/checks/checksheet.rst @@ -17,7 +17,7 @@ Google Drive上でこのスプレッドシートのコピーを作成してご ************************************************************ アクセシビリティー・チェック・リストには便宜上バージョン番号を記載しています。 -本稿執筆時点の最新版では、一枚目のシートのセルA10に記載しています。 +本稿執筆時点の最新版では、一枚目のシートのセルA24に記載しています。 V3.0.0以降、バージョン番号は、メジャー・バージョン番号、マイナー・バージョン番号、リビジョン番号の3つの数字をピリオド(.)で区切って記しています。 例えば、バージョン番号が3.0.1の場合、メジャー・バージョン番号が3、マイナー・バージョン番号が0、リビジョン番号が1です。 @@ -37,6 +37,15 @@ V3.0.0以降、バージョン番号は、メジャー・バージョン番号 アクセシビリティー・チェック・リスト更新履歴 ******************************************** +V5.0.0 (2024年8月2日) +===================== + +* 対象が「プロダクト」のチェック内容について見直し + + - チェック手順を示しているものの一部について、チェック方法の例を複数に分割して記述 + - 複数のチェック方法の例が示されている場合に、各チェック方法によるチェック結果の状態を反映してチェック結果を判定する仕組みを、アクセシビリティー・チェック・リストに追加 + - freee社内でのチェック実施状況に合わせて、各チェック内容のアクセシビリティー・チェック・リストへの掲出順序を変更 + V4.3.7 (2024年2月15日) ====================== diff --git a/ja/source/intro/history.rst b/ja/source/intro/history.rst index e927131..3f2c0f1 100644 --- a/ja/source/intro/history.rst +++ b/ja/source/intro/history.rst @@ -12,6 +12,8 @@ Ver. 202205.0以降、チェック内容に関連する更新情報は :ref:`che ======================== * :ref:`info-axe-rules` を2024年5月16日時点のaxe-coreのソースに基づいた内容に更新 + * :ref:`intro-contributing` を現状に合わせて更新 + * アクセシビリティー・チェック・リストをV5.0.0に更新 .. include:: ChangeLog/2024/202405.0.rst .. include:: ChangeLog/2024/202404.0.rst diff --git a/version.py b/version.py index 6974add..8f7b568 100644 --- a/version.py +++ b/version.py @@ -1,4 +1,4 @@ guidelines_version = 'Ver. 202405.0' -checksheet_version = '4.3.7' -checksheet_date = '2024-02-15' +checksheet_version = '5.0.0' +checksheet_date = '2024-08-02' publishedDate = '2024-05-14'