diff options
-rw-r--r-- | components/style/invalidation/element/document_state.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/style/invalidation/element/document_state.rs b/components/style/invalidation/element/document_state.rs index 253b9b4cc43..f7a8926b8c3 100644 --- a/components/style/invalidation/element/document_state.rs +++ b/components/style/invalidation/element/document_state.rs @@ -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, |