Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Commit

Permalink
refactor(GroupData): Fold “CSSOM View” into “CSS Object Model” (#1154)
Browse files Browse the repository at this point in the history
  • Loading branch information
ExE-Boss authored and wbamberg committed May 16, 2019
1 parent 1e98607 commit bd41307
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 deletions macros/GroupData.json
Expand Up @@ -192,7 +192,8 @@
},
"CSSOM": {
"overview": [ "CSS Object Model" ],
"interfaces": [ "CaretPosition",
"interfaces": [ "AnimationEvent",
"CaretPosition",
"CSS",
"CSSConditionRule",
"CSSGroupingRule",
Expand All @@ -208,26 +209,21 @@
"CSSStyleSheet",
"CSSSupportsRule",
"LinkStyle",
"MediaQueryList",
"MediaQueryListListener",
"Screen",
"StyleSheet",
"StyleSheetList",
"TransitionEvent",
"AnimationEvent" ],
"TransitionEvent" ],
"methods": [],
"properties": [],
"events": [ "Element: animationstart",
"events": [ "Document: scroll",
"Element: animationstart",
"Element: animationend",
"Element: animationiteration",
"Element: transitionend" ]
},
"CSSOM View": {
"interfaces": [ "MediaQueryList",
"MediaQueryListListener",
"Screen" ],
"methods": [],
"properties": [],
"events": [ "Window: resize",
"Document: scroll",
"Element: scroll" ]
"Element: scroll",
"Element: transitionend",
"Window: resize" ]
},
"Data Store API": {
"overview": [ "Data Store API" ],
Expand Down

0 comments on commit bd41307

Please sign in to comment.