-
Notifications
You must be signed in to change notification settings - Fork 9
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
Implement :properties pseudo-class #56
Comments
Done in #59 |
It turned out that the overhead caused by processing the whole document at document start is quite substantial, e.g. on facebook.com. Since this is unavoidable, we should provide some mechanism for dividing styles processing into several chunks. |
It appears that the performance problems are not due to the stylesheets scanning. Please investigate and fix it. This data was recorded with https://gist.github.com/ameshkov/2d06530839ceefbe2027d95486ece1a3
|
For documentations sake, reposting a comment #55 (comment).
|
Merge in EXTENSIONS/extended-css from fix/AG-3589 to master * commit '452117988d48dffeb7c2e2cb51707fcd950d0ff7': fix break caused by previous ancestor removing
Synonym for
:abp-properties
.Don't implement it right away, please take a look at their implementation first.
As I understand it works as
matches-css
+matches-css-before
+matches-css-after
The text was updated successfully, but these errors were encountered: