Skip to content

Commit cbbb157

Browse files
authored
Merge pull request #1047 from waic/tech-links_202507/08
テクニック集の表紙の翻訳・リンクタイトルの置換(2025-07)
2 parents 0447a86 + 6b1a5e8 commit cbbb157

20 files changed

+94
-96
lines changed

techniques/aria/ARIA11.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ <h2>Related Techniques</h2>
238238
<li><a href="../general/G1">G1: Adding a link at the top of each page that goes directly to the main content area</a></li>
239239
<li><a href="../general/G124">G124: Adding links at the top of the page to each area of the content</a></li>
240240
<li><a href="../html/H69">H69: Providing heading elements at the beginning of each section of content</a></li>
241-
<li><a href="../html/H100">H100: Providing properly marked up email and password inputs</a></li>
241+
<li><a href="../html/H100">H100: 適切にマークアップされた電子メール及びパスワードの入力を提供する</a></li>
242242
<li><a href="../client-side-script/SCR28">SCR28: Using an expandable and collapsible menu to bypass block of content</a></li>
243243
</ul>
244244
</section>

techniques/css/C15.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ <h2>Related Techniques</h2>
202202
<li><a href="../general/G165">G165: Using the default focus indicator for the platform so that high visibility default focus indicators will carry over</a></li>
203203
<li><a href="../general/G195">G195: Using an author-supplied, visible focus indicator</a></li>
204204
<li><a href="../css/C40">C40: Creating a two-color focus indicator to ensure sufficient contrast with all components</a></li>
205-
<li><a href="../css/C45">C45: Using CSS :focus-visible to provide keyboard focus indication</a></li>
205+
<li><a href="../css/C45">C45: CSS :focus-visible を用いてキーボードフォーカス表示を提供する</a></li>
206206
</ul>
207207
</section>
208208
<section id="tests"><h2>Tests</h2>

techniques/css/C40.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ <h2>Related Techniques</h2>
167167
<li><a href="../general/G195">G195: Using an author-supplied, visible focus indicator</a></li>
168168
<li><a href="../css/C15">C15: Using CSS to change the presentation of a user interface component when it receives focus</a></li>
169169
<li><a href="../general/G165">G165: Using the default focus indicator for the platform so that high visibility default focus indicators will carry over</a></li>
170-
<li><a href="../css/C45">C45: Using CSS :focus-visible to provide keyboard focus indication</a></li>
170+
<li><a href="../css/C45">C45: CSS :focus-visible を用いてキーボードフォーカス表示を提供する</a></li>
171171
</ul>
172172
</section>
173173
<section id="tests">

techniques/failures/F96.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ <h3>Example 3: Input with a hidden label carrying text that differs from the inp
136136
<section id="related">
137137
<h2>Related Techniques</h2>
138138
<ul>
139-
<li><a href="../failures/F111">F111: Failure of Success Criteria 1.3.1, 2.5.3, and 4.1.2 due to a control with visible label text but no accessible name</a></li>
139+
<li><a href="../failures/F111">F111: 達成基準 1.3.12.5.3 及び 4.1.2 の失敗例 ― 可視のラベルはあるがアクセシブルな名前 (name) がないコントロール</a></li>
140140
<li><a href="../general/G131">G131: Providing descriptive labels</a></li>
141141
<li><a href="../aria/ARIA7">ARIA7: Using aria-labelledby for link purpose</a></li>
142142
<li><a href="../aria/ARIA8">ARIA8: Using aria-label for link purpose</a></li>

techniques/general/G165.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ <h2 class="box-h box-h-icon">About this Technique</h2>
108108
<li><a href="../css/C15">C15: Using CSS to change the presentation of a user interface component when it receives focus</a></li>
109109
<li><a href="../general/G195">G195: Using an author-supplied, visible focus indicator</a></li>
110110
<li><a href="../css/C40">C40: Creating a two-color focus indicator to ensure sufficient contrast with all components</a></li>
111-
<li><a href="../css/C45">C45: Using CSS :focus-visible to provide keyboard focus indication</a></li>
111+
<li><a href="../css/C45">C45: CSS :focus-visible を用いてキーボードフォーカス表示を提供する</a></li>
112112
</ul></section>
113113
<section id="tests"><h2>Tests</h2>
114114
<section class="procedure" id="procedure"><h3>Procedure</h3>

techniques/general/G195.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ <h3>Example 3: Menus</h3>
134134
<li><a href="../css/C15">C15: Using CSS to change the presentation of a user interface component when it receives focus</a></li>
135135
<li><a href="../client-side-script/SCR31">SCR31: Using script to change the background color or border of the element with focus</a></li>
136136
<li><a href="../css/C40">C40: Creating a two-color focus indicator to ensure sufficient contrast with all components</a></li>
137-
<li><a href="../css/C45">C45: Using CSS :focus-visible to provide keyboard focus indication</a></li>
137+
<li><a href="../css/C45">C45: CSS :focus-visible を用いてキーボードフォーカス表示を提供する</a></li>
138138
</ul></section>
139139
<section id="tests"><h2>Tests</h2>
140140
<section class="procedure" id="procedure"><h3>Procedure</h3>

techniques/general/G59.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h2 class="box-h box-h-icon">About this Technique</h2>
101101
<li><a href="../css/C27">C27: Making the DOM order match the visual order</a></li>
102102
<li><a href="../client-side-script/SCR26">SCR26: Inserting dynamic content into the Document Object Model immediately following its trigger element</a></li>
103103
<li><a href="../client-side-script/SCR27">SCR27: Reordering page sections using the Document Object Model</a></li>
104-
<li><a href="../html/H102">H102: Creating modal dialogs with the HTML dialog element</a></li>
104+
<li><a href="../html/H102">H102: HTML dialog 要素を用いてモーダルダイアログを作成する</a></li>
105105
</ul></section>
106106
<section id="tests"><h2>Tests</h2>
107107
<section class="procedure" id="procedure"><h3>Procedure</h3>

techniques/html/H102.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html><html lang="ja" xml:lang="ja" xmlns="http://www.w3.org/1999/xhtml"><head>
2-
<title>H102: HTML dialog 要素を用いてモーダルダイアログを作成する | WAI | W3C</title>
2+
<title>H102: HTML dialog 要素を用いてモーダルダイアログを作成する | WAI | W3C</title>
33

44

55

@@ -67,7 +67,7 @@
6767

6868
<main id="main" class="standalone-resource__main">
6969

70-
<h1><span>テクニック H102:</span><abbr title="HyperText Markup Language">HTML</abbr> <code class="language-html">dialog</code> 要素を用いてモーダルダイアログを作成する</h1>
70+
<h1><span>テクニック H102:</span><abbr title="HyperText Markup Language">HTML</abbr> <code class="language-html">dialog</code> 要素を用いてモーダルダイアログを作成する</h1>
7171

7272

7373

0 commit comments

Comments
 (0)