w3c / adapt

Semantics to describe user personalization preferences.
https://w3c.github.io/adapt/
Other
51 stars 27 forks source link

Implied essentiality levels of some @action values #184

Closed matatk closed 3 years ago

matatk commented 3 years ago

I had some questions about the implied level of essentiality of some of the action attribute values:

This maybe relates to (but is a separate/more specific question than) #66

lseeman commented 3 years ago

charles is adding to escape fro clarification . see mintes for 24/5/2001 other issues are agreeed

clapierre commented 3 years ago

Currently we have the following in our list of values in section 3.1.4 of the Content Module 1

cancel Closes the dialog and discards any changes the user may have made within that dialog. (Implied simplification = "critical".)
escape Typically used to abort, cancel or change what is currently being displayed on the screen. A common application of the the esc key is to leave full screen mode.

I propose the following for both cancel and escape

cancel Closes the dialog and discards any changes the user may have made within that dialog. (Implied simplification = "critical", the reason being if there is no escape option cancel must be present to abort the operation)
escape Typically used to abort, cancel or change what is currently being displayed on the screen. A common application of the the esc key is to leave full screen mode. (implied simplification = "critical", the reason being if there is no cancel option escape must be present to abort the operation)

I am fine if we don't feel we also need to justify cancel as requiring critical simplification and leave its definition alone and only update escape.

matatk commented 3 years ago

Just a quick note that we also discussed this on the group call: https://www.w3.org/2021/05/24-personalization-minutes.html

matatk commented 3 years ago

Having re-read the minutes, I think we agreed to go with @clapierre's second option and revised wording. We also note @lseeman's point that we must be considering what's absolutely critical from the user's perspective.

matatk commented 3 years ago

Just a further note that the discussion in the minutes seems to start at https://www.w3.org/2021/05/24-personalization-minutes.html#x103

johnfoliot commented 3 years ago

Close per Issue #194