-
Notifications
You must be signed in to change notification settings - Fork 322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce whitelisted level 1 optimizations #889
Labels
Comments
jakubpawlowicz
added a commit
that referenced
this issue
Feb 9, 2017
Why: * Browsers don't get it right when without quotes; * it'll all be better with whitelist based optimizations, see #889.
jakubpawlowicz
added a commit
that referenced
this issue
Feb 9, 2017
Why: * Browsers don't get it right when without quotes; * it'll all be better with whitelist based optimizations, see #889.
jakubpawlowicz
added a commit
that referenced
this issue
Feb 10, 2017
Why: * Browsers don't get it right when without quotes; * it'll all be better with whitelist based optimizations, see #889.
jakubpawlowicz
added a commit
that referenced
this issue
Mar 25, 2017
jakubpawlowicz
added a commit
that referenced
this issue
Mar 25, 2017
jakubpawlowicz
added a commit
that referenced
this issue
Mar 29, 2017
jakubpawlowicz
added a commit
that referenced
this issue
Apr 6, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As mentioned it briefly in #842 the end goal of level 1 optimizations is to operate in whitelist-mode not blacklist-mode as it's done now.
We currently have a
compactable
object defining how properties behave in level-2 optimizations. The plan is to make it more universal so it can also hold info on how to optimize properties, e.g.This way it'd be easier to:
There are some drawbacks too:
text-shadow
orbackground
respectively, without breaking them down to components, optimizing, and then restoring, which is currently a part of level 2 optimizations;The text was updated successfully, but these errors were encountered: