Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ver. 202405.0 (2024-05-14) #248

Merged
merged 26 commits into from
May 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
3359ae1
currentのビルドでもja_jp.utf-8ロケール追加
ma10 Apr 23, 2024
8cfc8d1
参照するaxe-coreを2024-04-30時点のものに更新
ma10 Apr 30, 2024
ccd5f67
Merge pull request #239 from ma10/update-axe-core-20240430
ma10 Apr 30, 2024
1c969f8
/を含む数値の読み上げに関するFAQ追加
ma10 May 7, 2024
d052c4c
Merge pull request #240 from ma10/faq-numbers-with-slash-20240507
ma10 May 7, 2024
e90ffe5
FAQ記事中の日付の表示を修正
ma10 May 7, 2024
4775633
Merge pull request #241 from ma10/revise-faq-date-format-20240507
ma10 May 7, 2024
ed573e6
ページ先頭のh1でコピーされるリンクの調整
ma10 May 7, 2024
6ac98d4
Merge pull request #242 from ma10/adjust-copy-link-20240507
ma10 May 7, 2024
dd8e724
英語版のトップページの記述を修正
ma10 May 7, 2024
b22c3cd
checksheet.rstの英訳版追加
ma10 May 7, 2024
e36f0b1
/intro/history の英語版ページを追加
ma10 May 9, 2024
061abfd
Merge pull request #243 from ma10/en-fixup-cover-and-changelog-20240507
ma10 May 9, 2024
fa255d7
Typo fix
ma10 May 9, 2024
49805ee
現状に合わせて更新
ma10 May 13, 2024
dcd5444
exp-check-contrastの英訳追加
ma10 May 13, 2024
bbadf25
Merge pull request #244 from ma10/revise-contrast-check-20240509
ma10 May 13, 2024
1348d60
exp-contrastの英訳追加
ma10 May 13, 2024
228274b
Merge pull request #245 from ma10/translate-exp-contrast-20240513
ma10 May 13, 2024
740c880
typo fix
ma10 May 14, 2024
39bd88f
Ver. 202405.0更新情報追加
ma10 May 14, 2024
fe153c1
npm update
ma10 May 14, 2024
6038447
Ver. 202405.0 (2024-05-14) リリース準備
ma10 May 14, 2024
5294df1
Merge pull request #246 from ma10/release-202405.0
ma10 May 14, 2024
7197a34
axe-rules.rstに表示するタイムスタンプとバージョンについて、submoduleが指すcommitのものを取得するように変更
ma10 May 14, 2024
67b1398
Merge pull request #247 from ma10/improve-axe-core-repo-handling-2024…
ma10 May 14, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,11 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ap-northeast-1

- name: install ja_JP.UTF-8 locale
run: |
sudo locale-gen ja_JP.UTF-8
sudo update-locale LANG=ja_JP.UTF-8

- name: Install the Latest pip
run: python -m pip install --upgrade pip

Expand Down
45 changes: 45 additions & 0 deletions data/yaml/faq/p0006.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
id: p0006
sortKey: 70010
updated: '2024-05-07'
tags:
- screen-reader
title:
ja: スラッシュ(/)を含む数字はどのように読み上げられるべきか
en: How Should Numbers Containing a Slash (/) Be Read Aloud?
problem:
ja: |-
例えば "11/12" という数字について、11月12日なのか、全12ページ中の11ページ目なのか、12分の11なのかが分かるようにスクリーン・リーダーが読み上げるようにしたい。
en: |-
For instance, with the number "11/12", it should be clear from the screen reader's pronunciation whether it denotes November 12th, page 11 of 12, or 11 out of 12.
solution:
ja: |-
* 「11スラッシュ12」と読み上げられれば、対処は不要
* 想定している環境でそれ以外の読み上げられ方をする場合には、何らかの対処を検討する
en: |-
* If pronounced "11 slash 12", no further action is required.
* If it is pronounced differently in the intended environment, consider implementing a remedy.
explanation:
ja: |-
表示通り、「11スラッシュ12」と読み上げられれば、それがその文脈において何を意味するかはユーザーが判断できるはずですので、特に対処の必要はありません。
もし表示通りに読み上げられても判断することが難しい可能性があると感じる場合、それは画面表示を見ているユーザーにとっても判断が難しい可能性がありますから、そもそもそのような表記が妥当なのかを検討する必要があるでしょう。

ただし、スクリーン・リーダーによっては、「11月12日」や「12分の11」などと読み上げるものもあります。
主に想定する環境においてこのような読み上げがされる場合、ユーザーが混乱する可能性があるため、何らかの対処を検討することが望ましいでしょう。

以下に対処方法の例をいくつか示します。

* 「11 / 12」のようにスペースを入れることで、「11スラッシュ12」と読み上げられるようにする
* 「11月12日」など、読み上げられるべき形で表記する。この際画面に表示される文字列と読み上げられる文字列はなるべく一致させる。
en: |-
If pronounced exactly as "11 slash 12", users should be able to discern its significance in the context, thus requiring no specific action.
However, if it remains challenging to interpret even when read correctly, it might also be difficult for those viewing the screen to understand, necessitating a reevaluation of the notation used.

Note that some screen readers may read it aloud as "November 12th" or "eleven twelfths".
If this occurs in your primary environments, it could confuse users, prompting the need for a corrective measure.

Below are some strategies to address this:

* Add spaces around the slash in "11 / 12" to ensure it is read as "11 slash 12".
* Display it in a format conducive to the intended reading, like "November 12th". Aim to align the displayed text with the spoken text as closely as possible.
faqs:
- p0001
Loading
Loading