editorial: add note to clarify association between definition and ter… · w3c/aria@654f091
KateZhaoTR
·
2026-07-06
·
via Recent Commits to aria:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -3430,10 +3430,9 @@ <h2>Definition of Roles</h2>
|
3430 | 3430 | <div class="role-description"> |
3431 | 3431 | <p>A definition of a term or concept. See related <rref>term</rref>.</p> |
3432 | 3432 | <p>Authors MUST identify the <a>element</a> being defined and assign that element a role of <rref>term</rref>.</p> |
3433 | | - <p> |
3434 | | - Authors SHOULD NOT use the <code>definition</code> role on interactive elements such as form controls because doing so could prevent users of assistive technologies from interacting with |
3435 | | - those elements. |
3436 | | - </p> |
| 3433 | + <div class="note"> |
| 3434 | + <p>The relationship between a <rref>term</rref> and its <code>definition</code> is conveyed on the <rref>term</rref> element; see the <rref>term</rref> role for more information.</p> |
| 3435 | + </div> |
3437 | 3436 | </div> |
3438 | 3437 | <table class="def"> |
3439 | 3438 | <caption> |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。