Quote:
Originally Posted by DiapDealer
Those attributes not being included in any rename search actions. The list of current css attributes that will be searched for urls to update is:
(?:src|background|background-image|list-style|list-style-image|border-image|border-image-source|content)\\s*:|@import)
We'll discuss whether we want to expand that to include browser specific properties, but I'm sure we'll probably add the standard css3 shape-outside attribute to the list.
|
I'm afraid you should also include the "browser specific" property. Why? Because Sigil doesn't support the standar property (shape-outside) but "-webkit-shape-outside". Evidently Sigil is based on "webkit" so, IMHO, it also should update all properties based in that engine.