Skip to content
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

Minor bug fixes in forms and table sections & misc updates #775

Merged
merged 44 commits into from May 13, 2024
Merged
Show file tree
Hide file tree
Changes from 30 commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
904b9b2
adding tip about responsive design and tables
brianelton Mar 20, 2023
2dd023c
updating to include small viewports
brianelton Jul 21, 2023
e7ae604
Update multi-level.md
edwardball Sep 29, 2023
b5e5907
Update multi-page.md
brianelton Nov 7, 2023
ede7a8f
Update multi-page.md
brianelton Nov 7, 2023
127db8d
Update multi-page.md
brianelton Nov 7, 2023
20516e1
Update multi-page.md
brianelton Nov 7, 2023
78cebd8
Update multi-page.md
brianelton Nov 7, 2023
676becc
Update multi-page.md
brianelton Nov 7, 2023
ca9fffd
Update multi-page.md
brianelton Nov 7, 2023
d2cdcf9
Update links in labels.md
brianelton Nov 9, 2023
b99714f
Update links in forms section
brianelton Nov 9, 2023
4a8862a
Update instructions.md
brianelton Nov 9, 2023
98c378b
Update labels.md
brianelton Nov 9, 2023
4fb1c9a
Update labels.md
brianelton Nov 9, 2023
1b34967
Update labels.md
brianelton Nov 9, 2023
9305b11
Update tips.md
brianelton Nov 9, 2023
7e85c1c
Update tips.md
brianelton Nov 9, 2023
f0ed9f1
Update tips.md
brianelton Nov 9, 2023
aa7efaa
Update link text to Images Tutorials in Alt Decision Tree
remibetin Apr 9, 2024
406af2a
Add resource.title attribute to Images Tutorial page
remibetin Apr 9, 2024
c842722
Update labels.md
brianelton Apr 10, 2024
81cf8e5
Update labels.md
brianelton Apr 11, 2024
0009df1
Update instructions.md
brianelton Apr 11, 2024
f21a079
Merge pull request #735 from w3c/brianelton-link-fixes
brianelton Apr 12, 2024
e629828
Merge pull request #732 from w3c/brianelton-patch-5
brianelton Apr 12, 2024
493f69f
Merge pull request #726 from edwardball/patch-1
brianelton Apr 12, 2024
58943d4
Update changelog.md for PR 775
brianelton Apr 12, 2024
8296437
Update changelog.md
brianelton Apr 12, 2024
680fa2d
Merge pull request #776 from w3c/apr16-changelog
brianelton Apr 12, 2024
ffd00e4
Update instructions.md
brianelton Apr 12, 2024
2831247
Merge pull request #777 from w3c/brianelton-patch-1
brianelton Apr 12, 2024
0d0add8
Update changelog.md
brianelton Apr 12, 2024
5012e3e
Merge pull request #778 from w3c/brianelton-patch-2
brianelton Apr 12, 2024
3098bc0
Merge pull request #774 from w3c/update-images-tutorials-link
shawna-slh Apr 16, 2024
3a628f4
Merge pull request #718 from w3c/responsive-tables-593
remibetin May 13, 2024
54ca201
Adding notes about responsive design/smaller screens (#721)
brianelton May 13, 2024
a5ad9b8
Update changelog.md
remibetin May 13, 2024
0c882a6
Update changelog.md
remibetin May 13, 2024
493a226
Update changelog.md
remibetin May 13, 2024
2acf207
Fix typo in Alt Decision Tree title in Changelog
remibetin May 13, 2024
fa5f3eb
Update last_updated date in Alt Decision Tree
remibetin May 13, 2024
50ab432
Update last_updated date in tips.md
remibetin May 13, 2024
6070d21
Update last_updated date in instructions.md
remibetin May 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions content/changelog.md
Expand Up @@ -27,6 +27,16 @@ This changelog lists substantive content edits. It does **not** list typo fixes
{::nomarkdown}
{% include box.html type="end" %}
{:/}
## April 16 2024
In [Forms tutorial](https://www.w3.org/WAI/tutorials/forms/)
* Fixing a broken link in [Form Instructions](https://www.w3.org/WAI/tutorials/forms/instructions/#placeholder-text)
* [GitHub PR #735](https://github.com/w3c/wai-tutorials/pull/735)
* Fixing a color contrast issue in [Multi-page Forms](https://www.w3.org/WAI/tutorials/forms/multi-page/#using-the-html5-progress-element)
* [GitHub PR #732](https://github.com/w3c/wai-tutorials/pull/732)

In [Tables tutorial](https://www.w3.org/WAI/tutorials/tables/)
* Fixing a table header issue in [Tables with Multi-Level Headers](https://www.w3.org/WAI/tutorials/tables/multi-level/#table-with-multiple-column-headers-in-each-column)
* [GitHub PR #726](https://github.com/w3c/wai-tutorials/pull/726)

## February 2023

Expand Down
4 changes: 2 additions & 2 deletions content/forms/instructions.md
Expand Up @@ -35,7 +35,7 @@ wcag_techniques:
- ARIA9

metafooter: true
last_updated: 2019-07-27
last_updated: 2024-04-10
editors:
- Eric Eggert: "https://www.w3.org/People/yatil/"
- Shadi Abou-Zahra: "https://www.w3.org/People/shadi/"
Expand Down Expand Up @@ -200,7 +200,7 @@ Placeholder text provides instructions or an example of the required data format

While placeholder text provides valuable guidance for many users, **placeholder text is not a replacement for labels**. Assistive technologies, such as screen readers, do not treat placeholder text as labels. Moreover, at the time of writing this tutorial, placeholder text is not broadly supported across assistive technologies and not displayed in older web browsers.

Note: Section [Hidden labels](labels.html#hidden) of this tutorial describes how to hide information visually but keep it available to assistive technology. This same approach can be used to avoid visual redundancy of displaying both labels and placeholder text. Be aware that this makes it very hard for users to review the form. To avoid this problem, JavaScript can be used to make labels appear visually (in the associated label element) above or beside the input that has focus.
Note: The [Note on hiding elements](/tutorials/forms/labels/#note-on-hiding-elements) section of the Labeling Controls page describes how to hide information visually but keep it available to assistive technology. This same approach can be used to avoid visual redundancy of displaying both labels and placeholder text. Be aware that this makes it very hard for users to review the form. To avoid this problem, JavaScript can be used to make labels appear visually (in the associated label element) above or beside the input that has focus.

{::nomarkdown}
{% include box.html type="start" title="Example" class="example" %}
Expand Down
2 changes: 1 addition & 1 deletion content/forms/labels.md
Expand Up @@ -38,7 +38,7 @@ wcag_techniques:
- ARIA16

metafooter: true
last_updated: 2019-07-27
last_updated: 2024-04-10
editors:
- Eric Eggert: "https://www.w3.org/People/yatil/"
- Shadi Abou-Zahra: "https://www.w3.org/People/shadi/"
Expand Down
9 changes: 7 additions & 2 deletions content/forms/multi-page.md
Expand Up @@ -154,9 +154,11 @@ progress {
}

progress::-webkit-progress-bar {
background-color:#036;
background-color:#FFF;
}
progress::-webkit-progress-value {
background-color: #036;
}

progress::-moz-progress-bar {
background-color:#036;
}
Expand Down Expand Up @@ -201,6 +203,9 @@ progress {

/* Apple Safari and Google Chrome */
progress::-webkit-progress-bar {
background-color: #FFF;
}
progress::-webkit-progress-value {
background-color: #036;
}

Expand Down
2 changes: 1 addition & 1 deletion content/images/decision-tree.md
Expand Up @@ -87,5 +87,5 @@ This decision tree describes how to use the `alt` attribute of the `<img>` eleme
- {:.no} **No:**
- Continue.
- **Is the image’s use not listed above or it’s unclear what `alt` text to provide?**
- {:.yes} This decision tree **does not** cover all cases. For detailed information on the provision of text alternatives refer to the [Image Concepts Page](/tutorials/images/).
- {:.yes} This decision tree **does not** cover all cases. For detailed information on the provision of text alternatives refer to the [[Images Tutorials]](/tutorials/images/).
{:.decision-tree}
2 changes: 2 additions & 0 deletions content/images/index.md
Expand Up @@ -14,6 +14,8 @@ metafooter: true

resource:
ref: /tutorials/
title: "Images Tutorials"

navigation:
next: /tutorials/images/informative/

Expand Down
4 changes: 2 additions & 2 deletions content/tables/multi-level.md
Expand Up @@ -67,7 +67,7 @@ In the table below, the headers for the top half of the tables are different to
Supplier contacts
</caption>
<tr>
<th id="blank">&nbsp;</th>
<td id="blank">&nbsp;</td>
<th id="co1" headers="blank">Example 1 Ltd</th>
<th id="co2" headers="blank">Example 2 Co</th>
</tr>
Expand All @@ -87,7 +87,7 @@ In the table below, the headers for the top half of the tables are different to
<td headers="co2 e1">marie@2co.example.com</td>
</tr>
<tr>
<th>&nbsp;</th>
<td>&nbsp;</td>
<th id="co3" headers="blank">Example 3 Ltd</th>
<th id="co4" headers="blank">Example 4 Inc</th>
</tr>
Expand Down