Skip to content

Commit 4ae863b

Browse files
committed
[css-cascade] markup fix
1 parent 387e1d3 commit 4ae863b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css-cascade-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ Initial Values</h3>
805805
<h3 id="inheriting">
806806
Inheritance</h3>
807807

808-
<dfn export>Inheritance</dfn> propagates property values from parent elements to their children.
808+
<dfn export lt="inheritance|inherit">Inheritance</dfn> propagates property values from parent elements to their children.
809809
The <dfn export>inherited value</dfn> of a property on an element
810810
is the <a>computed value</a> of the property on the element's parent element.
811811
For the root element,

css-cascade/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@ Initial Values</h3>
876876
<h3 id="inheriting">
877877
Inheritance</h3>
878878

879-
<dfn export>Inheritance</dfn> propagates property values from parent elements to their children.
879+
<dfn export lt="inheritance|inherit">Inheritance</dfn> propagates property values from parent elements to their children.
880880
The <dfn export>inherited value</dfn> of a property on an element
881881
is the <a>computed value</a> of the property on the element's parent element.
882882
For the root element,

0 commit comments

Comments
 (0)