@@ -738,23 +738,23 @@ Cascading</h2>
738
738
<h3 id='cascading-origins'>
739
739
Cascading Origins</h3>
740
740
741
- Each style rule has an <dfn export> origin</dfn> ,
741
+ Each style rule has an <dfn id="origin" export local-lt="origin">cascade origin</dfn> ,
742
742
which determines where it enters the cascade.
743
743
CSS defines three core <a>origins</a> :
744
744
745
745
<dl>
746
- <dt id='cascade-origin-author'> Author
746
+ <dt> <dfn export id='cascade-origin-author'>Author Origin</dfn>
747
747
<dd>
748
748
The author specifies style sheets for a source document according to the conventions of the document language. For instance, in HTML, style sheets may be included in the document or linked externally.
749
749
750
- <dt id='cascade-origin-user'> User
750
+ <dt> <dfn export id='cascade-origin-user'>User Origin</dfn>
751
751
<dd>
752
752
The user may be able to specify style information for a particular document.
753
753
For example, the user may specify a file that contains a style sheet
754
754
or the user agent may provide an interface that generates a user style sheet
755
755
(or behaves as if it did).
756
756
757
- <dt id='cascade-origin-ua'> User agent
757
+ <dt> <dfn export id='cascade-origin-ua' lt="user agent origin|ua origin" >User Agent Origin</dfn>
758
758
<dd>
759
759
Conforming user agents must apply a default style sheet
760
760
(or behave as if they did).
@@ -766,16 +766,16 @@ Cascading Origins</h3>
766
766
Extensions to CSS define the following additional <a>origins</a> :
767
767
768
768
<dl>
769
- <dt id='cascade-origin-override'> Override
769
+ <dt> <dfn export id='cascade-origin-override'>Override Origin</dfn>
770
770
<dd>
771
771
DOM Level 2 Style [[!DOM-LEVEL-2-STYLE]] defines an interface for “override” styles,
772
772
which enter the cascade at a higher level than other author rules.
773
773
774
- <dt id='cascade-origin-animation'> Animation
774
+ <dt> <dfn export id='cascade-origin-animation'>Animation Origin</dfn>
775
775
<dd>
776
776
CSS Animations [[CSS3-ANIMATIONS]] generate “virtual” rules representing their effects when running.
777
777
778
- <dt id='cascade-origin-transition'> Transition
778
+ <dt> <dfn export id='cascade-origin-transition'>Transition Origin</dfn>
779
779
<dd>
780
780
Like CSS Animations, CSS Transitions [[CSS3-TRANSITIONS]] generate “virtual” rules representing their effects when running.
781
781
</dl>
0 commit comments