@@ -737,10 +737,8 @@ Cascading</h2>
737737 <li> Transition declarations [[!CSS3-TRANSITIONS]]
738738 <li> Important user agent declarations
739739 <li> Important user declarations
740- <li> Important override declarations [[!DOM-LEVEL-2-STYLE]]
741740 <li> Important author declarations
742741 <li> Animation declarations [[!CSS3-ANIMATIONS]]
743- <li> Normal override declarations [[!DOM-LEVEL-2-STYLE]]
744742 <li> Normal author declarations
745743 <li> Normal user declarations
746744 <li> Normal user agent declarations
@@ -842,11 +840,6 @@ Cascading Origins</h3>
842840 Extensions to CSS define the following additional <a>origins</a> :
843841
844842 <dl>
845- <dt> <dfn export id='cascade-origin-override'>Override Origin</dfn>
846- <dd>
847- DOM Level 2 Style [[!DOM-LEVEL-2-STYLE]] defines an interface for “override” styles,
848- which enter the cascade at a higher level than other author rules.
849-
850843 <dt> <dfn export id='cascade-origin-animation'>Animation Origin</dfn>
851844 <dd>
852845 CSS Animations [[CSS3-ANIMATIONS]] generate “virtual” rules representing their effects when running.
@@ -1022,7 +1015,7 @@ Rolling Back The Cascade: the ''revert'' keyword</h4>
10221015 <dd>
10231016 Rolls back the <a>cascaded value</a> to the user level,
10241017 so that the <a>specified value</a> is calculated as if no author-level rules were specified for this property on this element.
1025- For the purpose of ''revert'' , this origin includes the Override and Animation <a>origins </a> .
1018+ For the purpose of ''revert'' , this origin includes the Animation <a>origin </a> .
10261019 </dl>
10271020
10281021<h2 id="changes">
0 commit comments