I am working with EPUB 2 specifications and I am trying to determine whether or not the content property is supported in EPUB2. I know that it is for EPUB 3 - http://www.idpf.org/accessibility/guidelines/content/style/reference.php#css025-css21
我正在使用content屬性來生成txt中斷符號,例如“ * ”
我可以在我的網絡瀏覽器中看到它們,但它們沒有顯示在我的設備或預覽器上。只有一個沒有星號的空白區域。
.TXBDINGBATS { font-family: SAT_disp_bold;
font-size:1.05em;
line-height: 1.4em;
text-align: center;
margin: .5em 0 .5em -1.3em;
text-indent: 0;
content: "\2217 \a0 \a0 \a0 \a0 \a0 \2217 \a0 \a0 \a0 \a0 \a0 \2217";
}