Note that Gecko now supports objectFill, objectStroke and objectStrokeWidth.
--- a/master/painting.html Fri Sep 14 20:03:58 2012 +1000
+++ b/master/painting.html Fri Sep 14 20:03:58 2012 +1000
@@ -84,6 +84,9 @@
</table>
</div>
+<p class="issue">Gecko supports values with slightly different names – -moz-objectFill, -moz-objectFillOpacity,
+-moz-objectValue (for stroke width), etc. – so we might want to use those names instead.</p>
+
<p>Properties <a>'fill'</a> and <a>'stroke'</a> take on a value of type
<span class="prop-value"><paint></span>, which is specified as follows:</p>