Skip to content
New issue

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

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

Already on GitHub? # to your account

Add missing headings to 1.4.8 Visual Presentation #4286

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
11 changes: 11 additions & 0 deletions understanding/20/visual-presentation.html
Original file line number Diff line number Diff line change
@@ -247,6 +247,7 @@ <h3>Sufficient Techniques for Visual Presentation</h3>
</p>

<section>
<h4>First Requirement: Techniques to ensure foreground and background colors can be selected by the user</h4>
<ul>
<li>
<a href="../Techniques/css/C23" class="css">Specifying text and background colors of secondary content such as banners, features
@@ -273,6 +274,7 @@ <h3>Sufficient Techniques for Visual Presentation</h3>
</ul>
</section>
<section>
<h4>Second Requirement: Techniques to ensure width is no more than 80 characters or glyphs (40 if CJK)</h4>
<ul>
<li>
<a href="../Techniques/general/G204" class="general">Not interfering with the user agent's reflow of text as the viewing window is narrowed</a> OR
@@ -283,6 +285,7 @@ <h3>Sufficient Techniques for Visual Presentation</h3>
</ul>
</section>
<section>
<h4>Third Requirement: Techniques to ensure text is not justified (aligned to both the left and the right margins)</h4>
<ul>
<li>
<a href="../Techniques/css/C19" class="css">Specifying alignment either to the left OR right in CSS</a> OR
@@ -296,6 +299,10 @@ <h3>Sufficient Techniques for Visual Presentation</h3>
</ul>
</section>
<section>
<h4>
Fourth Requirement: Techniques to ensure line spacing (leading) is at least space-and-a-half within paragraphs,
and paragraph spacing is at least 1.5 times larger than the line spacing
</h4>
<ul>
<li>
<a href="../Techniques/general/G188" class="general">Providing a button on the page to increase line spaces and paragraph spaces</a> OR
@@ -306,6 +313,10 @@ <h3>Sufficient Techniques for Visual Presentation</h3>
</ul>
</section>
<section>
<h4>
Fifth Requirement: Techniques to ensure text can be resized without assistive technology up to 200 percent in a way that
does not require the user to scroll horizontally to read a line of text on a full-screen window
</h4>
<ul>
<li>
<a href="../Techniques/general/G204" class="general">Not interfering with the user agent's reflow of text as the viewing window is narrowed</a> OR