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 task list rendering (Fix #749) #757

Merged
merged 1 commit into from
Jan 30, 2019
Merged

Fix task list rendering (Fix #749) #757

merged 1 commit into from
Jan 30, 2019

Commits on Jan 29, 2019

  1. Fix task list rendering (Fix #749)

    - Add “task-list” class to task list `<ul>` elms
    - Add “task-list-item” class to task list `<li>` elms
    - Hide list bullets on unordered task lists `<li>` elms
    - Display list numbers on ordered task lists `<li>` elms
    - Render accessible task list items by wrapping checkbox and text in `<label>` elm
    jhildenbiddle committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    1c9ce15 View commit details
    Browse the repository at this point in the history