Skip to content

Commit 7541281

Browse files
committed
[css-cascade] Remove mention of the Override origin, per CSSWG resolution. Fixes #1385.
1 parent 7ad6a7e commit 7541281

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

css-cascade-3/Overview.bs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -630,10 +630,8 @@ Cascading</h2>
630630
<li>Transition declarations [[!CSS3-TRANSITIONS]]
631631
<li>Important user agent declarations
632632
<li>Important user declarations
633-
<li>Important override declarations [[!DOM-LEVEL-2-STYLE]]
634633
<li>Important author declarations
635634
<li>Animation declarations [[!CSS3-ANIMATIONS]]
636-
<li>Normal override declarations [[!DOM-LEVEL-2-STYLE]]
637635
<li>Normal author declarations
638636
<li>Normal user declarations
639637
<li>Normal user agent declarations
@@ -708,11 +706,6 @@ Cascading Origins</h3>
708706
Extensions to CSS define the following additional <a>origins</a>:
709707

710708
<dl>
711-
<dt id='cascade-origin-override'>Override
712-
<dd>
713-
DOM Level 2 Style [[!DOM-LEVEL-2-STYLE]] defines an interface for “override” styles,
714-
which enter the cascade at a higher level than other author rules.
715-
716709
<dt id='cascade-origin-animation'>Animation
717710
<dd>
718711
CSS Animations [[CSS3-ANIMATIONS]] generate “virtual” rules representing their effects when running.

css-cascade-4/Overview.bs

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)