13
edits
No edit summary |
No edit summary |
||
| Line 91: | Line 91: | ||
<tr><td> | <tr><td> | ||
; CSS | ; CSS | ||
* Support for "content" on all elements, not just on the :before and :after (like Opera) | * Support for "content" on all elements, not just on the :before and :after (like Opera). | ||
* Make "display: inline-block" work correctly. | |||
* Implement the value "*"(asterisk) for the property "width" and "max-width".The "*" is all the space available in the normal flow. Similar to the value "-moz-fill" for the property "width". | |||
* Implementation of the value "none" for the property "content". | * Implementation of the value "none" for the property "content". | ||
* | * Implementation of the value "margin-box" for the property "-moz-box-sizing". | ||
* Make "display: run-in" work (bug raised in 1998!) | * Make "display: run-in" work (bug raised in 1998!) | ||
* Implement support for multiple backgrounds following CSS3 W3C Standards (like WebKit/Safari) | * Implement support for multiple backgrounds following CSS3 W3C Standards (like WebKit/Safari) | ||
| Line 100: | Line 102: | ||
* Support "text-shadow" (like Konqueror/Safari does) | * Support "text-shadow" (like Konqueror/Safari does) | ||
* Support printing-related properties such as page-break-before and page-break-after | * Support printing-related properties such as page-break-before and page-break-after | ||
* Implement " | * Implement "crop" property ([http://www.w3.org/TR/css3-content/#the-crop w3c-crop]) | ||
* Implement CSS3 column-rule-* | * Implement CSS3 column-rule-* | ||
* Implement CSS3 column-break-* (at least column-break-inside:avoid is required to be able to prevent a zone from beeing "cut in the middle" on resizing). | * Implement CSS3 column-break-* (at least column-break-inside:avoid is required to be able to prevent a zone from beeing "cut in the middle" on resizing). | ||
| Line 113: | Line 115: | ||
</td><td> | </td><td> | ||
*[https://bugzilla.mozilla.org/show_bug.cgi?id=215083 css3-content] | *[https://bugzilla.mozilla.org/show_bug.cgi?id=215083 Bug 215083(css3-content)] | ||
*[https://bugzilla.mozilla.org/show_bug.cgi?id=9458 Bug 9458 (inline-block)] | *[https://bugzilla.mozilla.org/show_bug.cgi?id=9458 Bug 9458 (inline-block)] | ||
*[http://blog.empyree.org/?2893-i-request-support-for-run-in-for-gecko Bug 2056 (run-in)] | *[http://blog.empyree.org/?2893-i-request-support-for-run-in-for-gecko Bug 2056 (run-in)] | ||
edits