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

ISO HTML template using wrong numbered list bullets #319

Closed
ronaldtse opened this issue Feb 11, 2020 · 1 comment
Closed

ISO HTML template using wrong numbered list bullets #319

ronaldtse opened this issue Feb 11, 2020 · 1 comment
Assignees
Labels

Comments

@ronaldtse
Copy link
Contributor

Numbered list bullets should be "a)" instead of "a." in documents. This was discovered at an ISO meeting today.

HTML is wrong:
Screen Shot 2020-02-11 at 5 13 15 PM

(but HTML reference is correct):
Screen Shot 2020-02-11 at 5 13 53 PM

Word is correct:
Screen Shot 2020-02-11 at 5 14 09 PM

@opoudjis
Copy link
Contributor

opoudjis commented Mar 1, 2020

You can see from https://stackoverflow.com/questions/1632005/ordered-list-html-lower-alpha-with-right-parentheses how difficult this is to do in HTML. li::marker is not supported on enough browsers yet; that would have made it marginally easier: https://css-tricks.com/almanac/selectors/m/marker/

It's feasible, but very hacky, and may disrupt alignments; I will only implement in style-iso.

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

2 participants