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

Slider README #229

Merged
merged 2 commits into from
Jun 12, 2017
Merged

Slider README #229

merged 2 commits into from
Jun 12, 2017

Conversation

smhigley
Copy link
Contributor

@smhigley smhigley commented Jun 8, 2017

Type: feature

The following has been addressed in the PR:

  • There is a related issue
  • All code matches the style guide
  • Unit or Functional tests are included in the PR

Description:

Resolves #189, adds Slider readme and fixes event typings on the example page.

@codecov
Copy link

codecov bot commented Jun 8, 2017

Codecov Report

Merging #229 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #229   +/-   ##
======================================
  Coverage    99.1%   99.1%           
======================================
  Files          23      23           
  Lines        1334    1334           
  Branches      401     401           
======================================
  Hits         1322    1322           
  Partials       12      12

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b6e4f12...7413d8a. Read the comment docs.

@smhigley smhigley requested a review from rishson June 8, 2017 19:15
Copy link
Member

@dylans dylans left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor feedback, looks great overall!

# Slider widget
# @dojo/widgets/slider/Slider widget

Dojo 2's `Slider` widget creates a range slider control with a styleable track, fill, and thumb.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will everyone know what a thumb is?


### Accessibility Features

`Slider` uses the native `<input type="range">`as its base, which ensures built-in keyboard and screen reader accessibility. All common form field attributes (`disabled`, `invalid`, `readOnly`, `required`) may be set, as well as a visible or hidden label. The output node is associated with the input.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"The output node is associated with the input." I'm not sure most readers will know what is meant by this.


The following CSS classes are available on the `Slider` widget for use with custom themes:

- `root`: Applied to either the wrapping `<label>`, or a `<div>` in the same position in the node hierarchy
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not essential but it might be nice to organize these into two sections (always, vs. conditional)?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done 👍

@dylans dylans added this to the 2017.06 milestone Jun 12, 2017
@smhigley smhigley merged commit be1a12a into dojo:master Jun 12, 2017
@smhigley smhigley deleted the slider-readme branch June 12, 2017 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Slider: Add Content to README
3 participants