Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add placeholder guidelines #559

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
100 changes: 100 additions & 0 deletions guidelines/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,106 @@ <h3>Text alternatives</h3>
</div>
</section>
</section>
<section class="guideline placeholder">
<h3>Alternatives for audio</h3>
<p class="guideline-text">Provide captions, sign language and/or visual cues that serve the same purpose as important audio content and that identify unimportant audio content.</p>
</section>
<section class="guideline placeholder">
<h3>Alternatives for visuals</h3>
<p class="guideline-text">Provide audio description, media alternative and/or audio cues that serve the same purpose as important visual content and that identify unimportant visual content.</p>
</section>
<section class="guideline placeholder">
<h3>Assistive technology access</h3>
<p class="guideline-text">Programmatically convey any semantics visually conveyed.</p>
</section>
<section class="guideline placeholder">
<h3>Complementary information conveyed</h3>
<p class="guideline-text">Use parallel / complementary ways to convey information.</p>
</section>
<section class="guideline placeholder">
<h3>Viewport rendering customization</h3>
<p class="guideline-text">Viewport rendering customization.</p>
</section>
<section class="guideline placeholder">
<h3>Text rendering customization</h3>
<p class="guideline-text">Text rendering customization.</p>
</section>
<section class="guideline placeholder">
<h3>Avoid interruptions</h3>
<p class="guideline-text">Avoid or give control over interruptions.</p>
</section>
<section class="guideline placeholder">
<h3>Color contrast</h3>
<p class="guideline-text">maybe something around staying within a particular contrast range.</p>
</section>
<section class="guideline placeholder">
<h3>Additional content</h3>
<p class="guideline-text">Only display additional content at explicit user action to request it.</p>
</section>
<section class="guideline placeholder">
<h3>Name-based interactions</h3>
<p class="guideline-text">Controls with name-based interactions need names that work for them.</p>
</section>
<section class="guideline placeholder">
<h3>Input mechanisms</h3>
<p class="guideline-text">Users can use whichever input mechanism is preferred and available to them</p>
</section>
<section class="guideline placeholder">
<h3>Interaction customization</h3>
<p class="guideline-text">Interaction customization</p>
</section>
<section class="guideline placeholder">
<h3>Context of interactions</h3>
<p class="guideline-text">Context of interactions</p>
</section>
<section class="guideline placeholder">
<h3>Give users time</h3>
<p class="guideline-text">Give users the time they need to do things</p>
</section>
<section class="guideline placeholder">
<h3>Avoid movement</h3>
<p class="guideline-text">Give users the ability to disable or avoid movement/animation</p>
</section>
<section class="guideline placeholder">
<h3>Physical reactions</h3>
<p class="guideline-text">Do not design content in a way that is known to cause physical reactions</p>
</section>
<section class="guideline placeholder">
<h3>In-context navigation</h3>
<p class="guideline-text">In-context navigation</p>
</section>
<section class="guideline placeholder">
<h3>Multiple ways</h3>
<p class="guideline-text">Provide multiple ways to navigate to content or functionality within a larger context</p>
</section>
<section class="guideline placeholder">
<h3>Multiple modalities</h3>
<p class="guideline-text">A multi-modality version of 2.4.5 Multiple Ways</p>
</section>
<section class="guideline placeholder">
<h3>Multi-part interactions</h3>
<p class="guideline-text">Multi-part interactions take effect at the latest point in the interactions to allow for mid-operation canceling</p>
</section>
<section class="guideline placeholder">
<h3>Motor control</h3>
<p class="guideline-text">Don’t require fine motor control, but framed positively</p>
</section>
<section class="guideline placeholder">
<h3>Switching input modalities</h3>
<p class="guideline-text">Allow users to switch input modalities mid-task</p>
</section>
<section class="guideline placeholder">
<h3>Augment text</h3>
<p class="guideline-text">Augment text with ways to better understand it</p>
</section>
<section class="guideline placeholder">
<h3>Predictible context</h3>
<p class="guideline-text">Keep context consistent and predictable</p>
</section>
<section class="guideline placeholder">
<h3>Consistent paths and interactions</h3>
<p class="guideline-text">Provide similar structure and functionality via consistent paths & interactions</p>
</section>
<section class="guideline">
<h3>Clear words</h3>
<p class="guideline-text">Use common clear words.</p>
Expand Down