Declare transition and border-image properties to be writeonly

We don't make the types of their values public, so getting their
values is useless and will leak.
This commit is contained in:
Matthias Clasen 2010-11-23 08:24:49 -05:00 committed by Carlos Garnacho
parent a5e10e9b26
commit d4c70f214d

View File

@ -635,7 +635,7 @@
* <row>
* <entry>border-image</entry>
* <entry><literallayout>border image (see above)</literallayout></entry>
* <entry></entry>
* <entry>internal use only</entry>
* <entry><literallayout>border-image: url("/path/to/image.png") 3 4 3 4 stretch;
* border-image: url("/path/to/image.png") 3 4 4 3 repeat stretch;</literallayout>
* </entry>
@ -643,7 +643,7 @@
* <row>
* <entry>transition</entry>
* <entry>transition (see above)</entry>
* <entry></entry>
* <entry>internal use only</entry>
* <entry><literallayout>transition: 150ms ease-in-out;
* transition: 1s linear loop;</literallayout>
* </entry>