Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

feat(css_shim): implement polyfill-unscoped-next-selector and polyfill-non-strict #1556

Closed
wants to merge 1 commit into from

Conversation

vsavkin
Copy link
Contributor

@vsavkin vsavkin commented Oct 14, 2014

Closes #1552

static final RegExp POLYFILL_UNSCOPED_NEXT_SELECTOR_DIRECTIVE = new RegExp(
r"polyfill-unscoped-next-selector"
r"[^}]*"
r"content\:[\s]*"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor: [\s]* -> \s*

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also : should not need to be escaped

@vicb
Copy link
Contributor

vicb commented Oct 14, 2014

LGTM with a few minor comments

@vsavkin vsavkin force-pushed the fix_css_shim_shadow branch from 07a3c0b to e5152d6 Compare October 15, 2014 21:16
@vsavkin vsavkin changed the title feat(css_shim): implement polyfill-unscoped-next-selector feat(css_shim): implement polyfill-unscoped-next-selector and polyfill-non-strict Oct 15, 2014
@rkirov rkirov closed this Oct 17, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging this pull request may close these issues.

css_shim does not support ::shadow or /deep/
4 participants