Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Numerals on ordered lists <ol> are not displaying, causing loss of clarity in content #1781

Closed
Tracked by #113
jenniferthibault opened this issue Feb 13, 2018 · 0 comments
Assignees
Labels
Milestone

Comments

@jenniferthibault
Copy link
Contributor

jenniferthibault commented Feb 13, 2018

Observed behavior:
When an ordered list <ol>...</ol> class is applied to content items, they are not displayed as a numbered list. This has been observed on both HTML pages and Wagtail pages. Losing the numbers loses clarity in the structure of the content.

Through inspector, it appears that the style list-style-type: none set for ol may be the cause.

https://www.fec.gov/data/legal/statutes/

Screen Shot 2018-02-13 at 9.30.45 AM.png

https://www.fec.gov/help-candidates-and-committees/making-disbursements/coordinated-communications/

Screen Shot 2018-02-13 at 9.30.52 AM.png

Expected behavior:
When an ordered list <ol>...</ol> class is applied to content items, they will be displayed as a numbered list.

https://www.fec.gov/data/legal/statutes/

Screen Shot 2018-02-13 at 9.25.16 AM.png

https://www.fec.gov/help-candidates-and-committees/making-disbursements/coordinated-communications/

Screen Shot 2018-02-13 at 9.25.38 AM.png

h/t to @johnnyporkchops & @dorothyyeager for discovering this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants