@@ -247,6 +247,7 @@ <h3>Sufficient Techniques for Visual Presentation</h3>
247
247
</ p >
248
248
249
249
< section >
250
+ < h4 > First Requirement: Techniques to ensure foreground and background colors can be selected by the user</ h4 >
250
251
< ul >
251
252
< li >
252
253
< 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>
273
274
</ ul >
274
275
</ section >
275
276
< section >
277
+ < h4 > Second Requirement: Techniques to ensure width is no more than 80 characters or glyphs (40 if CJK)</ h4 >
276
278
< ul >
277
279
< li >
278
280
< 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>
283
285
</ ul >
284
286
</ section >
285
287
< section >
288
+ < h4 > Third Requirement: Techniques to ensure text is not justified (aligned to both the left and the right margins)</ h4 >
286
289
< ul >
287
290
< li >
288
291
< 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>
296
299
</ ul >
297
300
</ section >
298
301
< section >
302
+ < h4 >
303
+ Fourth Requirement: Techniques to ensure line spacing (leading) is at least space-and-a-half within paragraphs,
304
+ and paragraph spacing is at least 1.5 times larger than the line spacing
305
+ </ h4 >
299
306
< ul >
300
307
< li >
301
308
< 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>
306
313
</ ul >
307
314
</ section >
308
315
< section >
316
+ < h4 >
317
+ Fifth Requirement: Techniques to ensure text can be resized without assistive technology up to 200 percent in a way that
318
+ does not require the user to scroll horizontally to read a line of text on a full-screen window
319
+ </ h4 >
309
320
< ul >
310
321
< li >
311
322
< 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
0 commit comments