Instruction set reference
HIPE_OP_ADD_STYLE_RULE_SRC
Sets background image data for a particular CSS style rule specifier.
- location: 0 - not used.
- arg[0]: The CSS descriptor of element(s) the rule will apply to (e.g. "div", "#element", etc.).
- arg[1]: binary image file data. If the data is not a PNG image, the next argument should specify the mime type for the data.
- arg[2]: (optional) The mime type for the data supplied in arg[1]. If not specified, "image/png" is assumed.