-
Notifications
You must be signed in to change notification settings - Fork 4
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
0091-01 / C13のテストを追加 #252
Open
akiyamaa-cnt
wants to merge
3
commits into
master
Choose a base branch
from
add-test-0091-01
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
0091-01 / C13のテストを追加 #252
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!DOCTYPE html> | ||
<html lang="ja"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>WAIC-CODE-0091-01</title> | ||
<meta name="copyright" content="This document is licensed under a Creative Commons 4.0"> | ||
<link rel="license" href="https://creativecommons.org/licenses/by/4.0/"> | ||
<meta name="author" content="ウェブアクセシビリティ基盤委員会(WAIC)"> | ||
<style> | ||
strong { | ||
font-size: larger; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
|
||
<h1><img src="https://waic.jp/wp-content/themes/waic/images/mark.png" alt="WAICロゴマーク" width="50" height="50"><strong>ユーザー</strong>がテキストサイズを制御できるようにする</h1> | ||
<p>どのサイズのテキストが自分に適しているかはユーザーのみが知ることができるので、 | ||
テキストサイズを設定できるようにすることが<strong>非常に</strong>重要です。</p> | ||
|
||
</body> | ||
</html> |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
# テスト ID | ||
|
||
WAIC-TEST-0091-01 | ||
|
||
# テストのタイトル | ||
|
||
CSS によるフォントサイズのキーワード指定 | ||
|
||
# テストの目的 | ||
|
||
strong 要素にキーワードでフォントサイズを指定した場合、親要素のフォントサイズに基づいて他のテキストより大きく表示されるかを確認 | ||
|
||
# テストの対象となる達成基準 | ||
|
||
1.4.4 | ||
1.4.5(参考) | ||
1.4.8 | ||
1.4.9(参考) | ||
|
||
# 関連する達成方法 (複数) | ||
|
||
C12 | ||
C13 | ||
C14 | ||
|
||
# テストコード (テストファイルへのリンク) | ||
|
||
[WAIC-CODE-0091-01](https://waic.github.io/as_test/WAIC-CODE/WAIC-CODE-0091-01.html) | ||
|
||
# テストコードのソース (抜粋) | ||
|
||
```HTML | ||
<h1><img src="https://waic.jp/wp-content/themes/waic/images/mark.png" alt="WAICロゴマーク" width="50" height="50"><strong>ユーザー</strong>がテキストサイズを制御できるようにする</h1> | ||
<p>どのサイズのテキストが自分に適しているかはユーザーのみが知ることができるので、 | ||
テキストサイズを設定できるようにすることが<strong>非常に</strong>重要です。</p> | ||
``` | ||
|
||
```CSS | ||
strong { | ||
font-size: larger; | ||
} | ||
``` | ||
|
||
# テスト手順 (視覚閲覧環境) | ||
|
||
ズーム機能ではなく、ブラウザの文字サイズ変更機能を用いて、文字サイズのみを拡大する | ||
|
||
# 期待される結果 (視覚閲覧環境) | ||
|
||
キーワードでフォントサイズが指定されたstrong 要素について、次の 1. 〜 2. を全て満たすことを確認する。 | ||
|
||
1. h1 要素の行頭にある「ユーザー」と、p 要素の行末にある「非常に」が周囲のテキストよりも大きく表示される | ||
2. h1 要素の行頭にある「ユーザー」と、p 要素の行末にある「非常に」では、h1 要素の行頭にある「ユーザー」のほうが大きく表示される | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 条件を 1 のみにする |
||
|
||
|
||
# テスト実施時の注意点 (視覚閲覧環境) | ||
|
||
なし | ||
|
||
# テスト手順 (音声閲覧環境) | ||
|
||
テスト不要 | ||
|
||
# 期待される結果 (音声閲覧環境) | ||
|
||
なし | ||
|
||
# テスト実施時の注意点 (音声閲覧環境) | ||
|
||
なし | ||
|
||
# 関連する要素や属性 | ||
|
||
strong 要素 |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
箇条書きかカンマ区切りで。達成方法も同じ