@@ 37,7 37,7 @@ td, th {
counter-increment: -rhaps-tablecol;
}
td::before, th::before {
- content: counter(-rhaps-tablerow) " " counter(-rhaps-tablecol)
+ content: counter(-rhaps-tablerow) " " counter(-rhaps-tablecol, upper-latin)
}
table caption {voice-volume: soft}
@@ 95,10 95,8 @@ li li li li li li, dd dd dd dd dd dt, dd dd dd dd dd dd {
cue-before: url(about:bulletpoint.wav) -0.5db
}
-ol {counter-reset: -rhaps-ol}
-ol li::before {
- counter-increment: -rhaps-ol;
- content: counters(-rhaps-ol, " ") " ";
+ol li::marker {
+ content: counters(list-item, " ") " ";
}
ul, ol {-rhaps-marker: -rhaps-section}