我正在使用QtWebkit。我叫这个方法:
documentElement.styleProperty('display', QWebElement.ComputedStyle)
我想知道显示的可能值
'block'
'compact'
'inherit'
'inline'
'inline-block'
'inline-table'
'list-item'
'marker'
'none'
'run-in'
'table'
'table-caption'
'table-cell'
'table-column'
'table-column-group'
'table-footer-group'
'table-header-group'
'table-row'
'table-row-group'
ComputedStyle中可能有哪些值?到目前为止,我已经在某些网页上看到了无,阻止,内联和列表项。
答案 0 :(得分:0)
来自http://www.w3.org/TR/CSS21/visuren.html#display-prop
内联|块| list-item |内联块|表|内联表| table-row-group | table-header-group |桌脚组|表格行table-column-group | table-column | table-cell |表格标题|没有|继承