Skip to content
New issue

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

フォールバックのスタイルを追加する #20

Open
yamasy1549 opened this issue Oct 24, 2020 · 1 comment
Open

フォールバックのスタイルを追加する #20

yamasy1549 opened this issue Oct 24, 2020 · 1 comment
Assignees

Comments

@yamasy1549
Copy link
Member

ブラウザによって未実装の機能もあるので、そういった環境でも正しく意図が伝わるように、フォールバックのスタイルを追加する

たとえば圏点ならこんな感じ

strong {
  // 一般的な強調のスタイル
}

@supports (text-emphasis: sesame) {
  strong {
    // この中に圏点のスタイル
  }
} 
@yamasy1549 yamasy1549 self-assigned this Oct 24, 2020
@MurakamiShinyu
Copy link
Member

vivliostyle.js/core が残念なことに @supports を未サポートなので、そちらも実装必要です。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants