system-fixed-ref.html (616B)
1 <!DOCTYPE html> 2 <meta charset="UTF-8"> 3 <title>CSS Reference: symbols function, invalid</title> 4 <link rel="author" title="Xidorn Quan" href="https://www.upsuper.org/"> 5 <link rel="stylesheet" href="support/ref-common.css"> 6 <!-- list-style-type: a --> 7 <div>-2:</div> 8 <div>-1:</div> 9 <div>0:</div> 10 <div>◰:</div> 11 <div>◱:</div> 12 <div>◲:</div> 13 <div>◳:</div> 14 <div>5:</div> 15 <div>6:</div> 16 <div>7:</div> 17 <!-- list-style-type: b --> 18 <div>-2:</div> 19 <div>◴:</div> 20 <div>◵:</div> 21 <div>◶:</div> 22 <div>◷:</div> 23 <div>3:</div> 24 <div>4:</div> 25 <div>5:</div> 26 <div>6:</div> 27 <div>7:</div>