Skip to content

Commit f6b8b96

Browse files
committed
[css-cascade] Fix links
1 parent f29f982 commit f6b8b96

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

css-cascade-3/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ Initial Values</h3>
933933
<h3 id="inheriting">
934934
Inheritance</h3>
935935

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

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

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

css-cascade-4/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1199,7 +1199,7 @@ Initial Values</h3>
11991199
<h3 id="inheriting">
12001200
Inheritance</h3>
12011201

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

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

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

css-cascade-5/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1784,7 +1784,7 @@ Initial Values</h3>
17841784
<h3 id="inheriting">
17851785
Inheritance</h3>
17861786

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

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

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

0 commit comments

Comments
 (0)