@@ -738,23 +738,23 @@ Cascading</h2>
738738<h3 id='cascading-origins'>
739739Cascading Origins</h3>
740740
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> ,
742742 which determines where it enters the cascade.
743743 CSS defines three core <a>origins</a> :
744744
745745 <dl>
746- <dt id='cascade-origin-author'> Author
746+ <dt> <dfn export id='cascade-origin-author'>Author Origin</dfn>
747747 <dd>
748748 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.
749749
750- <dt id='cascade-origin-user'> User
750+ <dt> <dfn export id='cascade-origin-user'>User Origin</dfn>
751751 <dd>
752752 The user may be able to specify style information for a particular document.
753753 For example, the user may specify a file that contains a style sheet
754754 or the user agent may provide an interface that generates a user style sheet
755755 (or behaves as if it did).
756756
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>
758758 <dd>
759759 Conforming user agents must apply a default style sheet
760760 (or behave as if they did).
@@ -766,16 +766,16 @@ Cascading Origins</h3>
766766 Extensions to CSS define the following additional <a>origins</a> :
767767
768768 <dl>
769- <dt id='cascade-origin-override'> Override
769+ <dt> <dfn export id='cascade-origin-override'>Override Origin</dfn>
770770 <dd>
771771 DOM Level 2 Style [[!DOM-LEVEL-2-STYLE]] defines an interface for “override” styles,
772772 which enter the cascade at a higher level than other author rules.
773773
774- <dt id='cascade-origin-animation'> Animation
774+ <dt> <dfn export id='cascade-origin-animation'>Animation Origin</dfn>
775775 <dd>
776776 CSS Animations [[CSS3-ANIMATIONS]] generate “virtual” rules representing their effects when running.
777777
778- <dt id='cascade-origin-transition'> Transition
778+ <dt> <dfn export id='cascade-origin-transition'>Transition Origin</dfn>
779779 <dd>
780780 Like CSS Animations, CSS Transitions [[CSS3-TRANSITIONS]] generate “virtual” rules representing their effects when running.
781781 </dl>
0 commit comments