mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
style: Add a comment about figuring out what the best way to deal with XBL is.
This commit is contained in:
parent
a69d229615
commit
9a1f20f1e8
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@ pub struct InvalidationMatchingData {
|
|||
/// An invalidation processor for style changes due to state and attribute
|
||||
/// changes.
|
||||
pub struct DocumentStateInvalidationProcessor<'a, E: TElement> {
|
||||
// TODO(emilio): We might want to just run everything for every possible
|
||||
// binding along with the document data, or just apply the XBL stuff to the
|
||||
// bound subtrees.
|
||||
rules: &'a StyleRuleCascadeData,
|
||||
matching_context: MatchingContext<'a, E::Impl>,
|
||||
document_states_changed: DocumentState,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue