Skip to content

Commit 044e78e

Browse files
tidoustfantasai
authored andcommitted
Fix reference to border-bottom-width
The `data-dfn-for` attribute incorrectly referenced the non-existing `border-bottom-right` property, instead of `border-bottom-width` (this attribute's value is typically used to generate the index at the end of the spec).
1 parent 8eaf5f1 commit 044e78e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css2/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5664,7 +5664,7 @@ buttons, menus, etc.) differently than for
56645664
defined in this section refer to the <dfn id="value-def-border-width">&lt;border-width&gt;</dfn>
56655665
value type, which may take one of the following values:</p>
56665666

5667-
<dl data-dfn-for="&lt;border-width&gt;,border-top-width,border-right-width,border-bottom-right,border-left-width,border-width" data-dfn-type="value" >
5667+
<dl data-dfn-for="&lt;border-width&gt;,border-top-width,border-right-width,border-bottom-width,border-left-width,border-width" data-dfn-type="value" >
56685668
<dt><dfn id="valdef-border-width-thin">thin</dfn>
56695669
<dd>A thin border.
56705670
<dt><dfn id="valdef-border-width-medium">medium</dfn>

0 commit comments

Comments
 (0)