Do you want me to update the current Orca/Firefox column or add a new one?
stevefaulkner
13:37
update current please
MichielBijl
13:39
Does test number 4 pass if it's read out?
MichielBijl
13:39
That's the position left thing.
stevefaulkner
13:40
yes
MichielBijl
13:47
Crap, date got changed, hang on…
MichielBijl
13:49
Have updated PR.
stevefaulkner
13:59
thanks :+1:
MichielBijl
14:00
For science!
powrsurg
14:38
Does aXe actually evaluate the color contrast on placeholders? We've got a page that passes but I swear that can't be enough contrast. And heck, I'm not actually sure on how to get the computed value of the color of a placeholder. I looked in Chrome's inspector but didn't see -webkit-input-placeholder in the computed tab.
powrsurg
14:42
And when did Chrome get an "Accessibility Properties" tab?
still, brings up the question of whether aXe is checking it. But now I can manually check at least
MichielBijl
14:56
@jdan, can you give an alt for you image?
powrsurg
15:00
@jdan, his alt is showing the Shadow DOM in Chrome's inspector for the placeholder attribute.
jnurthen
15:14
The last time I looked at the axe
jnurthen
17:37
Sorry - thought my full message went through but I was on my phone....
jnurthen
17:39
The last time I looked at aXe it didn't check colour contrast of placeholders. Looking at the source right now to see if it has been added. If you are doing the test manually make sure to take into account the opacity of the text which is specified in the browser.
@jnurthen placeholders being optional, does colour contrast really matter?
jnurthen
17:50
Yes - you are providing hint text to people, they should be able to read them
MichielBijl
17:51
But more often than not, if placeholders have sufficient contrast, people think the form is pre-filled/causes confusion. If the text is really important, it is probably better to provide it beside/underneath the input.
jnurthen
17:54
I agree it is a hard problem. We set them to {
color: #737373;
font-style: italic;
opacity: 1;
} which is the best we could do to visually distinguish them from text
MichielBijl
17:54
Hmm, that's a good one.
jnurthen
17:55
I'd like to see that as the "standard" for placeholders.....
jnurthen
17:55
of course what I would really prefer is that the browsers default was good