From b74c4bfb8bcf322e1331bad40ff89fec165c1bff Mon Sep 17 00:00:00 2001 From: Masafumi NAKANE Date: Thu, 26 Sep 2024 11:07:12 +0900 Subject: [PATCH 1/7] =?UTF-8?q?SC=202.5.1=E3=81=AB=E5=AF=BE=E5=BF=9C?= =?UTF-8?q?=E3=81=99=E3=82=8B=E3=83=A2=E3=83=90=E3=82=A4=E3=83=AB=E5=90=91?= =?UTF-8?q?=E3=81=91=E3=81=AE=E3=82=AC=E3=82=A4=E3=83=89=E3=83=A9=E3=82=A4?= =?UTF-8?q?=E3=83=B3=20gl-input-device-mobile-standard-gestures=20?= =?UTF-8?q?=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mobile-standard-gestures.yaml | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 data/yaml/gl/input_device/mobile-standard-gestures.yaml diff --git a/data/yaml/gl/input_device/mobile-standard-gestures.yaml b/data/yaml/gl/input_device/mobile-standard-gestures.yaml new file mode 100644 index 0000000..1ee33d5 --- /dev/null +++ b/data/yaml/gl/input_device/mobile-standard-gestures.yaml @@ -0,0 +1,24 @@ +id: gl-input-device-mobile-standard-gestures +sortKey: 1303 +category: input_device +title: + ja: モバイルOS標準のジェスチャーによる操作 + en: Operation by Mobile OS Standard Gestures +platform: +- mobile +guideline: + ja: |- + モバイル・アプリケーションにおいて、そのアプリケーション固有の独自ジェスチャーを用いなければ利用できないような機能がなく、すべての機能はOS標準のジェスチャーによって操作できる。 + en: |- + In mobile applications, there are no functions that cannot be used without using application-specific unique gestures, and all functions can be operated by OS standard gestures. +sc: +- 2.5.1 +intent: + ja: |- + OSの標準ではないタッチ・ジェスチャーを使うことが難しい上肢不自由者や視覚障害者が、コンテンツを利用できるようにする。 + en: |- + Ensure that users with upper limb disabilities or visual impairments who find it difficult to use touch gestures that are not standard in the OS can use content. +checks: +- '0154' +info: +- exp-mobile-a11y-basics From 92f8db8617d042401fa6070dd7ee4181babe7cb3 Mon Sep 17 00:00:00 2001 From: Masafumi NAKANE Date: Thu, 26 Sep 2024 11:08:27 +0900 Subject: [PATCH 2/7] =?UTF-8?q?gl-input-device-mobile-standard-gestures?= =?UTF-8?q?=E3=81=AB=E5=AF=BE=E5=BF=9C=E3=81=99=E3=82=8B=E3=83=87=E3=82=B6?= =?UTF-8?q?=E3=82=A4=E3=83=B3=E6=99=82=E3=83=81=E3=82=A7=E3=83=83=E3=82=AF?= =?UTF-8?q?=200154=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/yaml/checks/design/0154.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 data/yaml/checks/design/0154.yaml diff --git a/data/yaml/checks/design/0154.yaml b/data/yaml/checks/design/0154.yaml new file mode 100644 index 0000000..bb36391 --- /dev/null +++ b/data/yaml/checks/design/0154.yaml @@ -0,0 +1,11 @@ +id: '0154' +sortKey: 100910 +severity: critical +target: design +platform: +- mobile +check: + ja: |- + アプリケーション固有の独自ジェスチャーを用いなければ利用できないような機能が設計資料に存在しない。 + en: |- + There are no functions in the design documents that cannot be used without using application-specific unique gestures. From baac4becd4760588c2b329bb0b20cd583f4ee090 Mon Sep 17 00:00:00 2001 From: Masafumi NAKANE Date: Thu, 26 Sep 2024 11:27:15 +0900 Subject: [PATCH 3/7] =?UTF-8?q?exp-mobile-a11y-basics=E3=82=92=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../support-mobile-assistive-tech.yaml | 2 + en/source/explanations/index.rst | 1 + en/source/explanations/mobile-a11y-basics.rst | 55 ++++++++++++++++++ ja/source/explanations/index.rst | 1 + ja/source/explanations/mobile-a11y-basics.rst | 58 +++++++++++++++++++ 5 files changed, 117 insertions(+) create mode 100644 en/source/explanations/mobile-a11y-basics.rst create mode 100644 ja/source/explanations/mobile-a11y-basics.rst diff --git a/data/yaml/gl/input_device/support-mobile-assistive-tech.yaml b/data/yaml/gl/input_device/support-mobile-assistive-tech.yaml index 0f53e2a..fad1d0e 100644 --- a/data/yaml/gl/input_device/support-mobile-assistive-tech.yaml +++ b/data/yaml/gl/input_device/support-mobile-assistive-tech.yaml @@ -38,3 +38,5 @@ checks: - '0172' - '0581' - '0586' +info: +- exp-mobile-a11y-basics diff --git a/en/source/explanations/index.rst b/en/source/explanations/index.rst index 2b06f8d..beed5b2 100644 --- a/en/source/explanations/index.rst +++ b/en/source/explanations/index.rst @@ -34,6 +34,7 @@ Supplementary Information color-only grayscale keyboard-notrap + mobile-a11y-basics input_device-various tab-order-check multimedia-perceivable diff --git a/en/source/explanations/mobile-a11y-basics.rst b/en/source/explanations/mobile-a11y-basics.rst new file mode 100644 index 0000000..0fb5b09 --- /dev/null +++ b/en/source/explanations/mobile-a11y-basics.rst @@ -0,0 +1,55 @@ +.. _exp-mobile-a11y-basics: + +######################################################## +Basic Principles of Accessibility in Mobile Applications +######################################################## + +When creating an accessible mobile application, many aspects, such as methods of presenting information, can follow the same principles as Web accessibility. +This section explains the basic principles specific to mobile application accessibility. + +*************************************************** +Avoid Creating Application-Specific Custom Gestures +*************************************************** + +To ensure that users who rely on assistive technologies, such as screen readers or switch interfaces, can operate a mobile application, all features of the application must be accessible through the standard gestures provided by the mobile OS. +Standard gestures are designed with accessibility in mind, and corresponding methods of operation are defined when assistive technologies are in use. +For example, a standard tap gesture can be executed with a double tap when a screen reader is in use. +As such, standard gestures have high compatibility with assistive technologies, ensuring that all users can interact with the application without frustration. + +On the other hand, custom gestures implemented within the application may not be recognized correctly by assistive technologies and may not work in certain usage environments. +Furthermore, users must learn and master such gestures, making the application less user-friendly. + +Therefore, all features offered by the application must be accessible using standard mobile OS gestures. +While there is no problem in offering custom gestures themselves, functions that depend solely on such gestures for use should not be created. + +Standard Gestures for User Interaction +====================================== + +The standard gestures provided by mobile OSs are extensive, with many available methods of interaction, but most users do not know all of them. Therefore, when considering accessibility, it is important to design the interface around simple and intuitive interactions. + +In particular, when a screen reader is enabled, it is recommended to design the application so that all information can be accessed and all functions can be executed using only basic gestures, such as a one-finger left/right flick and a one-finger double tap. This approach allows users to operate the application smoothly without needing to learn additional or complex gestures. + +Additionally, in situations where the screen reader is disabled, it is safe to base interactions on gestures that most users are already familiar with, such as taps and long presses. This not only makes the application easier to use for non-assistive technology users, but also often leads to improved accessibility when assistive technologies are in use. These simple interactions can be easily recognized by assistive technologies, maintaining consistency in user experience, which ultimately contributes to overall accessibility improvements. + +Of course, there is no issue with using other standard gestures as well. However, it is important to share a clear understanding within the development team of which gestures will be supported, and to ensure consistency in UI design. A lack of consistency in the UI can lead to confusion, especially for users relying on assistive technologies or those unfamiliar with gestures. + +**************************************** +Ensure Compatibility with Screen Readers +**************************************** + +Ensuring that all functions can be operated without issues using a screen reader is a critical aspect of mobile application accessibility. +This is because making the application accessible to screen reader users generally makes it easier to operate for users of many other assistive technologies as well. + +For example, if components can be correctly focused using a screen reader, users of switch interfaces will also be able to access those components easily. +Similarly, if all interface elements on the screen are read out correctly by the screen reader, users who rely on voice recognition to operate the application will also be able to specify those components and give the necessary commands. + +********************************** +When Custom Gestures Are Essential +********************************** + +There are cases where the use of custom gestures is essential, such as when requiring a handwritten signature. +However, even in such cases, it is important to first consider whether there are alternative ways to achieve the same purpose without relying on such implementations. + +If custom gestures remain indispensable, it is necessary to implement them in a way that ensures they can still be operated smoothly when assistive technologies are in use. + +.. include:: /inc/info2gl/exp-mobile-a11y-basics.rst diff --git a/ja/source/explanations/index.rst b/ja/source/explanations/index.rst index 8f475ac..40bfbc3 100644 --- a/ja/source/explanations/index.rst +++ b/ja/source/explanations/index.rst @@ -34,6 +34,7 @@ color-only grayscale keyboard-notrap + mobile-a11y-basics input_device-various tab-order-check multimedia-perceivable diff --git a/ja/source/explanations/mobile-a11y-basics.rst b/ja/source/explanations/mobile-a11y-basics.rst new file mode 100644 index 0000000..ae2f2c0 --- /dev/null +++ b/ja/source/explanations/mobile-a11y-basics.rst @@ -0,0 +1,58 @@ +.. _exp-mobile-a11y-basics: + +############################################################## +モバイル・アプリケーションのアクセシビリティーに関する基本事項 +############################################################## + +アクセシビリティーが高いモバイル・アプリケーションを実現する上でも、情報の表現方法など多くの部分はWebと同様の考え方を適用することができます。 +ここでは、モバイル・アプリケーション固有のアクセシビリティーに関する基本事項について説明します。 + +************************************************ +アプリケーション固有の独自ジェスチャーを作らない +************************************************ + +スクリーン・リーダーやスイッチ・インターフェースなど、さまざまな支援技術を使用しているユーザーがモバイルアプリケーションを操作できるようにするためには、アプリケーションが提供するすべての機能をモバイルOSの標準ジェスチャーによって利用できるようにする必要があります。 +標準ジェスチャーは、アクセシビリティーを考慮して設計されており、支援技術を使用した際には、対応する操作方法が定められています。 +たとえば、標準的なタップのジェスチャーは、スクリーン・リーダー使用時にはダブルタップによって実行可能です。 +このように、標準ジェスチャーは支援技術との互換性が非常に高く、あらゆるユーザーがストレスなくアプリケーションを利用できるよう配慮されています。 + +一方、アプリケーションが独自に実装したジェスチャーは、支援技術によって正しく認識されない場合があり、利用環境によっては実行できない場合があります。 +また、ユーザーがそのジェスチャーを学習・習得する必要があるため、ユーザーにとって利用しにくい場合もあります。 + +したがって、アプリケーションが提供するすべての機能は、モバイルOSの標準ジェスチャーを使って利用可能であることが必須です。 +独自ジェスチャーを提供すること自体に問題はありませんが、そのジェスチャーに依存しなければ使えない機能は作るべきではありません。 + +使用する標準ジェスチャー +======================== + +モバイルOSの標準ジェスチャーは非常に豊富で、多くの操作方法が存在しますが、ほとんどのユーザーはそのすべてを熟知しているわけではありません。そのため、アクセシビリティーを考慮する際には、なるべくシンプルで直感的な操作をベースに設計することが重要です。 + +特にスクリーン・リーダーが有効な場合は、1本指による左右方向へのフリックと1本指によるダブルタップといった基本的なジェスチャーだけしか使わなくても、すべての情報にアクセスでき、すべての機能が実行できるように設計することが推奨されます。これにより、ユーザーが追加の学習や複雑な操作を必要とせず、スムースにアプリケーションを使用できます。 + +また、スクリーン・リーダーが無効な場合においては、タップや長押しといったほとんどのユーザーが既に知っているジェスチャーを前提とすることで、支援技術を使用していないユーザーにも使いやすくなるだけでなく、結果的に支援技術利用時のアクセシビリティーを高めることにもつながります。これらのシンプルな操作は、支援技術によっても問題なく認識され、操作感に一貫性を持たせることができるため、アクセシビリティー全体の向上に寄与します。 + +もちろん、これら以外の標準ジェスチャーを用いることに問題はありません。しかし、開発チーム内で「どのジェスチャーを使えるようにするか」という前提を共有し、一貫性を保ったUI設計を行うことが大切です。一貫性がないUIは、支援技術を利用しているユーザーやジェスチャーに慣れていないユーザーの混乱を招くことにつながります。 + +****************************************** +スクリーン・リーダーで利用できるようにする +****************************************** + +すべての機能がスクリーン・リーダーを使用して問題なく操作できるようにすることは、モバイル・アプリケーションのアクセシビリティーにおいて非常に重要です。 +これは、スクリーン・リーダーで適切に利用できるようにしておくことで、他の多くの支援技術でも同様に操作しやすくなる可能性が高いためです。 + +たとえば、スクリーン・リーダーでコンポーネントに正しくフォーカスが当たるようになっていれば、スイッチ・インターフェースのユーザーも同じくそのコンポーネントに簡単にアクセスできます。 +また、画面上のすべてのインターフェース要素がスクリーン・リーダーで正確に読み上げられるようになっていれば、音声認識による操作を行うユーザーも、そのコンポーネントを指定して、必要な操作を指示できるようになります。 + +****************************** +独自ジェスチャーが不可欠な場合 +****************************** + +たとえば自筆の署名を求めるような場合など、独自のジェスチャーの利用が不可欠な場合もあります。 +ただ、そのような場合も、まずはそもそもその機能の目的を達成するための手段として、そのような実装以外に実現手段がないのかを検討することが重要です。 + +それでもなお独自ジェスチャーが不可欠な場合は、支援技術が利用されている場合にも問題無く操作できるような実装の工夫が必要です。 + +.. include:: /inc/info2gl/exp-mobile-a11y-basics.rst + +.. translated:: true + From c72ea548fa7d8044d9093d0c3e135ebb5fdf1984 Mon Sep 17 00:00:00 2001 From: Masafumi NAKANE Date: Thu, 26 Sep 2024 12:27:16 +0900 Subject: [PATCH 4/7] =?UTF-8?q?=E3=83=81=E3=82=A7=E3=83=83=E3=82=AF?= =?UTF-8?q?=E3=83=AA=E3=82=B9=E3=83=88V5.1.0=E3=81=AE=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=83=85=E5=A0=B1=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/source/checks/checksheet.rst | 7 ++++++- ja/source/checks/checksheet.rst | 5 +++++ version.py | 4 ++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/en/source/checks/checksheet.rst b/en/source/checks/checksheet.rst index 3231384..aae7e33 100644 --- a/en/source/checks/checksheet.rst +++ b/en/source/checks/checksheet.rst @@ -42,10 +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.1.0 (September 26, 2024) +=========================== + +* Added checklist item for the new guideline, Input Device: :ref:`gl-input-device-mobile-standard-gestures` corresponding to the design target: :ref:`check-0154` + V5.0.2 (August 19, 2024) ======================== -* :ref:`check-0411` のチェック方法の例に、読み上げられる内容の適切さの確認を明示 +* Explicitly state the method to check the appropriateness of the content being read aloud in the example of :ref:`check-0411`. V5.0.1 (August 16, 2024) ======================== diff --git a/ja/source/checks/checksheet.rst b/ja/source/checks/checksheet.rst index a6a075c..42e0a36 100644 --- a/ja/source/checks/checksheet.rst +++ b/ja/source/checks/checksheet.rst @@ -37,6 +37,11 @@ V3.0.0以降、バージョン番号は、メジャー・バージョン番号 アクセシビリティー・チェック・リスト更新履歴 ******************************************** +V5.1.0 (2024年9月26日) +====================== + +* 新ガイドライン項目、入力ディバイス: :ref:`gl-input-device-mobile-standard-gestures` に対応するデザイン対象のチェック内容を追加: :ref:`check-0154` + V5.0.2 (2024年8月19日) ====================== diff --git a/version.py b/version.py index 43db825..53933ad 100644 --- a/version.py +++ b/version.py @@ -1,4 +1,4 @@ guidelines_version = 'Ver. 202408.0' -checksheet_version = '5.0.2' -checksheet_date = '2024-08-19' +checksheet_version = '5.1.0' +checksheet_date = '2024-09-26' publishedDate = '2024-08-20' From 21fb0e7f8caeecbba6bfb7cdc11eec37a7b0f907 Mon Sep 17 00:00:00 2001 From: Masafumi NAKANE Date: Thu, 26 Sep 2024 12:28:02 +0900 Subject: [PATCH 5/7] =?UTF-8?q?=E3=82=AC=E3=82=A4=E3=83=89=E3=83=A9?= =?UTF-8?q?=E3=82=A4=E3=83=B3=E5=A4=89=E6=9B=B4=E5=B1=A5=E6=AD=B4=E3=81=AE?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/source/intro/history.rst | 7 +++++++ ja/source/intro/history.rst | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/en/source/intro/history.rst b/en/source/intro/history.rst index 1ae18bd..e81a2e6 100644 --- a/en/source/intro/history.rst +++ b/en/source/intro/history.rst @@ -12,6 +12,13 @@ For the changes to the original Japanese version, please refer to the `Japanese Changes After the Latest release ================================ + * Added a new guideline for mobile applications corresponding to WCAG 2.1 Success Criterion 2.5.1 and related explanations: + + - Input Device: :ref:`gl-input-device-mobile-standard-gestures` + - :ref:`exp-mobile-a11y-basics` + + * Updated the accessibility checklist to V5.1.0 + `Ver. 202408.0 (Aug 20, 2024) `__ ============================================================================================= diff --git a/ja/source/intro/history.rst b/ja/source/intro/history.rst index e45d813..9a5daff 100644 --- a/ja/source/intro/history.rst +++ b/ja/source/intro/history.rst @@ -11,6 +11,12 @@ Ver. 202205.0以降、チェック内容に関連する更新情報は :ref:`che 最新リリース以降の変更点 ======================== + * WCAG 2.1の達成基準2.5.1に対応するモバイル・アプリケーションを対象としたガイドライン項目と関連する解説を追加: + + - 入力ディバイス: :ref:`gl-input-device-mobile-standard-gestures` + - :ref:`exp-mobile-a11y-basics` + + * アクセシビリティー・チェック・リストをV5.1.0に更新 .. include:: ChangeLog/2024/202408.0.rst .. include:: ChangeLog/2024/202405.0.rst From 42d63075037257b9afaf55ec550100185fd25b2f Mon Sep 17 00:00:00 2001 From: Masafumi NAKANE Date: Thu, 26 Sep 2024 12:33:05 +0900 Subject: [PATCH 6/7] npm update --- package-lock.json | 88 +++++++++++++++++++++++------------------------ package.json | 4 +-- 2 files changed, 46 insertions(+), 46 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3ab49b9..7294608 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,8 +15,8 @@ "@textlint-ja/textlint-rule-no-synonyms": "^1.3.0", "ajv": "^8.17.1", "ajv-cli": "^5.0.0", - "husky": "^9.1.4", - "lint-staged": "^15.2.9", + "husky": "^9.1.6", + "lint-staged": "^15.2.10", "sudachi-synonyms-dictionary": "^14.0.0", "textlint": "^14.2.0", "textlint-filter-rule-allowlist": "^4.0.0", @@ -68,13 +68,13 @@ } }, "node_modules/@babel/parser": { - "version": "7.25.3", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.3.tgz", - "integrity": "sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==", + "version": "7.25.6", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.6.tgz", + "integrity": "sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==", "dev": true, "license": "MIT", "dependencies": { - "@babel/types": "^7.25.2" + "@babel/types": "^7.25.6" }, "bin": { "parser": "bin/babel-parser.js" @@ -84,9 +84,9 @@ } }, "node_modules/@babel/types": { - "version": "7.25.2", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.2.tgz", - "integrity": "sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==", + "version": "7.25.6", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.6.tgz", + "integrity": "sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==", "dev": true, "license": "MIT", "dependencies": { @@ -691,9 +691,9 @@ } }, "node_modules/ansi-regex": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", - "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", + "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", "dev": true, "license": "MIT", "engines": { @@ -1125,13 +1125,13 @@ } }, "node_modules/debug": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz", - "integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==", + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", + "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", "dev": true, "license": "MIT", "dependencies": { - "ms": "2.1.2" + "ms": "^2.1.3" }, "engines": { "node": ">=6.0" @@ -1224,9 +1224,9 @@ "license": "MIT" }, "node_modules/emoji-regex": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz", - "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==", + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.4.0.tgz", + "integrity": "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==", "dev": true, "license": "MIT" }, @@ -1905,9 +1905,9 @@ } }, "node_modules/husky": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.4.tgz", - "integrity": "sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA==", + "version": "9.1.6", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.6.tgz", + "integrity": "sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==", "dev": true, "license": "MIT", "bin": { @@ -2068,9 +2068,9 @@ } }, "node_modules/is-core-module": { - "version": "2.15.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.0.tgz", - "integrity": "sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==", + "version": "2.15.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz", + "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==", "dev": true, "license": "MIT", "dependencies": { @@ -2524,9 +2524,9 @@ } }, "node_modules/lint-staged": { - "version": "15.2.9", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.9.tgz", - "integrity": "sha512-BZAt8Lk3sEnxw7tfxM7jeZlPRuT4M68O0/CwZhhaw6eeWu0Lz5eERE3m386InivXB64fp/mDID452h48tvKlRQ==", + "version": "15.2.10", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.10.tgz", + "integrity": "sha512-5dY5t743e1byO19P9I4b3x8HJwalIznL5E1FWYnU6OWw33KxNBSLAc6Cy7F2PsFEO8FKnLwjwm5hx7aMF0jzZg==", "dev": true, "license": "MIT", "dependencies": { @@ -2536,7 +2536,7 @@ "execa": "~8.0.1", "lilconfig": "~3.1.2", "listr2": "~8.2.4", - "micromatch": "~4.0.7", + "micromatch": "~4.0.8", "pidtree": "~0.6.0", "string-argv": "~0.3.2", "yaml": "~2.5.0" @@ -3055,9 +3055,9 @@ } }, "node_modules/micromatch": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz", - "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", "dev": true, "license": "MIT", "dependencies": { @@ -3168,9 +3168,9 @@ } }, "node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "dev": true, "license": "MIT" }, @@ -4118,9 +4118,9 @@ } }, "node_modules/spdx-license-ids": { - "version": "3.0.18", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.18.tgz", - "integrity": "sha512-xxRs31BqRYHwiMzudOrpSiHtZ8i/GeionCBDSilhYRj+9gIcI8wCZTlXZKu9vZIVqViP3dcp9qE5G6AlIaD+TQ==", + "version": "3.0.20", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.20.tgz", + "integrity": "sha512-jg25NiDV/1fLtSgEgyvVyDunvaNHbuwF9lfNV17gSmPFAlYzdfNBlLtLzXTevwkPj7DhGbmN9VnmJIgLnhvaBw==", "dev": true, "license": "CC0-1.0" }, @@ -4843,9 +4843,9 @@ } }, "node_modules/traverse": { - "version": "0.6.9", - "resolved": "https://registry.npmjs.org/traverse/-/traverse-0.6.9.tgz", - "integrity": "sha512-7bBrcF+/LQzSgFmT0X5YclVqQxtv7TDJ1f8Wj7ibBu/U6BMLeOpUxuZjV7rMc44UtKxlnMFigdhFAIszSX1DMg==", + "version": "0.6.10", + "resolved": "https://registry.npmjs.org/traverse/-/traverse-0.6.10.tgz", + "integrity": "sha512-hN4uFRxbK+PX56DxYiGHsTn2dME3TVr9vbNqlQGcGcPhJAn+tdP126iA+TArMpI4YSgnTkMWyoLl5bf81Hi5TA==", "dev": true, "license": "MIT", "dependencies": { @@ -5381,9 +5381,9 @@ } }, "node_modules/yaml": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.5.0.tgz", - "integrity": "sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==", + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.5.1.tgz", + "integrity": "sha512-bLQOjaX/ADgQ20isPJRvF0iRUHIxVhYvr53Of7wGcWlO2jvtUlH5m87DsmulFVxRpNLOnI4tB6p/oh8D7kpn9Q==", "dev": true, "license": "ISC", "bin": { diff --git a/package.json b/package.json index aaa7cdf..ef25299 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,8 @@ "@textlint-ja/textlint-rule-no-synonyms": "^1.3.0", "ajv": "^8.17.1", "ajv-cli": "^5.0.0", - "husky": "^9.1.4", - "lint-staged": "^15.2.9", + "husky": "^9.1.6", + "lint-staged": "^15.2.10", "sudachi-synonyms-dictionary": "^14.0.0", "textlint": "^14.2.0", "textlint-filter-rule-allowlist": "^4.0.0", From f5de0be3f7447c0905e572e2749dad02ab8ff9ef Mon Sep 17 00:00:00 2001 From: Masafumi NAKANE Date: Thu, 26 Sep 2024 16:28:22 +0900 Subject: [PATCH 7/7] =?UTF-8?q?Ver.=20202409.0=20(2024-09-26)=20=E3=83=AA?= =?UTF-8?q?=E3=83=AA=E3=83=BC=E3=82=B9=E6=BA=96=E5=82=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/source/intro/history.rst | 11 +++++++---- ja/source/intro/ChangeLog/2024/202409.0.rst | 13 +++++++++++++ ja/source/intro/history.rst | 8 +------- version.py | 4 ++-- 4 files changed, 23 insertions(+), 13 deletions(-) create mode 100644 ja/source/intro/ChangeLog/2024/202409.0.rst diff --git a/en/source/intro/history.rst b/en/source/intro/history.rst index e81a2e6..95ad62a 100644 --- a/en/source/intro/history.rst +++ b/en/source/intro/history.rst @@ -12,12 +12,15 @@ For the changes to the original Japanese version, please refer to the `Japanese Changes After the Latest release ================================ - * Added a new guideline for mobile applications corresponding to WCAG 2.1 Success Criterion 2.5.1 and related explanations: +`Ver. 202409.0 (Sep 26, 2024) `__ +============================================================================================= + +* Added a new guideline for mobile applications corresponding to WCAG 2.1 Success Criterion 2.5.1 and related explanations: - - Input Device: :ref:`gl-input-device-mobile-standard-gestures` - - :ref:`exp-mobile-a11y-basics` + - Input Device: :ref:`gl-input-device-mobile-standard-gestures` + - :ref:`exp-mobile-a11y-basics` - * Updated the accessibility checklist to V5.1.0 +* Updated the accessibility checklist to V5.1.0 `Ver. 202408.0 (Aug 20, 2024) `__ ============================================================================================= diff --git a/ja/source/intro/ChangeLog/2024/202409.0.rst b/ja/source/intro/ChangeLog/2024/202409.0.rst new file mode 100644 index 0000000..cf90cc0 --- /dev/null +++ b/ja/source/intro/ChangeLog/2024/202409.0.rst @@ -0,0 +1,13 @@ +.. _ver-202409-0: + +********************************************************************************************** +`Ver. 202409.0 (2024年9月26日) `__ +********************************************************************************************** + +* WCAG 2.1の達成基準2.5.1に対応するモバイル・アプリケーションを対象としたガイドライン項目と関連する解説を追加: + + - 入力ディバイス: :ref:`gl-input-device-mobile-standard-gestures` + - :ref:`exp-mobile-a11y-basics` + +* アクセシビリティー・チェック・リストをV5.1.0に更新 + diff --git a/ja/source/intro/history.rst b/ja/source/intro/history.rst index 9a5daff..a8464d0 100644 --- a/ja/source/intro/history.rst +++ b/ja/source/intro/history.rst @@ -11,13 +11,7 @@ Ver. 202205.0以降、チェック内容に関連する更新情報は :ref:`che 最新リリース以降の変更点 ======================== - * WCAG 2.1の達成基準2.5.1に対応するモバイル・アプリケーションを対象としたガイドライン項目と関連する解説を追加: - - - 入力ディバイス: :ref:`gl-input-device-mobile-standard-gestures` - - :ref:`exp-mobile-a11y-basics` - - * アクセシビリティー・チェック・リストをV5.1.0に更新 - +.. include:: ChangeLog/2024/202409.0.rst .. include:: ChangeLog/2024/202408.0.rst .. include:: ChangeLog/2024/202405.0.rst .. include:: ChangeLog/2024/202404.0.rst diff --git a/version.py b/version.py index 53933ad..3df50be 100644 --- a/version.py +++ b/version.py @@ -1,4 +1,4 @@ -guidelines_version = 'Ver. 202408.0' +guidelines_version = 'Ver. 202409.0' checksheet_version = '5.1.0' checksheet_date = '2024-09-26' -publishedDate = '2024-08-20' +publishedDate = '2024-09-26'