Skip to content

Commit 97c9d3e

Browse files
committed
[css-backgrounds] Markup fix.
1 parent ad89ee4 commit 97c9d3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-backgrounds-3/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1540,7 +1540,7 @@ <h3 id="the-border-style">Line Patterns: the 'border-style' properties</h3>
15401540

15411541
<p>Values have the following meanings:
15421542

1543-
<dl dfn-type=value dfn-for="<<line-style>>, border-style, border-top-style, border-left-style, border-bottom-style, border-right-style, border">
1543+
<dl dfn-type=value dfn-for="<line-style>, border-style, border-top-style, border-left-style, border-bottom-style, border-right-style, border">
15441544
<dt><dfn>none</dfn>
15451545
<dd>
15461546
No border. Color and width are ignored (i.e., the border has width 0).
@@ -1686,7 +1686,7 @@ <h3 id="the-border-width">Line Thickness: the 'border-width' properties</h3>
16861686

16871687
<pre class=prod><dfn><<line-width>></dfn> = <<length>> | thin | medium | thick</pre>
16881688

1689-
<p dfn-type=value dfn-for="<<line-width>>, border-width, border-top-width, border-left-width, border-bottom-width, border-right-width, border">
1689+
<p dfn-type=value dfn-for="<line-width>, border-width, border-top-width, border-left-width, border-bottom-width, border-right-width, border">
16901690
The lengths corresponding to <dfn>thin</dfn>, <dfn>medium</dfn>, and <dfn>thick</dfn>
16911691
are not specified, but the values are constant throughout a
16921692
<span>document</span> and thin &le; medium &le; thick. A UA could,

0 commit comments

Comments
 (0)