- Used to notify when the mouse is clicked, doubleclicked, up and down
+ Used to notify when the mouse is clicked, double-clicked, up and down
events, right-click, movement in and out of an element, text
selection, etc.
diff --git a/files/en-us/web/guide/css/getting_started/challenge_solutions/index.md b/files/en-us/web/guide/css/getting_started/challenge_solutions/index.md
index 245590ca200110f..9957718c1a59fa1 100644
--- a/files/en-us/web/guide/css/getting_started/challenge_solutions/index.md
+++ b/files/en-us/web/guide/css/getting_started/challenge_solutions/index.md
@@ -15,7 +15,7 @@ The challenges on page [Why use CSS](/en-US/docs/Learn/CSS/First_steps/How_CSS_w
- Challenge
- : Without looking up a reference, find five more color names that work in your stylesheet.
- Solution
- - : CSS supports common color names like `orange`, `yellow`, `blue`, `green`, or `black`. It also supports some more exotic color names like `chartreuse`, `fuschia`, or `burlywood`. See [CSS Color value](/en-US/docs/Web/CSS/color_value) for a complete list as well as other ways of specifying colors.
+ - : CSS supports common color names like `orange`, `yellow`, `blue`, `green`, or `black`. It also supports some more exotic color names like `chartreuse`, `fuchsia`, or `burlywood`. See [CSS Color value](/en-US/docs/Web/CSS/color_value) for a complete list as well as other ways of specifying colors.
## How CSS works
@@ -199,11 +199,11 @@ The challenges on page [Lists](/en-US/docs/Learn/CSS/Styling_text/Styling_lists)
```css
/* numbered headings */
body {
- counter-reset: headnum;
+ counter-reset: head-num;
}
h3::before {
- content: "(" counter(headnum, upper-latin) ") ";
- counter-increment: headnum;
+ content: "(" counter(head-num, upper-latin) ") ";
+ counter-increment: head-num;
}
```
diff --git a/files/en-us/web/html/attributes/disabled/index.md b/files/en-us/web/html/attributes/disabled/index.md
index c7541282b8b97ab..6c09f532a0e898c 100644
--- a/files/en-us/web/html/attributes/disabled/index.md
+++ b/files/en-us/web/html/attributes/disabled/index.md
@@ -64,12 +64,12 @@ When form controls are disabled, many browsers will display them in a lighter, g
diff --git a/files/en-us/web/html/element/audio/index.md b/files/en-us/web/html/element/audio/index.md
index 6347685ed8b2062..8317bcb483fcc08 100644
--- a/files/en-us/web/html/element/audio/index.md
+++ b/files/en-us/web/html/element/audio/index.md
@@ -319,6 +319,8 @@ The `