Skip to content

Commit 68b1dd4

Browse files
committed
[css-cascade] Link cascade to its definition.
1 parent b42e90e commit 68b1dd4

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

css-cascade-3/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -894,13 +894,14 @@ Inheritance</h3>
894894
which has no parent element,
895895
the <a>inherited value</a> is the <a>initial value</a> of the property.
896896

897-
(Pseudo-elements inherit according to a fictional tag sequence described for each pseudo-element [[!SELECT]].)
897+
[=Pseudo-elements=] inherit according to the fictional tag sequence
898+
described for each [=pseudo-element=]. [[!SELECT]]
898899

899900
Some properties are <dfn export lt="inherited property">inherited properties</dfn>,
900901
as defined in their property definition table.
901902
This means that,
902-
unless the cascade results in a value,
903-
the value will be determined by inheritance.
903+
unless the [=cascade=] results in a value,
904+
the value will be determined by [=inheritance=].
904905

905906
A property can also be explicitly inherited. See the ''inherit'' keyword.
906907

css-cascade-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,8 +1065,8 @@ Inheritance</h3>
10651065
Some properties are <dfn export lt="inherited property">inherited properties</dfn>,
10661066
as defined in their property definition table.
10671067
This means that,
1068-
unless the cascade results in a value,
1069-
the value will be determined by inheritance.
1068+
unless the [=cascade=] results in a value,
1069+
the value will be determined by [=inheritance=].
10701070

10711071
A property can also be explicitly inherited. See the ''inherit'' keyword.
10721072

0 commit comments

Comments
 (0)