blob: 602df644511f81ea505727c7d5bf344c53f19780 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Test: system cyclic, invalid</title>
<link rel="author" title="Xidorn Quan" href="https://www.upsuper.org/">
<link rel="help" href="https://drafts.csswg.org/css-counter-styles-3/#cyclic-system">
<link rel="match" href="system-common-invalid-ref.html">
<link rel="stylesheet" href="support/test-common.css">
<style type="text/css">
@counter-style a {
system: cyclic;
suffix: ":";
}
</style>
<ol start="-2" style="list-style-type: a">
<li>foo<li>bar<li>foo<li>bar
</ol>
|