-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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
Fix typos and pseudo-typos 5 #36246
Fix typos and pseudo-typos 5 #36246
Conversation
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.
one question and one nit.
@@ -199,7 +199,7 @@ textarea { | |||
> [!NOTE] | |||
> Placeholders should only be used to show an example of the type of data that should be entered into a form; they are _not_ a substitute for a proper {{HTMLElement("label")}} element tied to the input. See [`<input>` labels](/en-US/docs/Web/HTML/Element/input#labels) for a full explanation. | |||
|
|||
### Disabled and readonly textareas | |||
### Disabled and readonly text areas |
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.
are you sure about this one?
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.
Yes. HTML has the element textarea
because HTML does not use word separators in tag names or attribute names. This does not mean "textarea" is an actual word. We do have many "textarea"s but those are permitted by the spell checker and are hard to enforce, but at least we can enforce "text areas".
Co-authored-by: Estelle Weyl <[email protected]>
@@ -319,6 +319,8 @@ The `<audio>` element doesn't directly support WebVTT. You will have to find a l | |||
|
|||
In addition to spoken dialog, subtitles and transcripts should also identify music and sound effects that communicate important information. This includes emotion and tone. For example, in the WebVTT below, note the use of square brackets to provide tone and emotional insight to the viewer; this can help establish the mood otherwise provided using music, nonverbal sounds and crucial sound effects, and so forth. | |||
|
|||
<!-- cSpell:ignore switchwatch Swisswatch --> |
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.
Can we add these words to the ignore-list.txt
file instead? We don't have to clutter the content.
I am fixing a lot of nits in content. The goal is to make our custom dictionaries as small as possible by eliminating things that could be better recognized as words. This not only helps with automation but helps with human readers too, especially those who may be slow to recognize words.
cSpell:ignore
to prevent it being ignored in other files.