chore: drop stray closing anchor tags (#593) · w3c/html-aria@d56057d
nschonni
·
2026-05-20
·
via Recent Commits to html-aria:gh-pages
| Original file line number | Diff line number | Diff line change |
|---|
@@ -455,7 +455,7 @@ <h3>Adhere to the rules of HTML</h3>
|
455 | 455 | The HTML parser will modify the above markup to be output as the following: |
456 | 456 | </p> |
457 | 457 | <pre class="HTML example" title="Unwanted rendered markup with valid alternative solution"> |
458 | | - <!-- The previous example's markup will render as follows --> |
| 458 | + <!-- The previous example's markup will render as follows --> |
459 | 459 | <p>...</p> |
460 | 460 | <div role=link tabindex=0>...</div> |
461 | 461 | ... |
@@ -3723,7 +3723,7 @@ <h3 id="docconformance-attr">
|
3723 | 3723 | </p> |
3724 | 3724 | <p> |
3725 | 3725 | Authors MAY use the <a data-cite="wai-aria-1.2#aria-disabled">`aria-disabled`</a> attribute on any element that is allowed the `disabled` attribute in HTML, |
3726 | | - or any element with a WAI-ARIA role which allows the `aria-disabled` attribute</a>. |
| 3726 | + or any element with a WAI-ARIA role which allows the `aria-disabled` attribute. |
3727 | 3727 | </p> |
3728 | 3728 | <p> |
3729 | 3729 | Authors SHOULD NOT use `aria-disabled="true"` on any element which also has a `disabled` attribute. |
@@ -3841,7 +3841,7 @@ <h3 id="docconformance-attr">
|
3841 | 3841 | allowed the `readonly` attribute in HTML. |
3842 | 3842 | </p> |
3843 | 3843 | <p> |
3844 | | - Authors MAY use the <a data-cite="wai-aria-1.2#aria-readonly">`aria-readonly`</a> attribute on any element with a WAI-ARIA role which allows the attribute</a>. |
| 3844 | + Authors MAY use the <a data-cite="wai-aria-1.2#aria-readonly">`aria-readonly`</a> attribute on any element with a WAI-ARIA role which allows the attribute. |
3845 | 3845 | </p> |
3846 | 3846 | <p> |
3847 | 3847 | Authors SHOULD NOT use the `aria-readonly="true"` on any element which also has a `readonly` attribute. |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。