You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-ui-4/Overview.bs
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1173,17 +1173,6 @@ Animation of the insertion caret: 'caret-animation'</h4>
1173
1173
when applying custom animations using [[CSS3-ANIMATIONS]],
1174
1174
to prevent the UA's animation and the CSS animation to interfere.
1175
1175
1176
-
<div class=advisement>
1177
-
If a user agent is unwilling to yield control of caret animmations
1178
-
to page authors and would not honor ''caret-animation: manual'',
1179
-
it must not implement the property at all.
1180
-
1181
-
Note:
1182
-
This enables authors to use <code highlight="css">@supports (caret-animation: manual) { … }</code>
1183
-
to gate code that would depend on this functionality.
1184
-
See [[CSS-CONDITIONAL-3]].
1185
-
</div>
1186
-
1187
1176
Note: See <a href="https://www.w3.org/TR/WCAG20/#seizure">Guideline 2.3: Seizures: Do not design content in a way that is known to cause seizures</a>[[WCAG20]].
1188
1177
1189
1178
<div class=example>
@@ -1248,6 +1237,17 @@ Animation of the insertion caret: 'caret-animation'</h4>
1248
1237
>Text area with color-alternating caret</div>
1249
1238
</div>
1250
1239
1240
+
<div class=advisement>
1241
+
If a user agent is unwilling to yield control of caret animmations
1242
+
to page authors and would not honor ''caret-animation: manual'',
1243
+
it must not implement the property at all.
1244
+
1245
+
Note:
1246
+
This enables authors to use <code highlight="css">@supports (caret-animation: manual) { … }</code>
1247
+
to gate code that would depend on this functionality.
0 commit comments