Changes between Initial Version and Version 1 of Ticket #36510, comment 3


Ignore:
Timestamp:
Jul 19, 2025, 9:07:24 AM (7 weeks ago)
Author:
Antoliny

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36510, comment 3

    initial v1  
    11First of all, thank you for submitting the ticket :)
    22As 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.
     3However, 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.
    44On 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.
     5Since 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.
     6So, I feel there is no need to remove the model name deliberately.
Back to Top