Bug 1302 [CSS2.0][CSS3] text-shadowプロパティが未実装
初回投稿日時: 2005年09月21日02時32分39秒
最終更新日時: 2005年09月21日02時42分11秒
カテゴリ: CSS Mozilla Core
SNS:
Tweet (list)
パッチが出た。パッチ中に記述があるように、blur radius(ぼかし半径)を無視するようになっている(nsTextFrame.cppの部分を参照)。Cairoに切り替えて、ぼかしをつけれるのなら良いのだが、中途半端な実装なので慎重にやって欲しいなぁ。
User agents MAY only implement only part of this property by ignoring blur effects. Such user agents should consider declarations that specify the blur radius to be parser errors, as described in the Syntax module [link TBD].
一つ前のCSS3テキストモジュールではこのように書かれているので、一応、仕様の範囲内の実装ではあるのか。(ちなみに、最新のテキストモジュールではtext-shadowは更新されていない)