File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -634,6 +634,9 @@ Security and Privacy Considerations</h3>
634634Tree-Abiding Pseudo-elements</h2>
635635
636636 These pseudo-elements always fit within the box tree.
637+ They <a lt="inheritance">inherit</a> any inheritable properties from their <a>originating element</a> ;
638+ non-inheritable properties take their <a>initial values</a> as usual.
639+ [[CSS3CASCADE]]
637640
638641<h3 id="generated-content">
639642Generated Content Pseudo-elements: ''::before'' and ''::after''</h3>
@@ -642,9 +645,6 @@ Generated Content Pseudo-elements: ''::before'' and ''::after''</h3>
642645 these pseudo-elements generate boxes
643646 as if they were immediate children of their <a>originating element</a> ,
644647 and can be styled exactly like any normal document-sourced element in the document tree.
645- They <a lt="inheritance">inherit</a> any inheritable properties from their <a>originating element</a> ;
646- non-inheritable properties take their <a>initial values</a> as usual.
647- [[CSS3CASCADE]]
648648
649649 <dl>
650650 <dt> <dfn>::before</dfn>
You can’t perform that action at this time.
0 commit comments