-
-
Notifications
You must be signed in to change notification settings - Fork 170
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
Adds definition for "short bus" per #433 #442
base: prod
Are you sure you want to change the base?
Conversation
11ty/definitions/short-bus.md
Outdated
title: Short bus | ||
slug: short-bus | ||
defined: true | ||
excerpt: A derogatory and ableist term synonymous with the r-word. It refers to a Type A or B school bus, which is smaller than the conventional Type C bus. The term is commonly associated with and used to insult those with intellectual or developmental disabilities, or mock others at their expense. |
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.
I'd recommend rephrasing this a little bit to start with the literal term then with the colloquial one. The excerpt tends to be character-restricted (I can't recall how many rn).
avoid: commonly refers to a smaller school bus; colloquially: a derogatory term insult against or at the expense of people with intellectual or developmental disabilities (I/DD).
|
||
"Short bus" is a derogatory and ableist term for a [Type A or B school bus](https://en.wikipedia.org/wiki/School_bus#Types). While these school bus types are used to transport smaller groups of students to school or related activities, they may also be used to transport students with intellectual and/or developmental disabilities (I/DD). The term is a derogatory shorthand for [the r-word](/r-word/). | ||
|
||
## Issues |
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.
Origins
While these school bus types are used to transport smaller groups of students to school or related activities, they may also be used to provide accessible transportation to students with intellectual and/or developmental disabilities (I/DD). The term became synonymous with mocking students with I/DD. It is also often used to imply ignorance, lack of understanding, or clumsiness (often in self-deprecation about the person using it).
@malchata I know it's a hard habit to break but you don't owe me any apologies! I appreciate your contribution immensely! I gave you a LOT of suggested changes—please feel free to accept/reject as makes sense to you. Most of it is preferential (in order to maintain a somewhat consistent approach between entries). A few common patterns:
Otherwise this was such a well thought-out entry! I think with one more pass (if you're able/willing) we'd be able to get this launched! |
@@ -3,9 +3,9 @@ | |||
<head> | |||
<meta charset="utf-8"> | |||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |||
<link rel="preconnect" href="https://use.typekit.net/" crossorigin> | |||
<link rel="preconnect" href="https://use.typekit.net/"> |
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.
ahhh, thank you so much!!! We kept going back and forth with this font bit and tbph, I want to switch from Adobe (which doesn't offer much in terms of effective modern font-loading strategies)
Co-authored-by: Tatiana Mac <[email protected]>
Co-authored-by: Tatiana Mac <[email protected]>
Co-authored-by: Tatiana Mac <[email protected]>
Co-authored-by: Tatiana Mac <[email protected]>
Co-authored-by: Tatiana Mac <[email protected]>
@malchata I think this mostly looks good to me! I'm curious if you intentionally omitted this suggestion or if it was missed? I don't feel strongly about it either way!
|
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 in the comments above, otherwise G2G
Apologies for the long wait on the PR. It adds the definition for the ableist term "short bus" as proposed in issue #433. It also opportunistically removes an unnecessary
crossorigin
attribute on therel=preload
<link>
elements in the header.