Skip to content

Commit

Permalink
chore: Add dev docs about focus management
Browse files Browse the repository at this point in the history
  • Loading branch information
rkunev committed Mar 15, 2024
1 parent 0bfd2cd commit dc471aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ColorPicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,12 @@
</script>

<style>
/**
* The ColorPicker has 2 tab stops - one for the visual object that the user moves
* and one for the second type of interaction, i.e. selecting a color via the well
*
* @see https://www.w3.org/WAI/ARIA/apg/patterns/slider/
*/
.rcp,
.rcp *,
.rcp *:before {
Expand Down

0 comments on commit dc471aa

Please sign in to comment.