From 783ffd9c1cf35421242e028a1b8743cf2b1918dd Mon Sep 17 00:00:00 2001 From: Joshua Chen Date: Tue, 8 Oct 2024 01:47:21 -0400 Subject: [PATCH] Fix typos and pseudo-typos 5 (#36246) * Fix typos and pseudo-typos 5 * Update index.md Co-authored-by: Estelle Weyl --------- Co-authored-by: Estelle Weyl --- files/en-us/web/events/index.md | 2 +- .../challenge_solutions/index.md | 8 ++-- .../web/html/attributes/disabled/index.md | 4 +- files/en-us/web/html/element/audio/index.md | 2 + .../web/html/element/fencedframe/index.md | 2 +- files/en-us/web/html/element/img/index.md | 4 +- .../web/html/element/input/button/index.md | 4 +- .../element/input/datetime-local/index.md | 12 +++--- files/en-us/web/html/element/input/index.md | 2 +- .../web/html/element/input/search/index.md | 2 +- .../web/html/element/input/submit/index.md | 2 +- .../web/html/element/input/time/index.md | 37 ++++++++++++------- .../en-us/web/html/element/input/url/index.md | 2 +- files/en-us/web/html/element/kbd/index.md | 4 +- files/en-us/web/html/element/link/index.md | 4 +- .../element/script/type/importmap/index.md | 6 +-- .../en-us/web/html/element/textarea/index.md | 4 +- files/en-us/web/html/element/track/index.md | 2 +- files/en-us/web/html/element/u/index.md | 6 ++- .../web/html/global_attributes/lang/index.md | 2 +- .../index.md | 2 +- files/en-us/web/http/compression/index.md | 4 +- files/en-us/web/http/cookies/index.md | 8 ++-- files/en-us/web/http/cors/errors/index.md | 2 +- files/en-us/web/http/csp/index.md | 4 +- .../en-us/web/http/evolution_of_http/index.md | 8 ++-- .../web/http/headers/set-cookie/index.md | 4 +- .../http/headers/user-agent/firefox/index.md | 24 ++++++------ .../web/http/headers/user-agent/index.md | 8 ++-- files/en-us/web/http/messages/index.md | 2 +- files/en-us/web/http/methods/post/index.md | 2 +- .../web/http/permissions_policy/index.md | 2 +- .../index.md | 8 ++-- files/en-us/web/http/status/103/index.md | 2 +- files/en-us/web/http/status/206/index.md | 2 +- files/en-us/web/http/status/423/index.md | 2 +- 36 files changed, 104 insertions(+), 91 deletions(-) diff --git a/files/en-us/web/events/index.md b/files/en-us/web/events/index.md index 3033c721eaba4ea..0e62c11ff3ad2a4 100644 --- a/files/en-us/web/events/index.md +++ b/files/en-us/web/events/index.md @@ -487,7 +487,7 @@ This topic provides an index to the main _sorts_ of events you might be interest computer mouse.

- 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 Checkboxes

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 `