請問Chrome有限制CSS語法嗎? - Google

Table of Contents

※ [本文轉錄自 Browsers 看板]

作者: CHCOOBOO (天滿命) 看板: Browsers
標題: [-GC-] 請問Chrome有限制CSS語法嗎?
時間: Sat Dec 19 14:37:50 2009

我在我的Blog加入了下列語法
/* CSS Start! 這裡開始是 CSS */
/* 上標文字 */
/* ruby support */
ruby
{
display: inline-table;
text-align: center;
white-space: nowrap;
text-indent: 0;
margin: 0;
vertical-align: text-bottom;
}

/* ルビベース */
ruby > rb,
ruby > rbc
{
display: table-row-group;
/*line-height: 90%;*/
}

/* 前側ルビテキスト */
ruby > rt,
ruby > rbc + rtc
{
display: table-header-group;
font-size: 60%;
line-height: 150%;
letter-spacing: 0;
}

/* 後側ルビテキスト */
ruby > rbc + rtc + rtc
{
display: table-footer-group;
font-size: 60%;
line-height: 90%;
letter-spacing: 0;
}

/* rt[rbspan] should be transformed into td[colspan] but that requires xslt */
rtc > rt[rbspan] { display: table-caption; }

/* ルビ括弧 */
rp { display: none; }

之前都能正常顯示日文的標音假名,如下圖
http://img4.imageshack.us/img4/7865/20091105183417.png

以下為出問題的網址
http://chcooboo.blogspot.com/2009/11/blog-post_05.html

但最近突然間發現只有Chrome不能顯示ruby文字
會連同漢字及假名自動消失。但IE和Fx都能正常顯示

目前使用的Chrome版本為4.0.249.43
請問問題是出在什麼地方呢?

--
   
    http://photo.xuite.net/tails0/325558/12.jpg
◥◥◥◥◥ 我...我才沒有萌什麼天滿....!
/ —— —— \ 只是..只是..只是覺得她有點可愛啦..!
|///   ///|
 ▽  ◢   Blog http://chcooboo.blogspot.com/

--

All Comments