13
edits
No edit summary |
No edit summary |
||
Line 46: | Line 46: | ||
; CSS | ; CSS | ||
* Make "display: inline-block" work correctly | * Make "display: inline-block" work correctly | ||
* Support "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) | ||
* | * Implementation of the value "none" for the property "content". ([http://www.w3.org/TR/css3-content/#content w3c-content]) | ||
* | * Complete support for Multiple background images (like Safari) | ||
* | * Basic support for "border-image". | ||
* 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 | ||
Line 55: | Line 55: | ||
</td><td> | </td><td> | ||
[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://www.w3.org/TR/css3-background/#layering multiple-background-images] | [http://www.w3.org/TR/css3-background/#layering multiple-background-images] | ||
[http://www.w3.org/TR/css3-background/#the-border-image border-image]<br /> | [http://www.w3.org/TR/css3-background/#the-border-image border-image]<br /> |
edits