On redirects, there is HTML of the following form (from WoW):
<div class="redirectMsg"> <p>Redirect to:</p> <ul class="redirectText"> <li><a href="/wiki/World_of_Warcraft" title="World of Warcraft">World of Warcraft</a></li> </ul> </div>
Why is this a list? Redirects will never point to more than one page.
Separately noticed as part of looking at this: .redirectMsg p is being hidden in a way that is probably inaccessible and could/should probably use standard .sr-only or similar.
Credits to @stjn for seeing both.
- JS pages currently referencing redirectMsg string: https://global-search.toolforge.org/?q=redirectMsg&namespaces=2%2C4%2C8&title=(Gadgets-definition|.*\.(js|json))
- Same with redirectText: https://global-search.toolforge.org/?q=redirectText&namespaces=2%2C4%2C8&title=(Gadgets-definition|.*\.(js|json))