@@ -303,6 +303,7 @@ See [[WCAG]] <a href="http://www.w3.org/TR/WCAG20/#time-limits-pause">Guideline
303303and <a href="http://www.w3.org/TR/WCAG20/#seizure">Guideline 2.3</a>
304304for details.
305305
306+ <!--
306307<div class=example>
307308 Normally, the caret blinks between on and off.
308309 This makes it alternate between 2 colors.
@@ -327,7 +328,7 @@ textarea {
327328 with color-alternating caret<span style="border-right: 2px solid blue;animation: caret-alternate 2s step-end infinite;-webkit-animation: caret-alternate 2s step-end infinite;"></span>
328329 </div>
329330</div>
330-
331+ -->
331332
332333<h4 id="caret-shape">Shape of the insertion caret: 'caret-shape'</h4>
333334
@@ -399,6 +400,7 @@ The stacking position of the caret is left undefined, within the following const
399400 character it overlaps with is not obscured by the caret
400401</ul>
401402
403+ <!--
402404<div class=example>
403405 This illustrates the typical appearance of the various caret shapes.
404406 In each of the sample renderings below,
@@ -430,8 +432,10 @@ The stacking position of the caret is left undefined, within the following const
430432 <tr><td> ''underscore'' <td> Lorem ispu<span style="border-bottom: 2px solid black; -webkit-animation: caret-underscore 2s step-end infinite; animation: caret-underscore 2s step-end infinite;"> m</span>
431433 </table>
432434</div>
435+ -->
433436
434437
438+ <!--
435439<div class=example>
436440 ''caret-shape/underscore'' or ''caret-shape/block'' carets are commonly used
437441 in terminals and command lines,
@@ -456,6 +460,7 @@ The stacking position of the caret is left undefined, within the following const
456460 user@host:css-ui-4 $ <span style="border-bottom: 2px solid white;animation: terminal-caret 2s step-end infinite;-webkit-animation: terminal-caret 2s step-end infinite;"> </span>
457461 </pre>
458462</div>
463+ -->
459464
460465<h4 id="caret">Insertion caret shorthand: 'caret'</h4>
461466
@@ -475,6 +480,7 @@ This property is a shorthand for setting
475480'caret-color' , 'caret-animation' and 'caret-shape' in one declaration.
476481Omitted values are set to their initial values.
477482
483+ <!--
478484<div class=example>
479485 This example illustrates using the various caret related properties
480486 in combination.
@@ -519,6 +525,7 @@ Omitted values are set to their initial values.
519525 </style>
520526 <div id="old-screen" style="height: 100px"> > <span> </span></div>
521527</div>
528+ -->
522529
523530<h3 id="keyboard">Keyboard control</h3>
524531
0 commit comments