-
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
Merged
Merged
0091-01 / C13のテストを追加 #252
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
5eb458a
C12 事例1のテストケース、テストコードを作成
akiyamaa-cnt b998d10
C12 事例1のテストケースの期待される結果とCSS表記を調整 #251
akiyamaa-cnt 0492ff2
C12 事例1のテストコードのインデント調整 #251
akiyamaa-cnt 447ec28
Merge branch 'master' into add-test-0091-01
akiyamaa-cnt 77915ec
C12 事例1のテストケースの達成基準と達成方法の区切りをカンマに変更。視覚閲覧環境の期待される結果を調整。 #251
akiyamaa-cnt 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,66 @@ | ||
# テスト 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; | ||
} | ||
``` | ||
|
||
# テスト手順 (視覚閲覧環境) | ||
|
||
ズーム機能ではなく、ブラウザの文字サイズ変更機能を用いて、文字サイズのみを拡大する | ||
|
||
# 期待される結果 (視覚閲覧環境) | ||
|
||
h1 要素の行頭にある「ユーザー」と、p 要素の行末にある「非常に」が周囲のテキストよりも大きく表示されることを確認する。 | ||
Comment on lines
+43
to
+45
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 要素 |
Oops, something went wrong.
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.
区切りをカンマに変更。
#252 (review)