Skip to content

Commit 25f489b

Browse files
cdoublevfantasai
authored andcommitted
[css-cascade][css-syntax] Add link to the definition of "media type"
1 parent 5e646d6 commit 25f489b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

css-cascade-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ Value Processing</h2>
343343
it must assign,
344344
to every element in the tree,
345345
and correspondingly to every box in the formatting structure,
346-
a value to every property that applies to the target media type.
346+
a value to every property that applies to the target [=media type=].
347347

348348
The final value of a CSS property for a given element or box
349349
is the result of a multi-step calculation:

css-cascade-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ Value Processing</h2>
524524
it must assign,
525525
to every element in the [=flat tree=],
526526
and correspondingly to every box in the formatting structure,
527-
a value to every property that applies to the target media type.
527+
a value to every property that applies to the target [=media type=].
528528

529529
The final value of a CSS property for a given element or box
530530
is the result of a multi-step calculation:

css-cascade-5/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ Value Processing</h2>
492492
it must assign,
493493
to every element in the [=flat tree=],
494494
and correspondingly to every box in the formatting structure,
495-
a value to every property that applies to the target media type.
495+
a value to every property that applies to the target [=media type=].
496496

497497
The final value of a CSS property for a given element or box
498498
is the result of a multi-step calculation:

css-syntax-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Description of CSS's Syntax</h2>
133133
}
134134
</pre>
135135

136-
The ''@media'' <a>at-rule</a> begins with a media type
136+
The ''@media'' <a>at-rule</a> begins with a [=media type=]
137137
and a list of optional media queries.
138138
Its block contains entire rules,
139139
which are only applied when the ''@media''s conditions are fulfilled.

0 commit comments

Comments
 (0)