arXiv / arXiv/html_feedback

Footer element acts visually like aside element

Open
#20 0 comments 0 reactions 0 assignees View on GitHub
accessibility bug
Dominant language
No language data
Stars
42
Forks
40
PR merge metrics
No merged PRs in 30d

Description

## Problem

The "generated on" text at the (semantic) end of the document is a footer. However, it appears on the right side of the screen visually, i.e. it acts as an aside element.

While non-visually this isn't a major issue (the information makes sense as a footer), it's unusual for a footer to float off the the side, and there may be a semantic mismatch there.

## Solutions

- The footer element could, visually, be made into a footer, meaning it comes at the visual end of the document, rather than in a sidebar
- The current footer element could be changed to an aside element and kept where it is visually

# Other Notes

Here is the current HTML of the footer element:

```html


```

This issue raised during accessibility evaluation #18

Contributor guide

Open the contributing guide

Research direction

Search for the generation and styling of the `ltx_page_footer` element, then inspect how the rendered HTML places the "Generated on" text. Resolve the semantic and visual mismatch by choosing the documented footer or aside behavior, and verify that the resulting element is positioned consistently with its meaning.

Written by the indexing model from the issue text.

Assessment

Tech stack
html
Domain
accessibility, frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.