WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: WebAIM-Forum Digest, Vol 166, Issue 17

for

Number of posts in this thread: 3 (In chronological order)

From: Minnery, Bob (EDU)
Date: Thu, Jan 17 2019 12:11PM
Subject: WebAIM-Forum Digest, Vol 166, Issue 17
No previous message | Next message →

This is above my skill set.
Can you walk me through this process?

How do you do this on your phone?
Where do you enter the script below?
. You have to add a bookmark to your browser then use the following
bookmarklets:

To increase the font size:
javascript:var
p=document.getElementsByTagName('*');for(i=0;i<p.length;i++){if(p[i].style.fontSize){var
s=parseInt(p[i].style.fontSize.replace("px",""));}else{var
s=12;}s+=2;p[i].style.fontSize=s+"px"}


Go Bold'n
bob Minnery
Manager
Alternative Educational Resources  Ontario
W. Ross Macdonald School for the Visually Impaired and Deafblind
350 Brant Ave. Brantford On.,
N3T 3J9
= EMAIL ADDRESS REMOVED =
http://alternativeresources.ca
1-519-759-2522 ext.288
519-865-2772


From: Peter Shikli
Date: Thu, Jan 31 2019 1:27PM
Subject: Re: WebAIM-Forum Digest, Vol 166, Issue 27
← Previous message | Next message →

Message 12 to 14 seem to have been cropped from this email posting. Please send.
Cheers,
Peter Shikli

----------------------------------------
From: = EMAIL ADDRESS REMOVED =
Sent: 1/31/19 11:00 AM
To: = EMAIL ADDRESS REMOVED =
Subject: WebAIM-Forum Digest, Vol 166, Issue 27
Send WebAIM-Forum mailing list submissions to
= EMAIL ADDRESS REMOVED =

To subscribe or unsubscribe via the World Wide Web, visit
http://list.webaim.org/mailman/listinfo/webaim-forum
or, via email, send a message with subject or body 'help' to
= EMAIL ADDRESS REMOVED =

You can reach the person managing the list at
= EMAIL ADDRESS REMOVED =

When replying, please edit your Subject line so it is more specific
than "Re: Contents of WebAIM-Forum digest..."

Today's Topics:

1. Beyonc?'s website in class-action lawsuit ( = EMAIL ADDRESS REMOVED = )
2. Using required attribute with a star mark VS Marking as
optional (Ramakrishnan Subramanian)
3. Re: Using required attribute with a star mark VS Marking as
optional (Graham Armfield)
4. Re: Native or web? (Mohith BP)
5. Re: Using required attribute with a star mark VS Marking as
optional (Isabel Holdsworth)
6. Re: Accessible, flexible select box (Isabel Holdsworth)
7. Re: Accessible, flexible select box (Isabel Holdsworth)
8. Re: Accessible, flexible select box ( = EMAIL ADDRESS REMOVED = )
9. Colour contrast and blue light filters (Pat Reynolds)
10. Re: Colour contrast and blue light filters (Patrick H. Lauke)
11. Re: Accessible, flexible select box (Isabel Holdsworth)
12. Re: Using required attribute with a star mark VS Marking as
optional (Birkir R. Gunnarsson)
13. Re: Colour contrast and blue light filters (Jonathan Avila)
14. Accessibility UI developers needed in CA, US (Jeevan Reddy)

----------------------------------------------------------------------

Message: 1
Date: Wed, 30 Jan 2019 16:24:45 -0500
From:
To: "'WebAIM Discussion List'"
Subject: [WebAIM] Beyonc?'s website in class-action lawsuit
Message-ID: <013001d4b8e2$391600d0$ab420270$@pubcom.com>
Content-Type: text/plain;charset="iso-8859-1"

Didn?t see this posted on the list.

Beyonc??s website cited for lack of accessibility.

News story is here:
https://musically.com/2019/01/07/beyonces-company-sued-over-the-accessibilit
y-of-her-website/

? ? ?

Bevi Chagnon, founder/CEO |

? ? ?

PubCom: Technologists for Accessible Design + Publishing

consulting ? training ? development ? design ? sec. 508 services

Upcoming classes at www.PubCom.com/ www.pubcom.com/classes=""> classes

? ? ?

------------------------------

Message: 2
Date: Thu, 31 Jan 2019 11:58:10 +0530
From: Ramakrishnan Subramanian
To: = EMAIL ADDRESS REMOVED =
Subject: [WebAIM] Using required attribute with a star mark VS Marking
as optional
Message-ID:

Content-Type: text/plain; charset="UTF-8"

Hi Team,
I would like to listen to your opinion on the following:
Marking the mandatory fields with the ?star mark and required
attribute? VS marking as ?optional? for the optional fields.
We know that the ideal recommendation for a form is to mark the
mandatory fields with the ?star mark? and with the ?required
attribute?. But, Instead of that, when the other practice is followed,
what are the pros and cons? And whether this practice is considered
WCAG compliant?

--

Thanks and Regards
Ramakrishnan

------------------------------

Message: 3
Date: Thu, 31 Jan 2019 08:14:50 +0000
From: Graham Armfield
To: WebAIM Discussion List
Subject: Re: [WebAIM] Using required attribute with a star mark VS
Marking as optional
Message-ID:

Content-Type: text/plain; charset="UTF-8"

Hi Ramakrishnan,

My own view is that it doesn't matter which way you do it as long as users
know what's going on.

The 'convention' of indicating required fields with a * goes back at least
to the early 2000s when I started building web things professionally. As
far as I am aware all screen readers announce the asterisk (*) as 'Star'
when in a page in English, but best to include it in the element
though. And it's also a good idea to have a message at the top of the form
that reads "Required data is marked with *" or similar.

Lately, probably as a result of the onset of greater scrutiny around
privacy, online forms are asking only for the data they really need. So the
tendency is much more that most input fields are required. So the reverse
approach of saying "All data fields are required, unless indicated." at the
top of the form seems much more common now.

Using the 'required' attribute does mean that screen readers announce the
field as required. However, I'm not a big fan of the default error messages
generated by browsers. In Firefox the "Please fill out this field" message
(and screen reader announcement) is just not specific enough - especially
if there are multiple required fields that have not been completed.

So I favour the use of aria-required="true" on the inputs, and some more
robust client-side validation that generates more meaningful error
messages, and also adds aria-invalid="true" to the input element if errors
are detected.

The challenge comes around radio button groups where the error might be
that the user hasn't selected one of the options, rather than the
individual options themselves. Is aria-required appropriate there I wonder?
Maybe a required message in the ?

Regards
Graham Armfield
coolfields.co.uk www.coolfields.co.uk/="">
M:07905 590026
T: 01483 856613
@coolfields

------------------------------

Message: 4
Date: Thu, 31 Jan 2019 14:27:57 +0530
From: Mohith BP
To: WebAIM Discussion List
Subject: Re: [WebAIM] Native or web?
Message-ID:

Content-Type: text/plain; charset="UTF-8"

Hi Barry,

You have mentioned:
"I was concerned that it
was an app written for IOS and probably uses java to emulate the gestures
used by a IOS device, but I'm concerned whether or not it will use the VO
gestures."

It is highly recommended to test with screen reader turned on to
verify that there are no custom gestures created, the gestures are not
interfering with the VO gestures and finally all the actions can be
performed without the specific gestures when screen reader is turned
off as per WCAG 2.1 SC 2.5.1:
2.5.1 Pointer Gestures:
All functionality that uses multipoint or path-based gestures for
operation can be operated with a single pointer without a path-based
gesture, unless a multipoint or path-based gesture is essential.
(Level A)

Note:
This requirement applies to web content that interprets pointer
actions (i.e. this does not apply to actions that are required to
operate the user agent or assistive technology).

Thanks & Regards,
Mohith B. P.

On 1/30/19, Jonathan Avila wrote:
> One trick I use to see if something is a webview or not is to look at the
> Voice Over rotor settings in iOS when focused on the content in question and
> see if there are HTML type rotor settings for links, lists, form controls,
> table, etc. If so you are in a webview.
>
> Jonathan
>
> Jonathan Avila, CPWA
> Chief Accessibility Officer
> Level Access
> = EMAIL ADDRESS REMOVED =
> 703.637.8957 office
>
> Visit us online:
> Website?|?Twitter?|?Facebook?|?LinkedIn?|?Blog
>
> Looking to boost your accessibility knowledge? Check out our free webinars!
>
> The information contained in this transmission may be attorney privileged
> and/or confidential information intended for the use of the individual or
> entity named above. If the reader of this message is not the intended
> recipient, you are hereby notified that any use, dissemination, distribution
> or copying of this communication is strictly prohibited.
>
>

From: Alan Zaitchik
Date: Fri, Feb 15 2019 1:42PM
Subject: Re: WebAIM-Forum Digest, Vol 167, Issue 12
← Previous message | No next message

FWIW the new HHS requirements are 4.5:1, no matter the font-size or font-weight.
Alan