Skip to content

Commit 75eb7cf

Browse files
authored
Merge branch 'main' into create-pr-action/update-collections-0
2 parents 6215fd8 + 089dabe commit 75eb7cf

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.github/workflows/conflict.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
- run: |
1212
echo "In order to review this pull request for acceptance, we need to make sure that all of the prerequisites are satisfied."
1313
echo "This was not checked:"
14-
echo "> I have no affiliation with the project I am suggesting (as a maintainer, creator, contractor, or employee)"
14+
echo "> I am not the sole author or employee of a company who created the topic or collection I'm changing."
1515
echo "This is a requirement to maintain a high level of independence in this project. Please update if you are able to verify that you meet that requirement."
1616
echo "Thank you!"
1717
exit 1
18-
if: contains(github.event.pull_request.body, '- [ ] I have no affiliation with the project I am suggesting (as a maintainer, creator, contractor, or employee).')
18+
if: contains(github.event.pull_request.body, '- [ ] I am not the sole author or employee of a company who created the topic or collection')
1919
name: Fail
2020
- run: exit 0
21-
if: contains(github.event.pull_request.body, '- [x] I have no affiliation with the project I am suggesting (as a maintainer, creator, contractor, or employee).')
21+
if: contains(github.event.pull_request.body, '- [x] I am not the sole author or employee of a company who created the topic or collection')
2222
name: Succeed

topics/csharp/csharp.png

45.5 KB
Loading

topics/web-accessibility/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
display_name: Web Accessibility (a11y)
3+
topic: web-accessibility
4+
aliases: accessibility, a11y
5+
related: wai-aria
6+
short_description: During server-side rendering, the content of a webpage is prepared on the server and only needs to be hydrated by the client.
7+
wikipedia_url: https://en.wikipedia.org/wiki/Web_accessibility
8+
---
9+
**(Web) Accessibility** (often abbreviated to **[A11y](https://www.accessibility.com/glossary/a11y)** — this is a numeronym, where the “11” stands for the 11 letters between the first letter “a” and the last letter “y”) in web development means enabling as many people as possible to use websites, even when those people's abilities are limited in some way.

0 commit comments

Comments
 (0)