Skip to content

Commit 0e075af

Browse files
ef81spCopilot
andcommitted
typo
Co-authored-by: Copilot <[email protected]>
1 parent 96da3bb commit 0e075af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/patterns/checkbox/examples/checkbox-mixed.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ <h2 id="rps_label">ロール、プロパティ、ステート、及び Tabindex
179179
<ul>
180180
<li>3値状態の <code>checkbox</code> がチェックされていることを示します。</li>
181181
<li>この状態では、制御されているすべてのチェックボックスがチェックされています。</li>
182-
<li>CSS 属性セレクター(例:<code>[aria-checked="true"</code>)は、視覚的な状態を <code>aria-checked</code> 属性の値と同期させるために使用されます。</li>
182+
<li>CSS 属性セレクター(例:<code>[aria-checked="true"]</code>)は、視覚的な状態を <code>aria-checked</code> 属性の値と同期させるために使用されます。</li>
183183
<li>オペレーティングシステムとブラウザーのハイコントラスト設定をサポートするために、CSS <code>::before</code> 疑似要素と <code>content</code> プロパティを使用して、チェックボックスの状態の視覚的なインジケーターを生成します。</li>
184184
</ul>
185185
</td>

0 commit comments

Comments
 (0)