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/symbols-function/system-default.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Test: symbols function, default system</title>
<link rel="match" href="system-default-ref.html">
<link rel="stylesheet" href="../counter-style-at-rule/support/test-common.css">
<style>
.default {
list-style-type: symbols('*' '\2020' '\2021' '\A7');
}
</style>
<ol start="-2" class="default">
<li><li><li><li><li>
<li><li><li><li><li>
</ol>