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

fix rtl numeric list #655

Merged
merged 3 commits into from
Feb 23, 2021
Merged

Commits on Feb 19, 2021

  1. fix rtl numeric list

    johnnyaug committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    3e4bd96 View commit details
    Browse the repository at this point in the history
  2. fix typo

    johnnyaug committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    5a50a96 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. danfickle#645 Add test for RTL counter list and couple of fixes.

    + Turns out bidi reordering is not needed as all list counters we currently generate are ltr ordered.
    + Add padding-right in default style-sheet at-least for the case where direction is set directly on the ol element.
    + Direction can be ltr, rtl or auto.
    danfickle committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    e4fd98d View commit details
    Browse the repository at this point in the history