Summary: | [CSS 2.1 Conformance] width, min-width and max-width do not apply to table-row elements and to row groups elements (tbody, thead, tfoot) | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Gérard Talbot (no longer involved) <browserbugs2> |
Component: | khtml | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | normal | Keywords: | testcase |
Priority: | NOR | ||
Version: | 4.7.4 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Gérard Talbot (no longer involved)
2010-04-10 00:16:47 UTC
All testcases related to min-width and max-width and <tbody>, <thead>, <tfoot>, <tr> also demonstrate Konqueror 4.4.2 failures: min-width testcases =================== The 'min-width' property does not apply to elements with 'display' set to 'table-row-group'. http://www.w3.org/Style/CSS/Test/CSS2.1/20100316/html4/min-width-applies-to-001.htm The 'min-width' property does not apply to elements with 'display' set to 'table-header-group'. http://www.w3.org/Style/CSS/Test/CSS2.1/20100316/html4/min-width-applies-to-002.htm The 'min-width' property does not apply to elements with 'display' set to 'table-footer-group'. http://www.w3.org/Style/CSS/Test/CSS2.1/20100316/html4/min-width-applies-to-003.htm The 'min-width' property does not apply to elements with 'display' set to 'table-row'. http://www.w3.org/Style/CSS/Test/CSS2.1/20100316/html4/min-width-applies-to-004.htm max-width testcases =================== The 'max-width' property does not apply to elements with 'display' set to 'table-row-group'. http://www.w3.org/Style/CSS/Test/CSS2.1/20100316/html4/max-width-applies-to-001.htm The 'max-width' property does not apply to elements with 'display' set to 'table-header-group'. http://www.w3.org/Style/CSS/Test/CSS2.1/20100316/html4/max-width-applies-to-002.htm The 'max-width' property does not apply to elements with 'display' set to 'table-footer-group'. http://www.w3.org/Style/CSS/Test/CSS2.1/20100316/html4/max-width-applies-to-003.htm The 'max-width' property does not apply to elements with 'display' set to 'table-row'. http://www.w3.org/Style/CSS/Test/CSS2.1/20100316/html4/max-width-applies-to-004.htm regards, Gérard The latest version of the width testcases ========================================= The 'width' property does not apply to elements with 'display' set to 'table-row-group'. http://test.csswg.org/suites/css2.1/latest/html4/width-applies-to-001.htm The 'width' property does not apply to elements with 'display' set to 'table-header-group'. http://test.csswg.org/suites/css2.1/latest/html4/width-applies-to-002.htm The 'width' property does not apply to elements with 'display' set to 'table-footer-group'. http://test.csswg.org/suites/css2.1/latest/html4/width-applies-to-003.htm The 'width' property does not apply to elements with 'display' set to 'table-row'. http://test.csswg.org/suites/css2.1/latest/html4/width-applies-to-004.htm The latest version of the min-width testcases ============================================= The 'min-width' property does not apply to elements with 'display' set to 'table-row-group'. http://test.csswg.org/suites/css2.1/latest/html4/min-width-applies-to-001.htm The 'min-width' property does not apply to elements with 'display' set to 'table-header-group'. http://test.csswg.org/suites/css2.1/latest/html4/min-width-applies-to-002.htm The 'min-width' property does not apply to elements with 'display' set to 'table-footer-group'. http://test.csswg.org/suites/css2.1/latest/html4/min-width-applies-to-003.htm The 'min-width' property does not apply to elements with 'display' set to 'table-row'. http://test.csswg.org/suites/css2.1/latest/html4/min-width-applies-to-004.htm The latest version of the max-width testcases ============================================= The 'max-width' property does not apply to elements with 'display' set to 'table-row-group'. http://test.csswg.org/suites/css2.1/latest/html4/max-width-applies-to-001.htm The 'max-width' property does not apply to elements with 'display' set to 'table-header-group'. http://test.csswg.org/suites/css2.1/latest/html4/max-width-applies-to-002.htm The 'max-width' property does not apply to elements with 'display' set to 'table-footer-group'. http://test.csswg.org/suites/css2.1/latest/html4/max-width-applies-to-003.htm The 'max-width' property does not apply to elements with 'display' set to 'table-row'. http://test.csswg.org/suites/css2.1/latest/html4/max-width-applies-to-004.htm CONFIRMING Dear user, KHTML (and KJS) was a long time more or less unmaintained and got removed in KF6. Please migrate to use a QWebEngine based HTML component. We will do no further fixes or improvements to the KF5 branches of these components beside important security fixes. For security issues, please see: https://kde.org/info/security/ Sorry that we did not fix this issue during the life-time of KHTML. Greetings Christoph Cullmann |