@@ -2197,8 +2197,9 @@ <h3 id=the-border-style><span class=secno>4.2 </span>The ‘<code
21972197 < dt > < dfn id =hidden > hidden</ dfn >
21982198
21992199 < dd > Same as ‘< code class =property > none</ code > ’, but has
2200- different behavior in the conflict resolution rules for tables < a
2201- href ="#CSS3TBL " rel =biblioentry > [CSS3TBL]<!--{{CSS3TBL}}--> </ a > .
2200+ different behavior in the border conflict resolution rules for
2201+ border-collapsed tables < a href ="#CSS21 "
2202+ rel =biblioentry > [CSS21]<!--{{!CSS21}}--> </ a > .
22022203
22032204 < dt > < dfn id =dotted > dotted</ dfn >
22042205
@@ -2233,12 +2234,16 @@ <h3 id=the-border-style><span class=secno>4.2 </span>The ‘<code
22332234 < dt > < dfn id =inset > inset</ dfn >
22342235
22352236 < dd > Looks as if the content on inside of the border is sunken into the
2236- canvas. Different meaning on table[ref] elements.
2237+ canvas. Treated as ‘< code class =property > < a
2238+ href ="#ridge "> ridge</ a > </ code > ’ in border-collapsed tables. < a
2239+ href ="#CSS21 " rel =biblioentry > [CSS21]<!--{{!CSS21}}--> </ a >
22372240
22382241 < dt > < dfn id =outset > outset</ dfn >
22392242
22402243 < dd > Looks as if the content on the inside of the border is coming out of
2241- the canvas. Different meaning for table[ref] elements.
2244+ the canvas. Treated as ‘< code class =property > < a
2245+ href ="#groove "> groove</ a > </ code > ’ in border-collapsed tables. < a
2246+ href ="#CSS21 " rel =biblioentry > [CSS21]<!--{{!CSS21}}--> </ a >
22422247 </ dl >
22432248
22442249 < p > Borders are drawn in front of the element's background, but behind the
@@ -3240,7 +3245,7 @@ <h3 id=the-box-shadow><span class=secno>4.8 </span>The ‘<code
32403245 < p > The type < dfn id =ltshadowgt > < var > <shadow></ var > </ dfn > stands for:
32413246
32423247 < pre class =rhs >
3243- inset || [ < var > < a href ="#position-length "> <length></ a > </ var > < var > < a href =" #position-length " > <length> </ a > </ var > < var > < a href =" #position-length " > <length> </ a > </ var > ? < var > < a href =" #position-length " > <length> </ a > </ var > ? || < var > <color></ var > ]</ pre >
3248+ inset || [ < var > < a href ="#position-length "> <length></ a > </ var > {2,4} || < var > <color></ var > ]</ pre >
32443249
32453250 < p > where the first two lengths are required. The components of each < var > < a
32463251 href ="#ltshadowgt "> <shadow></ a > </ var > are interpreted as follows:
@@ -3358,7 +3363,7 @@ <h3 id=the-box-shadow><span class=secno>4.8 </span>The ‘<code
33583363 < pre > < code > <!--
33593364 --> box-shadow:
33603365<!-- --> rgba(0,0,0,0.4)
3361- <!-- --> 10px 10px
3366+ <!-- --> 10px 10px 0
33623367<!-- --> 10px /* spread */<!--
33633368 --> </ code > </ pre >
33643369
@@ -3379,7 +3384,7 @@ <h3 id=the-box-shadow><span class=secno>4.8 </span>The ‘<code
33793384 < pre > < code > <!--
33803385 --> box-shadow:
33813386<!-- --> rgba(0,0,0,0.4)
3382- <!-- --> 10px 10px
3387+ <!-- --> 10px 10px 0
33833388<!-- --> 10px /* spread */
33843389<!-- --> inset<!--
33853390 --> </ code > </ pre >
@@ -3855,12 +3860,6 @@ <h3 class=no-num id=other-references>Other references</h3>
38553860 </ dd >
38563861 <!---->
38573862
3858- < dt id =CSS3TBL > [CSS3TBL]
3859-
3860- < dd > Bert Bos; David Hyatt. < cite > CSS3 Tables Module.</ cite > (forthcoming).
3861- W3C Working Draft. (Work in progress.)</ dd >
3862- <!---->
3863-
38643863 < dt id =RFC2854 > [RFC2854]
38653864
38663865 < dd > D. Connolly; L. Masinter. < a
0 commit comments