Skip to content

Commit 44450fb

Browse files
authored
Update mention of "list" to "list item" in programmatically-determined-link-context.html
closes #3361 updates the term example to mention "list item" instead of "list" to be more accurate to what the intent of that likely was trying to convey. Additionally, links to the HTML term of 'paragraph', which I would submit could resolve issues such as #2109
1 parent 6b2b211 commit 44450fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guidelines/terms/20/programmatically-determined-link-context.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
</p>
66

77
<aside class="example"><p>In HTML, information that is programmatically determinable from a link in English
8-
includes text that is in the same paragraph, list, or table cell as the link or in
9-
a table header cell that is associated with the table cell that contains the link.
8+
includes text that is in the same <a href="https://html.spec.whatwg.org/multipage/dom.html#paragraph">paragraph</a>,
9+
list item, or table cell as the link or in a table header cell that is associated with the table cell that contains the link.
1010
</p></aside>
1111

1212
<p class="note">Since screen readers interpret punctuation, they can also provide the context from

0 commit comments

Comments
 (0)