Skip to content

Commit b1a1882

Browse files
committed
[css-cascade] Fix linking error.
1 parent 5537ecd commit b1a1882

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

css-cascade-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Introduction</h2>
5353
Properties values are assigned to various parts of the document
5454
via [=property declarations=],
5555
which assign the property a value
56-
(e.g. ''red'', ''12pt'', ''dotted'')
56+
(e.g. ''red'', ''12pt'', ''border-style/dotted'')
5757
for the associated element or box.
5858

5959
One of the fundamental design principles of CSS is <a lt="cascade">cascading</a>,

css-cascade-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Introduction</h2>
5454
Properties values are assigned to various parts of the document
5555
via [=property declarations=],
5656
which assign the property a value
57-
(e.g. ''red'', ''12pt'', ''dotted'')
57+
(e.g. ''red'', ''12pt'', ''border/dotted'')
5858
for the associated element or box.
5959

6060
One of the fundamental design principles of CSS is <a lt="cascade">cascading</a>,

css-cascade-5/Overview.bs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Informative Classes: ex
2121
<pre class=link-defaults>
2222
spec:css-syntax-3; type:dfn; text:css identifier
2323
spec:dom; type:dfn; text:shadow tree
24-
spec:css-backgrounds-3; type:value; for:border-style; text:dotted
2524
spec:css-color-4; type:property; text:color
2625
spec:css-values-3; type: value; text:ex
2726
spec:css-conditional-3; type:at-rule; text:@media
@@ -51,7 +50,7 @@ Introduction</h2>
5150
Properties values are assigned to various parts of the document
5251
via [=property declarations=],
5352
which assign the property a value
54-
(e.g. ''red'', ''12pt'', ''dotted'')
53+
(e.g. ''red'', ''12pt'', ''border-style/dotted'')
5554
for the associated element or box.
5655

5756
One of the fundamental design principles of CSS is <a lt="cascade">cascading</a>,

0 commit comments

Comments
 (0)