Skip to content

Commit 77eea6a

Browse files
committed
[css-ui] Move text block
1 parent 58d739b commit 77eea6a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

css-ui-4/Overview.bs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1173,17 +1173,6 @@ Animation of the insertion caret: 'caret-animation'</h4>
11731173
when applying custom animations using [[CSS3-ANIMATIONS]],
11741174
to prevent the UA's animation and the CSS animation to interfere.
11751175

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-
11871176
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]].
11881177

11891178
<div class=example>
@@ -1248,6 +1237,17 @@ Animation of the insertion caret: 'caret-animation'</h4>
12481237
>Text area with color-alternating caret</div>
12491238
</div>
12501239

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.
1248+
See [[CSS-CONDITIONAL-3]].
1249+
</div>
1250+
12511251

12521252
<h4 id="caret-shape">
12531253
Shape of the insertion caret: 'caret-shape'</h4>

0 commit comments

Comments
 (0)