Commit Graph

8 Commits

Author SHA1 Message Date
Miki
0aa8dee6d4 Keep prefix attribute selectors while shimming (#525)
ShadowCSS converts all prefix attribute selectors `[attr^=value]` to exact selectors `[attr=value]`.

The bug was caused due to a bad regular expression which intended to remove `^`s. To maintain status quo but fix the issue, I have simply put in a negative look-ahead for `=`.
2016-04-18 11:08:56 -07:00
Victor Berchet
878d628e30 Add support for the >>> selector in ShadowCSS
">>>" is the new name for "/deep/"
see http://dev.w3.org/csswg/css-scoping-1/#deep-combinator
2015-04-10 17:56:17 +02:00
Nazar Mokrynskyi
21f36b032d Merge branch 'upstream' into relative_path_resolving_in_css 2015-02-24 08:19:07 +01:00
Victor Berchet
cff106ecd6 style(shadowCSS) add a missing ";" 2015-02-17 17:06:53 +01:00
Victor Berchet
fa33f769b6 fix(ShadowCSS): fix makeScopeMatcher() RegExp 2015-02-17 13:16:50 +01:00
Nazar Mokrynskyi
861389e68c Fix for relative path resolving in css 2014-12-19 08:02:22 +01:00
Ian MacLeod
7dc6731eb9 Consistent license headers 2014-11-24 17:04:36 -08:00
Ian MacLeod
a9441a29c6 ShadowCss -> ShadowCSS 2014-10-31 17:12:52 -07:00