文档分值:6

css >>> css >>> 属性

课程目录

选择器
指令
注释
样式
文字排版
颜色
长度
属性
布局模型
盒子模型
CSS动画
display属性

CSS3的display属性及其值的对应列表如下:

  • display-outside:block,inline,run-in ;

  • display-inside:flow,flow-root,table,flex,grid,ruby ;

  • display-listitem: list-item && display-outside ? && [ flow, flow-root ]?

  • display-internal: table-row-group table-header-group table-footer-group, table-row, table-cell, table-column。group, table-column, table-caption, ruby-base, ruby-text, ruby-base-container, ruby-text-container ;

  • display-box: contents,none ;

  • display-legacy: inline-block,inline-list-item,inline-table,inline-flex,inline-grid ;

参考网址:https://www.w3.org/TR/css-display-3/

注:

在w3.org的网站上,对display的描述是大写的D,我这里统一转为小写。
w3是正确的,因为Display    Module这个词是指显示模块。
而在行业样式(inline)中,属性中,应该写为display。

[ 该条目创建时间:2016-06-22 10:14:52 ]