We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ブラウザによって未実装の機能もあるので、そういった環境でも正しく意図が伝わるように、フォールバックのスタイルを追加する
たとえば圏点ならこんな感じ
strong { // 一般的な強調のスタイル } @supports (text-emphasis: sesame) { strong { // この中に圏点のスタイル } }
The text was updated successfully, but these errors were encountered:
vivliostyle.js/core が残念なことに @supports を未サポートなので、そちらも実装必要です。
@supports
Sorry, something went wrong.
yamasy1549
No branches or pull requests
ブラウザによって未実装の機能もあるので、そういった環境でも正しく意図が伝わるように、フォールバックのスタイルを追加する
たとえば圏点ならこんな感じ
The text was updated successfully, but these errors were encountered: