Changes between Initial Version and Version 1 of Ticket #36510, comment 3
- Timestamp:
- Jul 19, 2025, 9:07:24 AM (7 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36510, comment 3
initial v1 1 1 First of all, thank you for submitting the ticket :) 2 2 As you mentioned, if multiple paginations are applied, using "pagination + model_name" is naturally necessary. 3 However, even if only one pagination is used on the admin `ChangeList` page, I do not think that "pagination + model _name" becomes excessive information that interferes with screen reader users.3 However, even if only one pagination is used on the admin `ChangeList` page, I do not think that "pagination + model name" becomes excessive information that interferes with screen reader users. 4 4 On the contrary, I believe it is necessary information that provides clarity. 5 Since a web page can usually contain many models and therefore many different `ChangeList` pages for those models, "pagination + model _name" can help screen reader users perceive at once which model's pagination this is.6 So, I feel there is no need to remove the `model_name`deliberately.5 Since a web page can usually contain many models and therefore many different `ChangeList` pages for those models, "pagination + model name" can help screen reader users perceive at once which model's pagination this is. 6 So, I feel there is no need to remove the model name deliberately.