css中layout-grid-char屬性的使用詳解

來源:互聯網
上載者:User
文法:

layout-grid-char : none | auto | length

參數:

none :  不指定行網格值
auto :  在對象文本中按最大字元確定網格
length :  百分數 | 由浮點數字和單位標識符組成的長度值,其百分比取值是基於父物件尺寸。請參閱長度單位

說明:

設定或檢索應用於對象文本的字元網格值。
要實現此屬性,layout-grid-mode必須設定為char或both。
其視覺效果類似於line-height屬性。只應用於塊對象(如div)。
其視覺效果類似於 line-height屬性。
以東亞語言(如中文,日文)寫的文檔通常根據一維或二維網格使用字元的頁面版式。你可以用 layout-grid 屬性將這種布局加入到網頁文檔中去。
此屬性只應用於塊對象(如 div )。
要使此屬性發生作用, layout-grid-mode 屬性值必須設定為 line 或 both 。
此屬性對於 currentStyle 對象而言是唯讀。對於其他對象而言是可讀寫的。
對應的指令碼特性為 layoutGridChar 。
樣本:

div { layout-grid-char: auto; }
layout-grid-char: none;            layout-grid-line: none;            layout-grid-mode: none;            layout-grid-type: loose;

為什麼提示不是已知的CSS屬性名稱

這個不影響效果吧,overflow-x , overflow-y 也提示 但是效果還是出來了

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.