You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/about/accessibility-statement.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Please inform us!
17
17
- or create an [issue in GitHub](https://github.com/wpaccessibility/wp-a11y-docs/issues/).
18
18
19
19
{: .callout .info }
20
-
Please note: this is only for accessibility issues in **this website** and not for WordPress itself. If you find an accessibility issue in WordPress core, or in one of the core themes, please create a [new ticket on Make WordPress Core](https://core.trac.wordpress.org/newticket) and give it the focus “accessibility”.
20
+
**Please note:** this is only for accessibility issues in **this website** and not for WordPress itself. If you find an accessibility issue in WordPress core, or in one of the core themes, please create a [new ticket on Make WordPress Core](https://core.trac.wordpress.org/newticket) and give it the focus “accessibility”.
Copy file name to clipboardExpand all lines: docs/contribute/github/content-kitchen-sink.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ has_video: true
10
10
This page lists the options and code available for creating content in this documentation.
11
11
12
12
{: .callout .info }
13
-
WordPress.org provides a lot of style guides for documentation: [WordPress Style Guides - highlights](https://make.wordpress.org/docs/style-guide/welcome/highlights/). We value most of all: be [kind and professional](docs/contribute/CODE_OF_CONDUCT.md) in your text and please write the text yourself or make sure the reader knows who you are citing.
13
+
**Please note:**WordPress.org provides a lot of style guides for documentation: [WordPress Style Guides - highlights](https://make.wordpress.org/docs/style-guide/welcome/highlights/). We value most of all: be [kind and professional](docs/contribute/CODE_OF_CONDUCT.md) in your text and please write the text yourself or make sure the reader knows who you are citing.
14
14
15
15
## Headings
16
16
```markdown
@@ -31,11 +31,11 @@ WordPress.org provides a lot of style guides for documentation: [WordPress Style
31
31
###### This is an H6 heading
32
32
33
33
{: .callout .alert }
34
-
In blog posts the H1 is added by the template: [Add a blog post]({{site.baseurl}}/docs/contribute/github/blog-post/).
34
+
**Alert:**In blog posts the H1 is added by the template: [Add a blog post]({{site.baseurl}}/docs/contribute/github/blog-post/).
35
35
36
36
## Summary in a larger text font.
37
37
38
-
Start the paragraph with an H2 named "Summaty, or introduction and the callout {: .lead }`
38
+
Start the paragraph with an H2 named "Summary, or introduction and the callout {: .lead }`
For more text options with Markdown read: [Basic writing and formatting syntax](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax) on GitHub.
86
+
**Tip:**For more text options with Markdown read: [Basic writing and formatting syntax](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax) on GitHub.
87
87
88
88
## Videos
89
89
This site uses the accessible media player Able Player.
@@ -166,54 +166,54 @@ For larger pieces of content, you can add to a `<p>`, `<div>`or even a landmark,
166
166
167
167
```markdown
168
168
{: .callout .info }
169
-
This is an informational message and uses the “info” callout.
169
+
**Info:** This is an informational message and uses the “info” callout.
170
170
171
171
{: .callout .tip }
172
-
Use the “tip” callout to highlight tips.
172
+
**Tip:** Use the “tip” callout to highlight tips.
173
173
174
174
{: .callout .alert }
175
-
The “alert” callout is for alerting readers to important messages.
175
+
**Alert:** The “alert” callout is for alerting readers to important messages.
176
176
177
177
{: .callout .warning }
178
-
When something is particularly precarious, use the “warning” callout.
178
+
**Warning:** When something is particularly precarious, use the “warning” callout.
179
179
180
180
{: .callout .example }
181
-
Give an example with the "example" callout.
181
+
**Example:** Give an example with the "example" callout.
182
182
The title of the callout will be "Example".
183
183
184
184
{: .callout .do }
185
-
Example of good practice.
185
+
**Do:** Example of good practice.
186
186
187
187
{: .callout .dont }
188
-
Example of bad practice.
188
+
**Don't:** Example of bad practice.
189
189
190
190
```
191
191
192
192
{: .callout .info }
193
-
This is an informational message and uses the “info” callout.
193
+
**Info:**This is an informational message and uses the “info” callout.
194
194
195
195
{: .callout .tip }
196
-
Use the “tip” callout to highlight tips.
196
+
**Tip:**Use the “tip” callout to highlight tips.
197
197
198
198
{: .callout .alert }
199
-
The “alert” callout is for alerting readers to important messages.
199
+
**Alert:**The “alert” callout is for alerting readers to important messages.
200
200
201
201
{: .callout .warning }
202
-
When something is particularly precarious, use the “warning” callout.
202
+
**Warning:**When something is particularly precarious, use the “warning” callout.
203
203
204
204
{: .callout .example }
205
-
Give an example with the example. The title of the callout will be "Example".
205
+
**Example:**Give an example with the example.
206
206
207
207
{: .callout .do }
208
-
Example of how to do something. The title of the callout will be "Do".
208
+
**Do:**Example of how to do something.
209
209
210
210
{: .callout .dont }
211
-
Example of how not to do something. The title of the callout will be "Don't".
211
+
**Don't:**Example of how not to do something.
212
212
213
213
### Labels
214
214
215
215
{: .callout .info }
216
-
Note: these are not form labels, but text labels.
216
+
**Please note:** These are not form labels, but text labels.
Copy file name to clipboardExpand all lines: docs/contribute/github/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,6 @@ We use the GitHub repository [wpaccessibility/wp-a11y-docs](https://github.com/w
11
11
The project board [WP A11y docs](https://github.com/orgs/wpaccessibility/projects/3) contains all open issues and also the pull requests to review.
12
12
13
13
{: .callout .alert }
14
-
Before you start writing new documentation, please let us know that you’d like to work on it, so we can assign the task to you. Content written without contacting the project leads first, will not be reviewed.
14
+
**Alert:**Before you start writing new documentation, please let us know that you’d like to work on it, so we can assign the task to you. Content written without contacting the project leads first, will not be reviewed.
Copy file name to clipboardExpand all lines: docs/contribute/report-error.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,4 +15,4 @@ There are several ways you can report an error:
15
15
- Open an issue in the GitHub repository [wpaccessibility/wp-a11y-docs](https://github.com/wpaccessibility/wp-a11y-docs/).
16
16
17
17
{: .callout .info }
18
-
Please note: this is only for errors in the documentation or code in **wpaccessibility.org** and not for WordPress itself. If you find an accessibility issue in WordPress core, or in one of the core themes, please create a [new ticket on Make WordPress Core](https://core.trac.wordpress.org/newticket) and give it the focus “accessibility”.
18
+
**Please note:** This is only for errors in the documentation or code in **wpaccessibility.org** and not for WordPress itself. If you find an accessibility issue in WordPress core, or in one of the core themes, please create a [new ticket on Make WordPress Core](https://core.trac.wordpress.org/newticket) and give it the focus “accessibility”.
Copy file name to clipboardExpand all lines: docs/contribute/write.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,12 @@ nav_order: 3
8
8
# Write documentation
9
9
10
10
{: .callout .alert }
11
-
Before you start writing new documentation, please let us know that you’d like to work on it, so we can assign the task to you. Content written without contacting the project leads first, will not be reviewed.
11
+
**Alert:**Before you start writing new documentation, please let us know that you’d like to work on it, so we can assign the task to you. Content written without contacting the project leads first, will not be reviewed.
12
12
13
13
We keep track of the work on the documentation in the project board [WP A11y docs](https://github.com/orgs/wpaccessibility/projects/3).
14
14
15
15
{: .callout .tip }
16
-
Please write the content yourself and use AI (artificial intelligence) only to translate or to check the quality of your English.
16
+
**Tip:**Please write the content yourself and use AI (artificial intelligence) only to translate or to check the quality of your English.
17
17
18
18
To keep all pages in the same structure, please stick to the following formats for a blogpost or an accessibility topic.
0 commit comments