@@ -296,6 +296,9 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
296296 < li > < a href ="#the-border-image "> < span class =secno > 6.7. </ span > Border
297297 Image Shorthand: the ‘< code
298298 class =property > border-image</ code > ’ property</ a >
299+
300+ < li > < a href ="#border-image-tables "> < span class =secno > 6.8. </ span > Effect
301+ on Tables</ a >
299302 </ ul >
300303
301304 < li > < a href ="#misc "> < span class =secno > 7. </ span > Miscellaneous Effects</ a >
@@ -3758,6 +3761,24 @@ <h3 id=the-border-image><span class=secno>6.7. </span>Border Image
37583761 class =property > border-image-repeat</ code > </ a > ’. Omitted values are
37593762 set to their initial values.
37603763
3764+ < h3 id =border-image-tables > < span class =secno > 6.8. </ span > Effect on Tables</ h3 >
3765+
3766+ < p > The ‘< a href ="#border-image "> < code
3767+ class =property > border-image</ code > </ a > ’ properties apply to the
3768+ border of tables and inline tables that have ‘< code
3769+ class =property > border-collapse</ code > ’ set to ‘< code
3770+ class =css > collapse</ code > ’. However, this specification does not
3771+ define how such an image border is rendered. In particular, it does not
3772+ define how the image border interacts with the borders of cells, rows and
3773+ row groups at the edges of the table (see < a
3774+ href ="http://www.w3.org/TR/2011/REC-CSS2-20110607/tables.html#border-conflict-resolution "> border
3775+ conflict resolution</ a > in < a href ="#CSS21 "
3776+ rel =biblioentry > [CSS21]<!--{{!CSS21}}--> </ a > ).
3777+
3778+ < p > It is expected that a future specification will define the rendering. It
3779+ is recommended that UAs do not apply border images to tables with
3780+ collapsed borders until then.
3781+
37613782 < h2 id =misc > < span class =secno > 7. </ span > Miscellaneous Effects</ h2 >
37623783
37633784 < h3 id =the-box-decoration-break > < span class =secno > 7.1. </ span > Drawing at
@@ -5721,7 +5742,6 @@ <h2 class=no-num id=index>Index</h2>
57215742</ html >
57225743<!-- Keep this comment at the end of the file
57235744Local variables:
5724- mode: sgml
57255745sgml-default-doctype-name:"html"
57265746sgml-minimize-attributes:max
57275747sgml-omittag:t
0 commit comments