Skip to content

Commit

Permalink
[css-cascade] Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasai committed Dec 30, 2022
1 parent f29f982 commit f6b8b96
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions css-cascade-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ Initial Values</h3>
<h3 id="inheriting">
Inheritance</h3>

<dfn export lt="inheritance|inherit">Inheritance</dfn> propagates property values from parent elements to their children.
<dfn export for="CSS" lt="inheritance|inherit">Inheritance</dfn> propagates property values from parent elements to their children.
The <dfn export>inherited value</dfn> of a property on an element
is the <a>computed value</a> of the property on the element's parent element.
For the root element,
Expand Down Expand Up @@ -972,7 +972,7 @@ Resetting a Property: the ''initial'' keyword</h4>
the ''initial'' keyword,
the property's <a>specified value</a> is its <a>initial value</a>.

<h4 id="inherit" caniuse="mdn-api_csspropertyrule_inherits">
<h4 id="inherit">
Explicit Inheritance: the ''inherit'' keyword</h4>

The <dfn value for=all>inherit</dfn> [=CSS-wide keyword=]
Expand Down
4 changes: 2 additions & 2 deletions css-cascade-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,7 @@ Initial Values</h3>
<h3 id="inheriting">
Inheritance</h3>

<dfn export lt="inheritance|inherit">Inheritance</dfn> propagates property values from parent elements to their children.
<dfn export for="CSS" lt="inheritance|inherit">Inheritance</dfn> propagates property values from parent elements to their children.
The <dfn export>inherited value</dfn> of a property on an element
is the <a>computed value</a> of the property on the element's parent element.
For the root element,
Expand Down Expand Up @@ -1247,7 +1247,7 @@ Resetting a Property: the ''initial'' keyword</h4>
the ''initial'' keyword,
the property's <a>specified value</a> is its <a>initial value</a>.

<h4 id="inherit" caniuse="mdn-api_csspropertyrule_inherits">
<h4 id="inherit">
Explicit Inheritance: the ''inherit'' keyword</h4>

The <dfn value for=all>inherit</dfn> [=CSS-wide keyword=]
Expand Down
4 changes: 2 additions & 2 deletions css-cascade-5/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1784,7 +1784,7 @@ Initial Values</h3>
<h3 id="inheriting">
Inheritance</h3>

<dfn export lt="inheritance|inherit">Inheritance</dfn> propagates property values from parent elements to their children.
<dfn export for="CSS" lt="inheritance|inherit">Inheritance</dfn> propagates property values from parent elements to their children.
The <dfn export>inherited value</dfn> of a property on an element
is the <a>computed value</a> of the property on the element's parent element.
For the root element,
Expand Down Expand Up @@ -1832,7 +1832,7 @@ Resetting a Property: the ''initial'' keyword</h4>
the ''initial'' keyword,
the property's <a>specified value</a> is its <a>initial value</a>.

<h4 id="inherit" caniuse="mdn-api_csspropertyrule_inherits">
<h4 id="inherit">
Explicit Inheritance: the ''inherit'' keyword</h4>

The <dfn value for=all>inherit</dfn> [=CSS-wide keyword=]
Expand Down

0 comments on commit f6b8b96

Please sign in to comment.