componentjs / builder2.js

builder for component
50 stars 20 forks source link

allow using fragment identifier in css url. #77

Closed kayoub5 closed 10 years ago

kayoub5 commented 10 years ago

this target the case of SVG properties in CSS. example:

.elm {
  mask: url(#localstyle);
}

since the URL contains only a hash tag, this means that the URL references an element in the document. so URL rewrite is not supposed to alter it.

timaschew commented 10 years ago

thanks! please provide a test case