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