mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Unrelated: Add a comment for Gecko bug 1368291.
Bundling this in to avoid an extra servo push.
This commit is contained in:
parent
8074c6aaad
commit
c92f883d92
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ pub enum PseudoElement {
|
|||
% endfor
|
||||
}
|
||||
|
||||
/// Important: If you change this, you should also update Gecko's
|
||||
/// nsCSSPseudoElements::IsEagerlyCascadedInServo.
|
||||
<% EAGER_PSEUDOS = ["Before", "After", "FirstLine", "FirstLetter"] %>
|
||||
<% TREE_PSEUDOS = [pseudo for pseudo in PSEUDOS if pseudo.is_tree_pseudo_element()] %>
|
||||
<% SIMPLE_PSEUDOS = [pseudo for pseudo in PSEUDOS if not pseudo.is_tree_pseudo_element()] %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue