13
edits
(mail visualization) |
No edit summary |
||
Line 74: | Line 74: | ||
<tr><td> | <tr><td> | ||
; CSS | ; CSS | ||
* Support for "content" on all elements, not just on the :before and :after (like Opera) | |||
* Implementation of the value "none" for the property "content". ([http://www.w3.org/TR/css3-content/#content w3c-content]) | |||
* Make "display: inline-block" work correctly | * Make "display: inline-block" work correctly | ||
* Make "display: run-in" work (bug raised in 1998!) | * Make "display: run-in" work (bug raised in 1998!) | ||
* Complete support for Multiple background images (like WebKit/Safari) | * Complete support for Multiple background images (like WebKit/Safari) | ||
* Basic support for "border-image". | * Basic support for "border-image". | ||
Line 83: | Line 83: | ||
* 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 "-moz-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). |
edits