Bug 148811
Summary: | border-style' values of column-rule are interpreted as in the collapsing border model in which case 'inset' value is drawn the same as 'ridge' | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | bdakin, hyatt, mmaxfield, webkit-bug-importer, zalan |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 148813 |
Ryosuke Niwa
'border-style' values of column-rule are interpreted as in the collapsing border model in which case 'inset' value is drawn the same as 'ridge'.
This bug was found by the test: LayoutTests/imported/w3c/css/css-multicol-1/multicol-rule-inset-000.xht.
which was written by HÃ¥kon Wium Lie who was the author of the multicolumn layout mode spec.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/22582086>
Ryosuke Niwa
multicol-rule-outset-000.xht also fails:
'border-style' values of column-rule are interpreted as in the collapsing border model in which case 'outset' value is drawn the same as 'groove'.
zalan
*** This bug has been marked as a duplicate of bug 148815 ***