Skip to content
Open
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
5 changes: 3 additions & 2 deletions techniques/failures/F69.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,13 @@ <h3>Truncated text</h3>
</div>
<ol>
<li>Increase the text size of the content by 200%.</li>
<li>Check that no text is clipped, truncated, or obscured.</li>
<li>Check that text is clipped, truncated, or obscured as a result of the resizing.</li>
<li>Check that no mechanism exists to display text that was clipped, truncated, or obscured due to text resizing.</li>
</ol>
</section>
<section class="results"><h3>Expected Results</h3>
<ul>
<li>If check #2 is false, then the failure condition applies and the content fails these Success Criteria.</li>
<li>If check #2 or #3 is true, then the failure condition applies and the content fails these Success Criteria.</li>
</ul>
</section>
</section><section id="related"><h2>Related Techniques</h2></section>
Expand Down
Loading