Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
31 changes: 31 additions & 0 deletions WAIC-CODE/WAIC-CODE-0093-01.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!DOCTYPE html>

<html lang="ja">
<head>
<meta charset="utf-8">
<title>WAIC-CODE-0093-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>

h1 {
font-size: 2em;
}
p, label, input {
font-size: 1em;
}
</style>
</head>
<body>

<h1><img src="https://waic.jp/wp-content/themes/waic/images/mark.png" alt="WAICロゴ" width="32" height="32">連絡先</h1>
<p><img src="https://waic.jp/wp-content/themes/waic/images/mark.png" alt="" width="16" height="16">必要事項をご記入の上、送信ボタンを押してださい。フォームの項目はすべて必須です。</p>
<label for="fname"><img src="https://waic.jp/wp-content/themes/waic/images/mark.png" alt="" width="16" height="16">性:</label><input type="text" name="fname" id="fname"><br>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

姓名の姓
以下、同様に直しましょう。

<label for="lname"><img src="https://waic.jp/wp-content/themes/waic/images/mark.png" alt="" width="16" height="16">名:</label><input type="text" name="lname" id="lname"><br>
<label for="phone"><img src="https://waic.jp/wp-content/themes/waic/images/mark.png" alt="" width="16" height="16">電話番号:</label><input type="text" name="phone" id="phone"><br>
<label for="email"><img src="https://waic.jp/wp-content/themes/waic/images/mark.png" alt="" width="16" height="16">メールアドレス:</label><input type="text" name="email" id="email"><br>
<img src="https://waic.jp/wp-content/themes/waic/images/mark.png" alt="" width="16" height="16"><input type="submit" name="Submit" value="送信" id="Submit">

</body>
</html>
69 changes: 69 additions & 0 deletions WAIC-TEST/HTML/WAIC-TEST-0093-01.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
# テスト ID

WAIC-TEST-0093-01

# テストのタイトル

テキストを含むコンタクトフォームの拡大縮小


# テストの目的

コンタクトフォーム(h1 要素、p 要素、label 要素、type="text" および type="submit" の input 要素)に em でフォントサイズを指定し、ブラウザの文字サイズ変更機能を用いて文字サイズを拡大した場合、テキストがより大きく表示されるかを確認

# テストの対象となる達成基準 (複数)

1.4.4

# 関連する達成方法 (複数)


# テストコード (テストファイルへのリンク)

[WAIC-CODE-0093-01](https://waic.github.io/as_test/WAIC-CODE/WAIC-CODE-0093-01.html)

# テストコードのソース (抜粋)

```HTML
<h1><img src="https://waic.jp/wp-content/themes/waic/images/mark.png" alt="WAICロゴ" width="30" height="30">連絡先</h1>
<p><img src="https://waic.jp/wp-content/themes/waic/images/mark.png" alt="" width="15" height="15">必要事項をご記入の上、送信ボタンを押してださい。フォームの項目はすべて必須です。</p>
<label for="fname"><img src="https://waic.jp/wp-content/themes/waic/images/mark.png" alt="" width="15" height="15">性:</label><input type="text" name="fname" id="fname"><br>
<label for="lname"><img src="https://waic.jp/wp-content/themes/waic/images/mark.png" alt="" width="15" height="15">名:</label><input type="text" name="lname" id="lname"><br>
<label for="phone"><img src="https://waic.jp/wp-content/themes/waic/images/mark.png" alt="" width="15" height="15">電話番号:</label><input type="text" name="phone" id="phone"><br>
<label for="email"><img src="https://waic.jp/wp-content/themes/waic/images/mark.png" alt="" width="15" height="15">メールアドレス:</label><input type="text" name="email" id="email"><br>
<img src="https://waic.jp/wp-content/themes/waic/images/mark.png" alt="" width="15" height="15"><input type="submit" name="Submit" value="送信" id="Submit">
```

```CSS
h1 {
font-size: 2em;
}
p, label, input {
font-size: 1em;
}
```

# テスト手順 (視覚閲覧環境)

1. 入力フォームの「性:」に任意のテキストを入力する
2. ズーム機能ではなく、ブラウザの文字サイズ変更機能を用いて、文字サイズのみを拡大する

# 期待される結果 (視覚閲覧環境)

h1 要素、p 要素、label 要素、type="text" および type="submit" の input 要素のテキストが、それぞれの行頭にある画像よりも大きく表示されることを確認する。

# テスト実施時の注意点 (視覚閲覧環境)

なし

# テスト手順 (音声閲覧環境)

テスト不要

# 期待される結果 (音声閲覧環境)

なし

# 関連する要素や属性

なし