15 lines
767 B
Markdown
15 lines
767 B
Markdown
## MODIFIED Requirements
|
|
|
|
### Requirement: Contact affordance provides randomized safe microcopy
|
|
The contact link SHALL present randomized, policy-safe helper messages to encourage feedback, including keyboard-triggered visibility for accessibility.
|
|
|
|
#### Scenario: Randomized helper tooltip
|
|
- **WHEN** user hovers or nears the contact affordance
|
|
- **THEN** a tooltip-style helper message is shown from a predefined safe message pool
|
|
- **AND** message language avoids profanity/offensive/racist/sexist/misogynistic content
|
|
|
|
#### Scenario: Keyboard-triggered helper tooltip
|
|
- **WHEN** a keyboard user focuses the contact email affordance
|
|
- **THEN** helper tooltip content becomes visible and readable
|
|
- **AND** tooltip dismisses cleanly on blur without trapping focus
|