Skip to content

Commit

Permalink
Fixing typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltan-dulac committed Feb 3, 2025
1 parent 0c29fe4 commit ab0aeed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions content/body/switch.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ class="switch" aria-describedby="speakerPower-checked">
"label": "Put in the label for the button element",
"highlight": "aria-labelledby",
"notes": "Just like any other interactive element, a switch needs a label."
},
{
"label": "Denote state without using color",
"highlight": "on|off",
"notes": "In this example, we put the words \'on\' and \'off\' inside the control to show the state, thus avoiding using color alone. This may not be possible in other languages (where the words will not fit), but can be put ourside the control for a similar effect."
}
]
}
Expand Down
1 change: 1 addition & 0 deletions css/textbox.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions less/textbox.less
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ textarea,
border: solid 1px black;
background: #fff;
vertical-align: bottom;
padding: 10px;

.enable__is-dark-mode & {
background-color: @dark-mode-black;
Expand Down

0 comments on commit ab0aeed

Please sign in to comment.