-
Notifications
You must be signed in to change notification settings - Fork 344
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
Rating Slider Example: Redesign as an input for 10-value satisfaction scale #2831
Merged
Merged
Changes from 43 commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
45a09d6
updated slider to create a licket scale
jongund 566780e
Merge branch 'main' into update/rating-slider
jongund 452abe0
update rating slider example
jongund a93b182
updated example documentation
jongund 578f97f
updated example documentation
jongund df37681
updated labeling
jongund fe20292
fixed regression tests
jongund 85dae46
updated rating documentation
jongund ceaa0d8
fixed validation errors
jongund bf46ad4
fixed validation errors
jongund cf67540
fixed validation errors
jongund 4efd671
fixed validation error
jongund e9ed9a1
fixed bugs with pointer events
jongund 88d1277
udpated slider based on meeting feedback
jongund bf97468
updated documentation
jongund 81989a5
updated documentation
jongund c3ad48c
fixed focus outline on DIV element issue
jongund 34b491d
updated visual styling of rating slider, selected rating value and fo…
jongund 579fe1c
updated offset
jongund 8e45785
updated rating slider width
jongund 8fc0b22
reduced with to rating bar
jongund 6cef06e
made rail responsive
jongund 68305b1
fixed some resizing bugs
jongund 0093ef4
fixed some bugs in resizing
jongund ca9fb0d
added support for windows high contrast support
jongund 0b079c9
updated documentation for rating slider
jongund 802d6e9
added media query for forced colors
jongund a7f4dd3
updated @media documentation
jongund 1da4e84
fixed positioning bug
jongund 7911cac
updated description text color
jongund 46cb2bb
updated text element height calc
jongund 240c65c
updated label height calc
jongund 7e65ec0
removed debugging code
jongund 453b580
changed styling of selected value
jongund 4fae83a
fixed linting errors
jongund 9c21e04
fixed linting errors
jongund 6729e7c
refactored js code
jongund 7383879
fixed pointer bug
jongund a55cff5
fixed linting errors
jongund 10da896
removed files not part of pull request
jongund 474dc01
improved JS readability
jongund 3d642b2
Update content/patterns/slider/examples/slider-rating.html
andreancardona e2afde9
Update content/patterns/slider/examples/slider-rating.html
andreancardona 9836f05
Correct link text for rating radio example
mcking65 7bf1bd5
Revise 'about this example' section to explain use of slider compared…
mcking65 74079af
Editorial clarification of accessibility features
mcking65 234c572
Keyboard documenation: correct home and end descriptions
mcking65 ef3a763
Editorial revisions to states and properties documentation
mcking65 620cbad
correct spelling
mcking65 83fd3e0
Revise valuetext strings to be more understandable for screen reader …
mcking65 8553fb6
Correct link text for rating slider in slider pattern
mcking65 38aff35
Correct link text for rating slider on rating radio example page
mcking65 7425522
Correct lists of similar examples on other slider example pages
mcking65 1405105
Editorial revision to 'About this example' based on discussion in Dec…
mcking65 71170a3
Update regression tests to support new valutext strings
mcking65 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this one hardcoded to white? Isn't there a named color we could use here?