Skip to content

Commit 6a0c985

Browse files
committed
[css-ui-4] Comment out examples that use prefixes
webkit prefixed animations were used in live examples to make sure they were animated in Safari as well. Since there is no agreement in the publication process that this is an OK thing to do, I am temporarily commenting out the examples until we either agree that this is OK, or agree on an alternative way to write these examples.
1 parent 6db675a commit 6a0c985

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

css-ui-4/Overview.bs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ See [[WCAG]] <a href="http://www.w3.org/TR/WCAG20/#time-limits-pause">Guideline
303303
and <a href="http://www.w3.org/TR/WCAG20/#seizure">Guideline 2.3</a>
304304
for 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;">&nbsp;</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.
476481
Omitted 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">&gt; <span>&nbsp;</span></div>
521527
</div>
528+
-->
522529

523530
<h3 id="keyboard">Keyboard control</h3>
524531

0 commit comments

Comments
 (0)