我正在使用 QtWebkit。我正在调用这个方法:
documentElement.styleProperty('display', QWebElement.ComputedStyle)
我想知道 display 的可能值是
'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 中可能有哪些值?到目前为止,我在某些网页上还没有看到 none、block、inline 和 list-item。