Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-counter-styles/counter-style-at-rule/descriptor-range-invalid.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Test: descriptor range, invalid</title>
<link rel="match" href="descriptor-range-invalid-ref.html">
<link rel="stylesheet" href="support/test-common.css">
<style type="text/css">
@counter-style a {
system: extends lower-alpha;
range: 1 2;
range: 1;
range: 3 1;
range: xx yy;
}
</style>
<ol style="list-style-type: a">
<li><li><li><li><li>
</ol>