aria icon indicating copy to clipboard operation
aria copied to clipboard

Editorial: Update computation step 2c text for clarity

Open MelSumner opened this issue 1 year ago • 5 comments

Closes accname issue 244

If merged, this PR updates step 2C to be the agreed upon text per this issue: https://github.com/w3c/accname/issues/244

MelSumner avatar Jul 31 '24 20:07 MelSumner

Deploy Preview for wai-aria ready!

Name Link
Latest commit 9c24b9011c3553a7619a0caacf96cc247c41af07
Latest deploy log https://app.netlify.com/projects/wai-aria/deploys/682f6349f5a1f700072b3420
Deploy Preview https://deploy-preview-2299--wai-aria.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

netlify[bot] avatar Jul 31 '24 20:07 netlify[bot]

Simply referring to control sounds good to me if it's clear to everyone else.

accdc avatar Aug 08 '24 20:08 accdc

the argument about just saying "control" is that a display none control's value should not participate. and i'd also argue that one should not anticipate a input type=checkbox value=nope would have its value participate either.

a non-hidden control with a user-perceivable value (e.g., text input value or chosen option from a select, but not checkbox or radio button value) seems more like what we would actually want covered here.

scottaohara avatar Aug 09 '24 17:08 scottaohara

a non-hidden control with a user-perceivable value (e.g., text input value or chosen option from a select, but not checkbox or radio button value) seems more like what we would actually want covered here.

"user-perceivable value" for a checkbox (true or false, checked or unchecked) would also be perceivable. If that's the case, the value for each control type would need to be specified. Yuck.

Should it be limited this to "user-perceivable control with a string value"?

cookiecrook avatar Aug 13 '24 20:08 cookiecrook

when i was referring to value i meant the string value. e.g., input type=checkbox value=foo the state (checked or not) shouldn't be considered as part of the calculation. agreed that'd be yucky.

scottaohara avatar Aug 14 '24 15:08 scottaohara

@MelSumner note for myself to rebase and also address comments that don't have suggestions.

MelSumner avatar May 22 '25 17:05 MelSumner